123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- <div class="wrap-downLoad">
- <span class="three-span-downLoad">
- <span>库名:</span>
- <span>
- <input class="easyui-combobox library-Name" required="true" editable=true>
- </span>
- </span>
- <span class="three-span-downLoad" style="display:none">
- <span>仓房:</span>
- <span>
- <input class="easyui-combobox house-Name" editable=false>
- </span>
- </span>
- <span class="three-span-downLoad">
- <input type="button" class="downLoad-oneMonth-data" value="下载一个月数据">
- <input type="button" class="downLoad-threeMonth-data" value="下载三个月数据">
- <input type="button" class="downLoad-sixMonth-data" value="下载六个月数据">
- <input type="button" class="downLoad-nineMonth-data" value="下载九个月数据">
- <input type="button" class="downLoad-oneYear-data" value="下载一年数据">
- <input type="button" class="downLoad_one_key" value="一键同步工具下载">
- </span>
- <span class="upload-btn1">
- <input id="upload-file" class="upload" name="file" type="file">
- <input name="pic" id="avator" type="hidden" value="">
- </span>
- <span class="uploading-bar" id="uploading-bar" style="line-height: 30px;"></span>
- <div class="upload-info" id="upload-info" style="line-height: 30px;float: right;min-height:30px;margin-right: 240px;"></div>
- <!-- <a href="../../down/2333.zip"></a> -->
- </div>
- <!--upload start-->
- <!-- <div class="upload-btn">
- <input id="upload-file" class="upload" name="file" type="file">
- <input name="pic" id="avator" type="hidden" value="">
- </div>
- <span class="uploading-bar" id="uploading-bar" style="line-height: 40px;"></span> -->
- <!--upload end-->
- <div layouth="30" style="overflow: auto; height: 136px;border:3px solid #1A9856;margin-top:10px">
- <div class="edits" id="tab">
- </div>
- </div>
- <p>提示:在不勾选仓房号的情况下默认下载当前所选库名全部数据。</p>
- <div id="lsjiagong-device-w" style="padding: 20px; display: none;" >
- <p class="text_p" style="font-size: 16px;">单仓档案管理系统的一键同步工具(内测版)本程序无任何恶意篡改系统配置。安装过程中如果有杀毒软件提示,<br/>请点击允许程序所有操作,并勾选不再提示即可。</p>
- <div class="img_box1">
- <img class="imgInfo1" src="/img/001tool.png" alt="">
- </div>
- <div class="img_box2" style="margin-top: 10px;">
- <img class="imgInfo2" src="/img/002info.png" alt="">
- </div>
- <div class="img_box3" style="margin-top: 10px;margin-bottom: 10px;">
- <img class="imgInfo3" src="/img/003helper.png" alt="">
- </div>
- <a href="#" class="easyui-linkbutton bd-add-s lsjiagong-device-add-new" plain="true">确定</a>
- </div>
- <!-- <div class="upload-info" id="upload-info" style="line-height: 40px;"></div> -->
- <style>
- .downLoad-oneMonth-data,.downLoad-threeMonth-data,.downLoad-sixMonth-data,.downLoad-nineMonth-data,
- .downLoad-oneYear-data {
- cursor: pointer;
- width: 105px;
- height: 30px;
- background-color: #1A9856;
- color: #fff;
- border: none;
- border-radius: 5px;
- }
- .downLoad_one_key{
- cursor: pointer;
- width: 115px;
- height: 30px;
- background-color: #1A9856;
- color: #fff;
- border: none;
- border-radius: 5px;
- }
- .img_box1{
- width: 645px;
- height: 452px;
- }
- .imgInfo1{
- width: 645px;
- height: 452px;
- }
- .img_box2{
- width: 788px;
- height: 522px;
- }
- .imgInfo2{
- width: 788px;
- height: 522px;
- }
- .img_box3{
- width: 788px;
- height: 522px;
- }
- .imgInfo3{
- width: 706px;
- height: 502px;
- }
- span.upload-btn1 {
- width: 80px;
- height: 30px;
- margin-left:100px;
- /*border: 1px solid #ccc;*/
- background: url("/img/upload5.png");
- display: inline-block !important;
- overflow: hidden;
- cursor: pointer;
- position: absolute;
- border-radius: 5px;
- }
- span.upload-btn1 input {
- display: inline-block !important;
- width: 260px !important;
- height: 40px !important;
- opacity: 0 !important;
- overflow: hidden !important;
- }
- </style>
|