From b9f7560cbe0e562a40e9515a0559a3e951f0fee6 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期一, 07 四月 2025 09:16:01 +0800 Subject: [PATCH] 问题修改 --- HTML/views/SOSetting/ExportNotice.html | 645 ++++++++++++++++------------------------------------------ 1 files changed, 183 insertions(+), 462 deletions(-) diff --git a/HTML/views/SOSetting/ExportNotice.html b/HTML/views/SOSetting/ExportNotice.html index bb7e808..50f02ac 100644 --- a/HTML/views/SOSetting/ExportNotice.html +++ b/HTML/views/SOSetting/ExportNotice.html @@ -65,7 +65,7 @@ <option value="4">涓嶅悎鏍煎搧鍑哄簱</option> <option value="5">涓棿鍝佸嚭搴�</option> <option value="6">浠e偍鍑哄簱</option> - <option value="7">鍏朵粬鍑哄簱</option> + <option value="7">鍏跺畠鍑哄簱</option> <option value="8">瀵勫瓨鍑哄簱</option> <!-- 09 --> <!-- <option value="0">鏍囧噯閿�鍞嚭搴�</option> @@ -96,9 +96,9 @@ </div> </div> <div class="layui-inline"> - <label class="layui-form-label">鎵规鍙�</label> + <label class="layui-form-label">杩涘巶缂栧彿</label> <div class="layui-input-inline"> - <input type="text" id="LotNo" name="LotNo" placeholder="鎵规鍙�" + <input type="text" id="LotNo" name="LotNo" placeholder="杩涘巶缂栧彿" autocomplete="off" class="layui-input"> </div> </div> @@ -147,15 +147,26 @@ </select> </div> </div> + + <div class="layui-inline DivCheck"> + <label class="layui-form-label">鎷h揣鏂瑰紡</label> + <div class="layui-input-inline " style="width: 220px;"> + <select name="CheckVlues" id="CheckVlues" lay-filter="CheckVlues" lay-search> + <option value=""></option> + <option value="0" selected>鏆傚瓨鍖烘嫞璐�</option> + <option value="1">鍑哄簱鍙f嫞璐�</option> + </select> + </div> + </div> + <div class="layui-inline DivLoadingArea" style="margin-top: 10px;"> <label class="layui-form-label">瑁呰溅鍙�</label> <div class="layui-input-inline" style="width: 220px;"> <select name="LoadingArea" id="LoadingArea" lay-search> <option value=""></option> - <option value="1">1</option> - <option value="2">2</option> - <option value="3">3</option> - <option value="4">4</option> + <option value="3">4</option> + <option value="2">5</option> + <option value="1">6</option> </select> </div> </div> @@ -164,11 +175,30 @@ <div class="layui-input-inline" style="width: 220px;"> <select name="PickingArea" id="PickingArea" lay-search> <option value=""></option> - <option value="1">1</option> - <option value="2">2</option> - <option value="3">3</option> - <option value="4">4</option> + <option value="033">033</option> + <option value="039">039</option> + <option value="044">044</option> + <option value="051">051</option> + <option value="059">059</option> + <option value="440">440</option> + <option value="443">443</option> </select> + </div> + </div> + </div> + <div class="layui-inline" id="divFinish" style="display: none; padding-top: 10px;"> + <div class="layui-inline"> + <label class="layui-form-label">璐﹀彿</label> + <div class="layui-input-inline" style="width: 220px;"> + <input type="text" id="admin" name="admin" placeholder="璐﹀彿" autocomplete="off" + class="layui-input"> + </div> + </div> + <div class="layui-inline DivLoadingArea" style="margin-top: 10px;"> + <label class="layui-form-label">瀵嗙爜</label> + <div class="layui-input-inline" style="width: 220px;"> + <input type="password" id="password" name="password" placeholder="瀵嗙爜" autocomplete="off" + class="layui-input"> </div> </div> </div> @@ -212,7 +242,7 @@ case "6": return "浠e偍鍑哄簱"; case "7": - return "鍏朵粬鍑哄簱"; + return "鍏跺畠鍑哄簱"; case "8": return "瀵勫瓨鍑哄簱"; default: @@ -336,7 +366,7 @@ var html = ''; if(d.IsWave == '0'){ if(d.Status == '0' || d.Status == '1' ){ - if(d.Type != "8") { + if(d.Type != "8" && d.Type != "2" && d.Type != "3") { html += `<a class="layui-btn layui-btn-normal layui-btn-xs zifenClass" lay-event="auto"> <i class="layui-icon layui-icon-ok"></i>鑷姩鍒嗛厤 </a>`; @@ -355,13 +385,13 @@ <i class="layui-icon layui-icon-delete"></i>鍙栨秷鍒嗛厤 </a>`; } - if( d.Status == '2' || d.Status == '3'){ + if( d.Status == '1' ||d.Status == '2' || d.Status == '3'|| (d.Status == '4' && d.Type == "1")){ html += `<a class="layui-btn layui-btn-normal layui-btn-xs outClass" lay-event="outKu"> <i class="layui-icon layui-icon-ok"></i>鍑哄簱 </a>`; } } - if( d.Status == '4'){ + if( d.Status == '4' ||d.Status == '3'){ html += `<a class="layui-btn layui-btn-normal layui-btn-xs guanClass" lay-event="finish"> <i class="layui-icon layui-icon-ok"></i>鍏冲崟 </a>`; @@ -386,7 +416,11 @@ <script type="text/html" id="table-content-list2"> {{# function GetBtn2(d){ var html = ''; - + if((d.StatusZ == "2" || d.StatusZ == "3"|| d.StatusZ == "4") && (d.Type == "1" || d.Type == "2" || d.Type == "3") && d.IsWave == "0"){ + html += `<a class="layui-btn layui-btn-normal layui-btn-xs shoufenClass" lay-event="wan"> + <i class="layui-icon layui-icon-ok"></i>鎵嬪姩鍒嗛厤 + </a>`; + } if((d.Status == "0" ||d.Status == "1") && d.Qty > d.AllotQty && d.IsWave == "0"){ html += `<a class="layui-btn layui-btn-normal layui-btn-xs shoufenClass" lay-event="wan"> <i class="layui-icon layui-icon-ok"></i>鎵嬪姩鍒嗛厤 @@ -475,14 +509,14 @@ var TotalColsArr = [[ {field: '',title: '搴忓彿',type:'numbers',width: 50,align: 'center',fixed: 'left', "disabled": true}, {field: 'SONo',title: '鍑哄簱鍗曞彿',align: 'center',fixed: 'left',width: 165, "disabled": true}, - {field: 'Type',title: '鍗曟嵁绫诲瀷',align: 'center',templet:'#templetType'}, + {field: 'Type',title: '鍗曟嵁绫诲瀷',align: 'center',width: 124,templet:'#templetType'}, {field: 'Status',title: '鎵ц鐘舵��', align: 'center',templet: '#templetStatus'}, {field: 'LogisticsName',title: '鎵胯繍鍟�',align: 'center'}, {field: 'CustomerName',title: '瀹㈡埛鍚嶇О',align: 'center'}, - {field: 'LotNo',title: '鎵规鍙�',align: 'center'}, + {field: 'LotNo',title: '杩涘巶缂栧彿',align: 'center'}, {field: 'LotNoText',title: '鎵规鎻忚堪',align: 'center'}, {field: 'IsDespatch',title: '鏄惁鍙戣繍',align: 'center',templet: '#templetIsDespatch'}, - {field: 'SupplierLot',title: '渚涜揣鎵规',align: 'center'}, + {field: 'SupplierLot',title: '鍘熷巶鎵瑰彿',align: 'center'}, {field: 'Origin',title: '鏉ユ簮',align: 'center'}, {field: 'Demo',title: '澶囨敞',align: 'center',width: 180}, {field: 'CreateUserName',title: '鍒涘缓浜�',align: 'center'}, @@ -496,208 +530,7 @@ var TotalColsSysArr=encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//灏嗚〃澶存暟鎹繘琛寀rl缂栫爜 //#endregion function refreshTable() { - //#region 鍘熷闈炶嚜瀹氫箟鍒� - // var param = { - // No: $("#No").val(), - // Type: $("#Type").val(), - // Status: $("#Status").val(), - // LotNo: $("#LotNo").val(), - // LogisticsId: parseInt($("#LogisticsId").val()), - // IsWave: $("#IsWave").val(), - // IsDespatch: $("#IsDespatch").val(), - // // WaveNo: $("#WaveNo").val(), - // }; - - // table.render({ - // elem: '#LAY-app-content-list', - // url: IP+"/BllSo/GetExportNoticeList", - // method: 'POST', - // height: h1 ,//'full-'+hei1 - // id: 'LAY-app-content-list', - // where: param, - // contentType: 'application/json', - // headers:{ToKen:$.cookie('token')}, - // page: true, - // defaultToolbar: ['filter'], //'print', 'exports' - // even: true, - // limit: pageCnt, - // limits: pageLimits, - // cellMinWidth: 60, //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板 - // even:true, - // done: function(res){ - // initMenu(); - // var soCode = "res.data[0].SONo"; - // if (res.data.length != 0) { - // soCode = res.data[0].SONo; - // } - // refreshTablemx(soCode) - // }, - // cols: [ - // [ { - // title: '搴忓彿', - // type: 'numbers', - // width: 65, - // fixed: 'left', - // },{ - // field: 'SONo', - // title: '鍑哄簱鍗曞彿', - // align: 'center', - // fixed: 'left', - // width: 165, - // },{ - // field: 'Type', - // title: '鍗曟嵁绫诲瀷', - // align: 'center', - // // width: 150, - // templet:function(d){ - // switch (d.Type) { - // case "0": - // return "鏍囧噯閿�鍞嚭搴�"; - // case "1": - // return "闈炴爣鍑嗛攢鍞嚭搴�"; - // case "2": - // return "鏍囧噯璋冩嫧鍑哄簱"; - // case "3": - // return "闈炴爣鍑嗚皟鎷ㄥ嚭搴�"; - // default: - // return ""; - // } - // } - // },{ - // field: 'Status', - // title: '鎵ц鐘舵��', - // align: 'center', - // // width: 130, - // templet: function(d){ - // switch (d.Status) { - // case "0": - // return `<button class="layui-btn layui-btn-radius layui-btn-xs">绛夊緟鎵ц</button>`; - // case "1": - // return `<button class="layui-btn layui-btn-radius layui-btn-warm layui-btn-xs">閮ㄥ垎鍒嗛厤</button>`; - // case "2": - // return `<button class="layui-btn layui-btn-radius layui-btn-warm layui-btn-xs">宸插垎閰�</button>`; - // case "3": - // return `<button class="layui-btn layui-btn-radius layui-btn-danger layui-btn-xs">姝e湪鎵ц</button>`; - // case "4": - // return `<button class="layui-btn layui-btn-radius layui-btn-normal layui-btn-xs">鎵ц瀹屾瘯</button>`; - // case "5": - // return `<button class="layui-btn layui-btn-radius layui-btn-normal layui-btn-xs">涓婁紶瀹屾瘯</button>`; - // default: - // return ""; - // } - // } - // },{ - // field: 'LogisticsName', - // title: '鎵胯繍鍟�', - // align: 'center', - // // minWidth: 150 - // },{ - // field: 'CustomerName', - // title: '瀹㈡埛鍚嶇О', - // align: 'center', - // // minwidth: 130 - // },{ - // field: 'LotNo', - // title: '鎵规鍙�', - // align: 'center', - // // width: 180, - // hide:true - // },{ - // field: 'LotNoText', - // title: '鎵规鎻忚堪', - // align: 'center', - // // width: 180, - // hide:true - // }, - // // { - // // field: 'IsWave', - // // title: '鐢熸垚娉㈡', - // // align: 'center', - // // width: 95, - // // templet: function (d) { - // // switch (d.IsWave) { - // // case "0": - // // return "鍚�"; - // // case "1": - // // return "鏄�"; - // // default: - // // return ""; - // // } - - // // }, - // // }, - // // { - // // field: 'WaveNo', - // // title: '娉㈡鍗曞彿', - // // align: 'center', - // // width: 170 - // // }, - // { - // field: 'IsDespatch', - // title: '鏄惁鍙戣繍', - // align: 'center', - // // width: 95, - // templet: function (d) { - // switch (d.IsDespatch) { - // case "0": - // return "鍚�"; - // case "1": - // return "鏄�"; - // default: - // return ""; - // } - - // }, - // },{ - // field: 'SupplierLot', - // title: '渚涜揣鎵规', - // align: 'center', - // // width: 100, - // hide:true - // },{ - // field: 'Origin', - // title: '鏉ユ簮', - // align: 'center', - // // width: 100 - // },{ - // field: 'CreateUserName', - // title: '鍒涘缓浜�', - // align: 'center', - // // width: 120, - // },{ - // field: 'CreateTime', - // title: '鍒涘缓鏃堕棿', - // align: 'center', - // // width: 160, - // templet: function(d) { - // return formatDate(d.CreateTime); - // }, - // },{ - // field: 'UpdateUserName', - // title: '淇敼浜�', - // align: 'center', - // // width: 120, - // hide:true - // },{ - // field: 'UpdateTime', - // title: '淇敼鏃堕棿', - // align: 'center', - // // width: 160, - // templet: function(d) { - // return formatDate(d.UpdateTime); - // }, - // hide:true - // },{ - // title: '鎿嶄綔', - // fixed: 'right', - // align: 'center', - // toolbar: '#table-content-list', - // // width: 240 - // }] - // ] - // }); - //#endregion - + //#region 鑷畾涔夎〃澶� var colsJson var param1={ @@ -757,201 +590,29 @@ //娓叉煋鍑哄簱鍗曟槑缁� //#region 鑷畾涔夎〃澶� var DetailColsArr = [[ - {field: '',title: '搴忓彿',type:'numbers',width: 50,align: 'center',fixed: 'left', "disabled": true}, - {field: 'SONo',title: '鍑哄簱鍗曞彿',align: 'center',fixed: 'left',width:165 }, - {field: 'SkuNo',title: '鐗╂枡缂栫爜',align: 'center', width: 130}, - {field: 'SkuName',title: '鐗╂枡鍚嶇О',align: 'center', width: 152}, - {field: 'Standard',title: '鐗╂枡瑙勬牸',align: 'center', width: 270}, - {field: 'LotNo',title: '鎵规鍙�',align: 'center',width: 150}, - {field: 'Qty',title: '璁″垝鏁伴噺',align: 'center',width: 100}, - {field: 'AllotQty',title: '鍒嗛厤鏁伴噺',align: 'center',width: 100}, - {field: 'FactQty',title: '涓嬫灦鏁伴噺',align: 'center', width: 100}, - {field: 'CompleteQty',title: '鎷h揣鏁伴噺',align: 'center', width: 100}, - {field: 'IsBale',title: '鏄惁瑁瑰寘',align: 'center',templet: '#templetIsBale',width: 90}, - {field: 'IsBelt',title: '鏄惁鎵撳甫',align: 'center',templet: '#templetIsBelt',width: 90}, - {field: 'LotText',title: '鎵规鎻忚堪',align: 'center', width: 100}, - {field: 'PackagName',title: '鍖呰鍚嶇О',align: 'center', width: 120}, - {field: 'SupplierLot',title: '渚涜揣鎵规',align: 'center', width: 120}, - {field: 'Price',title: '鍗曚环', align: 'center', width: 80}, - {field: 'Money',title: '鎬婚噾棰�', align: 'center', width: 90}, - {field: 'caozuo',title: '鎿嶄綔',fixed: 'right',width: 100,align: 'left',toolbar: '#table-content-list2', "disabled": true} - ]]; + {field: '',title: '搴忓彿',type:'numbers',width: 50,align: 'center',fixed: 'left', "disabled": true}, + {field: 'SONo',title: '鍑哄簱鍗曞彿',align: 'center',fixed: 'left',width:165 }, + {field: 'SkuNo',title: '鐗╂枡缂栫爜',align: 'center', width: 130}, + {field: 'SkuName',title: '鐗╂枡鍚嶇О',align: 'center', width: 152}, + {field: 'Standard',title: '鐗╂枡瑙勬牸',align: 'center', width: 270}, + {field: 'LotNo',title: '杩涘巶缂栧彿',align: 'center',width: 150}, + {field: 'Qty',title: '璁″垝鏁伴噺',align: 'center',width: 100}, + {field: 'AllotQty',title: '鍒嗛厤鏁伴噺',align: 'center',width: 100}, + {field: 'FactQty',title: '涓嬫灦鏁伴噺',align: 'center', width: 100}, + {field: 'CompleteQty',title: '鎷h揣鏁伴噺',align: 'center', width: 100}, + {field: 'IsBale',title: '鏄惁瑁瑰寘',align: 'center',templet: '#templetIsBale',width: 90}, + {field: 'IsBelt',title: '鏄惁鎵撳甫',align: 'center',templet: '#templetIsBelt',width: 90}, + {field: 'LotText',title: '鎵规鎻忚堪',align: 'center', width: 100}, + {field: 'PackagName',title: '鍖呰鍚嶇О',align: 'center', width: 120}, + {field: 'SupplierLot',title: '鍘熷巶鎵瑰彿',align: 'center', width: 120}, + {field: 'Price',title: '鍗曚环', align: 'center', width: 80}, + {field: 'Money',title: '鎬婚噾棰�', align: 'center', width: 90}, + {field: 'caozuo',title: '鎿嶄綔',fixed: 'right',width: 100,align: 'left',toolbar: '#table-content-list2', "disabled": true} + ]]; var DetailColsSysArr=encodeURIComponent(encodeURIComponent(JSON.stringify(DetailColsArr)))//灏嗚〃澶存暟鎹繘琛寀rl缂栫爜 //#endregion function refreshTablemx(soNo) { - //#region 鍘熷闈炶嚜瀹氫箟鍒� - // var param = { - // SoNo: soNo, - // }; - // table.render({ - // elem: '#LAY-app-content-list2', - // url: IP + "/BllSo/GetExportNoticeDetailList", - // method: 'POST', - // height: h2, - // id: 'LAY-app-content-list2', - // where: param, - // contentType: 'application/json', - // headers:{ToKen:$.cookie('token')}, - // toolbar:'#toolbarDemo', - // defaultToolbar: ['print'], //'print', 'exports' - // page: true, - // limit: pageCnt, - // limits: pageLimits, - // cellMinWidth: 60, //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板 - // done: function(){ - // initMenu(); - // }, - // cols: [ - // [{ - // title: '搴忓彿', - // type: 'numbers', - // width: 65, - // fixed: 'left', - // }, { - // field: 'SONo', - // title: '鍑哄簱鍗曞彿', - // align: 'center', - // fixed: 'left', - // width: 165 - // }, { - // field: 'SkuNo', - // title: '鐗╂枡缂栫爜', - // align: 'center', - // width: 130 - // }, { - // field: 'SkuName', - // title: '鐗╂枡鍚嶇О', - // align: 'center', - // width: 152 - // }, { - // field: 'Standard', - // title: '鐗╂枡瑙勬牸', - // align: 'center', - // width: 270 - // }, { - // field: 'LotNo', - // title: '鎵规鍙�', - // align: 'center', - // width: 150 - // }, { - // field: 'Qty', - // title: '璁″垝鏁伴噺', - // align: 'center', - // width: 100 - // }, { - // field: 'AllotQty', - // title: '鍒嗛厤鏁伴噺', - // align: 'center', - // width: 100 - // }, { - // field: 'FactQty', - // title: '涓嬫灦鏁伴噺', - // align: 'center', - // width: 100 - // }, { - // field: 'CompleteQty', - // title: '鎷h揣鏁伴噺', - // align: 'center', - // width: 100 - // }, { - // field: 'IsBale', - // title: '鏄惁瑁瑰寘', - // align: 'center', - // templet: function (d) { - // console.log(d); - // switch (d.IsBale) { - // case "0": - // return "涓嶈9鍖�"; - // case "1": - // return "瑁瑰寘"; - // default: - // return ""; - // } - - // }, - // width: 90, - // hide:true, - // }, { - // field: 'IsBelt', - // title: '鏄惁鎵撳甫', - // align: 'center', - // templet: function (d) { - // switch (d.IsBelt) { - // case "0": - // return "涓嶆墦甯�"; - // case "1": - // return "鎵撳甫"; - // default: - // return ""; - // } - - // }, - // width: 90, - // hide:true, - // }, { - // field: 'LotText', - // title: '鎵规鎻忚堪', - // align: 'center', - // width: 100 - // }, { - // field: 'PackagName', - // title: '鍖呰鍚嶇О', - // align: 'center', - // width: 120 - // }, { - // field: 'SupplierLot', - // title: '渚涜揣鎵规', - // align: 'center', - // width: 120 - // }, - // // { - // // field: 'IsWave', - // // title: '鐢熸垚娉㈡', - // // align: 'center', - // // width: 90, - // // templet: function (d) { - // // switch (d.IsWave) { - // // case "0": - // // return "鍚�"; - // // case "1": - // // return "鏄�"; - // // default: - // // return ""; - // // } - - // // }, - // // hide:true, - // // }, - // // { - // // field: 'WaveNo', - // // title: '娉㈡鍗曞彿', - // // align: 'center', - // // width: 170, - // // hide:true - // // }, - // { - // field: 'Price', - // title: '鍗曚环', - // align: 'center', - // width: 80, - // hide:true - // }, { - // field: 'Money', - // title: '鎬婚噾棰�', - // align: 'center', - // width: 90, - // hide:true - // }, { - // title: '鎿嶄綔', - // fixed: 'right', - // width: 180, - // align: 'center', - // toolbar: '#table-content-list2' - // }] - // ] - // }); - //#endregion - + //#region 鑷畾涔夎〃澶� var colsJson2 var param1={ @@ -1228,11 +889,14 @@ area: ['1200px', '90%'], }); }else if(obj.event === 'outKu'){ + $("#UnstackWay").val(0) $("#UnstackWay").attr("disabled",false); $("#LoadingArea").val('') $("#PickingArea").val('') - $('.DivLoadingArea').show() + $('.DivLoadingArea').show() + $('.DivPickingArea2').show() + form.render('select'); var param = { soNo: SoNo @@ -1246,10 +910,14 @@ $('.DivPickingArea2').show() }else{ isNeedUnpack='0' - $('.DivPickingArea2').hide() + $('.DivPickingArea2').hide() + $('.DivCheck').hide() } if($('#UnstackWay').val()=='1'){ $('.DivPickingArea2').show() + $('.DivCheck').hide() + + } outFunction(data.SONo) @@ -1262,10 +930,17 @@ }); } }); + $("#CheckVlues").val(0) + $("#CheckVlues").attr("disabled",false); + form.render('select'); }else{ $("#UnstackWay").val(1) $("#UnstackWay").attr("disabled",true); - form.render('select'); + form.render('select'); + $("#CheckVlues").val(0) + $("#CheckVlues").attr("disabled",true); + form.render('select'); + $('.DivLoadingArea').hide() @@ -1345,27 +1020,77 @@ } }); }else if(obj.event === 'check'){//澶嶆牳 - // 浠g爜鍖哄煙 - layer.confirm('纭畾澶嶆牳姝ゅ崟鎹悧锛�', function(index) { - var param = { - Id:data.Id, - }; - sendData(IP + "/UpApi/FinishExportNotice", param, 'post', function (res) { - if (res.code == 0) { //鎴愬姛 - layer.msg(res.msg, { - icon: 1, - time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 - }, function () { - refreshTable(); - doing = true + + layer.open({ + type: 1, + title: '澶嶆牳纭', + content: $('#divFinish'), + maxmin: true, + area: ['350px','215px'], + btn: ['纭畾', '鍙栨秷'], + yes: function(index, layero) { + var pa = $('#PickingArea').val(); + console.log(pa) + if (isChongFu== true) { + isChongFu= false; + + if($('#admin').val()==''){ + layer.msg("璇疯緭鍏ヨ处鍙�", { + icon: 2, + time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 + }); + isChongFu= true; + return; + } + if($("#password").val() == '') + { + layer.msg("璇疯緭鍏ュ瘑鐮�", { + icon: 2, + time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 + }); + isChongFu= true; + return; + } + + var param = { + Id:data.Id, + UserNo:$('#admin').val(), + Password:$('#password').val(), + }; + console.log(param); + sendData(IP + "/UpApi/FinishExportNotice", param, 'post', function (res) { + if (res.code == 0) { //鎴愬姛 + layer.msg(res.msg, { + icon: 1, + time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 + }, function () { + refreshTable(); + $('#admin').val(""); + $('#password').val(""); + isChongFu = true + }); + } else { //涓嶆垚鍔� + layer.msg(res.msg, { + icon: 2, + time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 + }, function () { + isChongFu = true ; + $('#admin').val(""); + $('#password').val("") + }); + } + layer.close(index); }); - } else { //涓嶆垚鍔� - layer.msg(res.msg, { + + + }else{ + layer.msg("璇峰嬁閲嶅鐐瑰嚮", { icon: 2, time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 - }, function () { doing = true }); + }); } - }); + + } }); } }); @@ -1381,16 +1106,18 @@ btn: ['纭畾', '鍙栨秷'], yes: function(index, layero) { var pa = $('#PickingArea').val(); + var check = $('#CheckVlues').val(); + console.log("22222222222222"+check); + console.log(pa) if (isChongFu== true) { isChongFu= false; if(pa == null) { - layer.msg("璇烽�夋嫨鍑哄簱鍙�", { + layer.msg("璇峰嬁閲嶅鐐瑰嚮", { icon: 2, time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 }); - isChongFu= true; return; } if($('#UnstackWay').val()=='0'){ @@ -1402,8 +1129,18 @@ isChongFu= true; return; } - } + }else{if($("#PickingArea").val() == '') + { + layer.msg("璇烽�夋嫨鍑哄簱鍙�", { + icon: 2, + time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 + }); + isChongFu= true; + return; + }} + if(isNeedUnpack == 1){ console.log($("#PickingArea").val()) + if($('#UnstackWay').val()=='1'){ if($("#PickingArea").val() == '') { layer.msg("璇烽�夋嫨鍑哄簱鍙�", { @@ -1412,34 +1149,12 @@ }); isChongFu= true; return; - } - isChongFu= true; - return; - } - if(isNeedUnpack=='1'){ - if(pa==''){ - layer.msg("璇烽�夋嫨鍑哄簱鍙�", { - icon: 2, - time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 - }); - isChongFu= true; - return; - } - } - }else{ - if(pa==''){ - layer.msg("璇烽�夋嫨鍑哄簱鍙�", { - icon: 2, - time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 - }); - isChongFu= true; - return; - } - } + }}} var param = { soNo: soNo, unstackingMode:$('#UnstackWay').val(), outMode: pa, + checkmode:check, loadingAddre:$('#LoadingArea').val() }; console.log(param); @@ -1571,14 +1286,20 @@ var value = data.value; if(value==0){ $('.DivLoadingArea').show() + $('.DivCheck').hide() if(isNeedUnpack=='0'){ $('.DivPickingArea2').hide() }else{ $('.DivPickingArea2').show() } - }else{ + }else{ + console.log("11111111111"); + $('.DivLoadingArea').hide() - $('.DivPickingArea2').show() + $('.DivPickingArea2').show() + + $('.DivCheck').show() + } }); -- Gitblit v1.8.0