From 23f167a369f000091dd04019b037ba42f60ff784 Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期六, 16 三月 2024 09:14:35 +0800 Subject: [PATCH] 出库功能测试 --- HTML/views/SOSetting/ExportAllot.html | 182 ++++++++++++++++++++++---------------------- 1 files changed, 91 insertions(+), 91 deletions(-) diff --git a/HTML/views/SOSetting/ExportAllot.html b/HTML/views/SOSetting/ExportAllot.html index 3e3fd25..7651448 100644 --- a/HTML/views/SOSetting/ExportAllot.html +++ b/HTML/views/SOSetting/ExportAllot.html @@ -13,13 +13,13 @@ <script> // 杩欓噷鏄渶瑕佸湪椤甸潰娓叉煋涔嬪墠鎵ц鐨勪唬鐮� - document.addEventListener("DOMContentLoaded", function() { + document.addEventListener("DOMContentLoaded", function () { //鑾峰彇table榛樿鏄剧ず鏁� pageCntFirst(); //鍒ゆ柇鏄惁寮�鍚痶able鍒楄〃鍒楀璋冩暣鍔熻兘銆� GetIsSetColW(); }); - </script> + </script> <link rel="stylesheet" href="../../css/public.css" media="all"> </head> @@ -232,16 +232,17 @@ }} {{ GetBtn8(d) }} </script> - + <!-- #endregion --> - </div> + </div> </div> <div class="layui-tab-item"> <div class="position-relative"><!-- class="position-relative" --><!-- 鑷畾涔夎〃澶村姞涓� --> <table id="LAY-app-content-list2" lay-filter="LAY-app-content-list2"></table> <!-- #region 鑷畾涔夎〃澶� --> <div class="headerSetIcon"> - <button class="layui-btn layui-btn-primary layui-btn-sm" data-type="customCols2"> + <button class="layui-btn layui-btn-primary layui-btn-sm" + data-type="customCols2"> <i class="layui-icon"></i> </button> </div> @@ -256,7 +257,7 @@ {{ GetBtn8(d) }} </script> <!-- #endregion --> - </div> + </div> </div> </div> </div> @@ -308,7 +309,7 @@ laydate = layui.laydate; var $ = layui.$; var h1 = GetTableTabHeight(); - + // var h1 = GetTableTopHeight(); // var h2 = GetTableBottomHeight(); // laydate.render({ @@ -326,29 +327,29 @@ //娓叉煋鍑哄簱鍒嗛厤table //#region 鑷畾涔夎〃澶� var TotalColsArr = [[ - {field: '',title: '搴忓彿',type:'numbers',width: 60,align: 'center',fixed: 'left', "disabled": true}, - {field: 'SONo',title: '鍑哄簱鍗曞彿',align: 'center',fixed: 'left',width: 180,"disabled": true}, - {field: 'WaveNo',title: '娉㈡鍗曞彿',align: 'center',width: 180}, - {field: 'PalletNo',title: '鎵樼洏鍙�',align: 'center',width: 95,}, - {field: 'SkuNo',title: '鐗╂枡缂栫爜',align: 'center',minWidth: 120}, - {field: 'SkuName',title: '鐗╂枡鍚嶇О',align: 'center',width: 150}, - {field: 'LotNo',title: '鎵规鍙�',align: 'center',width: 125}, - {field: 'Status',align: 'center',title: '鐘舵��',width: 90,templet: '#templetStatus'}, - {field: 'Qty',title: '鍑哄簱鏁伴噺',align: 'center',width: 90,}, - {field: 'CompleteQty',title: '鎷h揣鏁伴噺',align: 'center',width: 90}, - {field: 'UnstackingMode',title: '鎷嗗灈鏂瑰紡',align: 'center',width: 90,templet: '#templetUnstackingMode'}, - {field: 'OutMode',title: '鍑哄簱鍙�',align: 'center',width: 90,templet: '#outType',}, - {field: 'LoadingAddre',title: '瑁呰溅鍙�',align: 'center',width: 90,templet: '#outType',}, - {field: 'IsAdvance',title: '鎷h揣绫诲瀷',align: 'center',width: 90,templet: '#templetIsAdvance'}, - {field: 'SupplierLot',title: '渚涜揣鎵规',align: 'center',width: 110}, - {field: 'LotText',title: '鎵规鎻忚堪',align: 'center',width: 150}, - {field: 'Standard',title: '鐗╂枡瑙勬牸',align: 'center',minWidth: 120,}, - {field: 'IsBale',title: '鏄惁瑁瑰寘',align: 'center',templet: '#templetIsBale',width: 90}, - {field: 'IsBelt',title: '鏄惁鎵撳甫',align: 'center',templet: '#templetIsBelt',width: 90}, - {field: 'CreateTime',align: 'center',title: '鍒涘缓鏃堕棿',width: 160,templet: '#templetCreateTime'}, - {field: 'caozuo',title: '鎿嶄綔',fixed: 'right',width: 100,align: 'center',toolbar: '#table-content-list', "disabled": true} - ]]; - var TotalColsSysArr=encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//灏嗚〃澶存暟鎹繘琛寀rl缂栫爜 + { field: '', title: '搴忓彿', type: 'numbers', width: 60, align: 'center', fixed: 'left', "disabled": true }, + { field: 'SONo', title: '鍑哄簱鍗曞彿', align: 'center', fixed: 'left', width: 180, "disabled": true }, + { field: 'WaveNo', title: '娉㈡鍗曞彿', align: 'center', width: 180 }, + { field: 'PalletNo', title: '鎵樼洏鍙�', align: 'center', width: 95, }, + { field: 'SkuNo', title: '鐗╂枡缂栫爜', align: 'center', minWidth: 120 }, + { field: 'SkuName', title: '鐗╂枡鍚嶇О', align: 'center', width: 150 }, + { field: 'LotNo', title: '鎵规鍙�', align: 'center', width: 125 }, + { field: 'Status', align: 'center', title: '鐘舵��', width: 90, templet: '#templetStatus' }, + { field: 'Qty', title: '鍑哄簱鏁伴噺', align: 'center', width: 90, }, + { field: 'CompleteQty', title: '鎷h揣鏁伴噺', align: 'center', width: 90 }, + { field: 'UnstackingMode', title: '鎷嗗灈鏂瑰紡', align: 'center', width: 90, templet: '#templetUnstackingMode' }, + { field: 'OutMode', title: '鍑哄簱鍙�', align: 'center', width: 90, templet: '#outType', }, + { field: 'LoadingAddre', title: '瑁呰溅鍙�', align: 'center', width: 90, templet: '#outType', }, + { field: 'IsAdvance', title: '鎷h揣绫诲瀷', align: 'center', width: 90, templet: '#templetIsAdvance' }, + { field: 'SupplierLot', title: '渚涜揣鎵规', align: 'center', width: 110 }, + { field: 'LotText', title: '鎵规鎻忚堪', align: 'center', width: 150 }, + { field: 'Standard', title: '鐗╂枡瑙勬牸', align: 'center', minWidth: 120, }, + { field: 'IsBale', title: '鏄惁瑁瑰寘', align: 'center', templet: '#templetIsBale', width: 90 }, + { field: 'IsBelt', title: '鏄惁鎵撳甫', align: 'center', templet: '#templetIsBelt', width: 90 }, + { field: 'CreateTime', align: 'center', title: '鍒涘缓鏃堕棿', width: 160, templet: '#templetCreateTime' }, + { field: 'caozuo', title: '鎿嶄綔', fixed: 'right', width: 100, align: 'center', toolbar: '#table-content-list', "disabled": true } + ]]; + var TotalColsSysArr = encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//灏嗚〃澶存暟鎹繘琛寀rl缂栫爜 //#endregion function refreshTable() { //#region 鍘熷闈炶嚜瀹氫箟鍒� @@ -543,18 +544,18 @@ //#region 鑷畾涔夎〃澶� var colsJson - var param1={ - Href:'BllSo/GetExportAllotList' + var param1 = { + Href: 'BllSo/GetExportAllotList' }; - sendData(IP + "/Sys/GetTableColsByUserId", param1, 'post', function(res) { - if (res.code == 0){ - if(res.data=='' || res.data==undefined || res.data==null){ - colsJson=TotalColsArr - }else{ - colsJson= eval(res.data); + sendData(IP + "/Sys/GetTableColsByUserId", param1, 'post', function (res) { + if (res.code == 0) { + if (res.data == '' || res.data == undefined || res.data == null) { + colsJson = TotalColsArr + } else { + colsJson = eval(res.data); } - }else{ - colsJson=TotalColsArr + } else { + colsJson = TotalColsArr } var param = { SoNo: $("#SoNo").val(), @@ -579,11 +580,11 @@ limit: pageCnt, limits: pageLimits, cellMinWidth: 60, //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板 - done: function(){ + done: function () { initMenu(); //鑷畾涔夊垪瀹� - SetTableColW('LAY-app-content-list','BllSo/GetExportAllotList',TotalColsSysArr); - }, + SetTableColW('LAY-app-content-list', 'BllSo/GetExportAllotList', TotalColsSysArr); + }, cols: colsJson }); }); @@ -593,24 +594,24 @@ //娓叉煋鎷h揣鏄庣粏table //#region 鑷畾涔夎〃澶� var DetailColsArr = [[ - {field: '',title: '搴忓彿',type:'numbers',width: 60,align: 'center',fixed: 'left', "disabled": true}, - {field: 'SONo',title: '鍑哄簱鍗曞彿',align: 'center',fixed: 'left',width: 180, "disabled": true}, - {field: 'PalletNo',title: '鎵樼洏鍙�',align: 'center',width: 95}, - {field: 'BoxNo',title: '绠卞彿',align: 'center',width: 220}, - //{field: 'BoxNo2',title: '鐩掑彿',align: 'center',width: 115}, - //{field: 'BoxNo3',title: '鏀彿',align: 'center',width: 115}, - {field: 'SkuNo',title: '鐗╂枡缂栫爜',align: 'center',width: 120,}, - {field: 'SkuName',title: '鐗╂枡鍚嶇О',align: 'center'}, - {field: 'LotNo',title: '鎵规鍙�',align: 'center',width: 125,}, - {field: 'CompleteQty',title: '鎷h揣鏁伴噺',align: 'center',width: 90,}, - {field: 'NowPalletNo',title: '鏂版墭鐩�',align: 'center',width: 95,}, - {field: 'LotText',title: '鎵规鎻忚堪',align: 'center',width: 150,}, - {field: 'SupplierLot',title: '渚涜揣鎵规',align: 'center',width: 110,}, - {field: 'Standard',title: '鐗╂枡瑙勬牸',align: 'center',width: 120,}, - //{field: 'CreateTime',align: 'center',title: '鍒涘缓鏃堕棿',width: 165,templet: '#templetCreateTime2'}, - {field: 'caozuo',title: '鎿嶄綔',fixed: 'right',width: 100,align: 'left',toolbar: '#table-content-list2', "disabled": true} - ]]; - var DetailColsSysArr=encodeURIComponent(encodeURIComponent(JSON.stringify(DetailColsArr)))//灏嗚〃澶存暟鎹繘琛寀rl缂栫爜 + { field: '', title: '搴忓彿', type: 'numbers', width: 60, align: 'center', fixed: 'left', "disabled": true }, + { field: 'SONo', title: '鍑哄簱鍗曞彿', align: 'center', fixed: 'left', width: 180, "disabled": true }, + { field: 'PalletNo', title: '鎵樼洏鍙�', align: 'center', width: 95 }, + { field: 'BoxNo', title: '绠卞彿', align: 'center', width: 220 }, + //{field: 'BoxNo2',title: '鐩掑彿',align: 'center',width: 115}, + //{field: 'BoxNo3',title: '鏀彿',align: 'center',width: 115}, + { field: 'SkuNo', title: '鐗╂枡缂栫爜', align: 'center', width: 120, }, + { field: 'SkuName', title: '鐗╂枡鍚嶇О', align: 'center' }, + { field: 'LotNo', title: '鎵规鍙�', align: 'center', width: 125, }, + { field: 'CompleteQty', title: '鎷h揣鏁伴噺', align: 'center', width: 90, }, + { field: 'NowPalletNo', title: '鏂版墭鐩�', align: 'center', width: 95, }, + { field: 'LotText', title: '鎵规鎻忚堪', align: 'center', width: 150, }, + { field: 'SupplierLot', title: '渚涜揣鎵规', align: 'center', width: 110, }, + { field: 'Standard', title: '鐗╂枡瑙勬牸', align: 'center', width: 120, }, + //{field: 'CreateTime',align: 'center',title: '鍒涘缓鏃堕棿',width: 165,templet: '#templetCreateTime2'}, + { 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(val) { //#region 鍘熷闈炶嚜瀹氫箟鍒� @@ -729,23 +730,23 @@ //#region 鑷畾涔夎〃澶� var colsJson2 - var param1={ - Href:'BllSo/GetCompleteDetailList' + var param1 = { + Href: 'BllSo/GetCompleteDetailList' }; - sendData(IP + "/Sys/GetTableColsByUserId", param1, 'post', function(res) { - if (res.code == 0){ - if(res.data=='' || res.data==undefined || res.data==null){ - colsJson2=DetailColsArr - }else{ - colsJson2= eval(res.data); + sendData(IP + "/Sys/GetTableColsByUserId", param1, 'post', function (res) { + if (res.code == 0) { + if (res.data == '' || res.data == undefined || res.data == null) { + colsJson2 = DetailColsArr + } else { + colsJson2 = eval(res.data); + } + } else { + colsJson2 = DetailColsArr } - }else{ - colsJson2=DetailColsArr - } - var param = { - Id: parseInt(val) - }; - table.render({ + var param = { + Id: parseInt(val) + }; + table.render({ elem: '#LAY-app-content-list2', url: IP + "/BllSo/GetCompleteDetailList", method: 'POST', @@ -758,11 +759,11 @@ limit: pageCnt, limits: pageLimits, cellMinWidth: 60, //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板 - done: function(){ + done: function () { initMenu(); //鑷畾涔夊垪瀹� - SetTableColW('LAY-app-content-list2','BllSo/GetCompleteDetailList',DetailColsSysArr); - }, + SetTableColW('LAY-app-content-list2', 'BllSo/GetCompleteDetailList', DetailColsSysArr); + }, cols: colsJson2 }); }); @@ -777,17 +778,16 @@ }); //鏉冮檺 function initMenu() { - $(function() { + $(function () { $(".chexiaoClass").hide(); //鎾ら攢 }); - sendData(IP + "/Basis/GetRoleRightList", {}, 'get', function(res) { + sendData(IP + "/Basis/GetRoleRightList", {}, 'get', function (res) { if (res.code == 0) { //鎴愬姛 for (var k = 0; k < res.data.length; k++) { - if(res.data[k].ParentNo == "2400") - { + if (res.data[k].ParentNo == "2400") { if (res.data[k].MenuName == "鎾ら攢") { console.log(res.data[k].MenuName); - $(function() { + $(function () { $(".chexiaoClass").show(); }); } @@ -797,7 +797,7 @@ layer.msg('鑾峰彇鏉冮檺淇℃伅澶辫触', { icon: 2, time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 - }, function() {}); + }, function () { }); } }); } @@ -824,7 +824,7 @@ yemianid = 1; }); var doing = true; - //鍒犻櫎 + //鎾ら攢 table.on('tool(LAY-app-content-list)', function (obj) { console.log(obj); if (obj.event === 'del') { @@ -886,21 +886,21 @@ //#region 鑷畾涔夎〃澶� //鑷畾涔夎〃澶� active = { - customCols: function(){ + customCols: function () { layer.open({ type: 2, title: '鑷畾涔夊垪', - content: '../SystemSettings/HeaderSetting.html?Href=BllSo/GetExportAllotList&ColsSysArr='+TotalColsSysArr, + content: '../SystemSettings/HeaderSetting.html?Href=BllSo/GetExportAllotList&ColsSysArr=' + TotalColsSysArr, maxmin: false, resize: false, area: ['970px', '650px'] }); }, - customCols2: function(){ + customCols2: function () { layer.open({ type: 2, title: '鑷畾涔夊垪', - content: '../SystemSettings/HeaderSetting.html?Href=BllSo/GetCompleteDetailList&ColsSysArr='+DetailColsSysArr, + content: '../SystemSettings/HeaderSetting.html?Href=BllSo/GetCompleteDetailList&ColsSysArr=' + DetailColsSysArr, maxmin: false, resize: false, area: ['970px', '650px'] @@ -908,7 +908,7 @@ } }; - $('.layui-btn').on('click', function() { + $('.layui-btn').on('click', function () { var type = $(this).data('type'); active[type] ? active[type].call(this) : ''; }); -- Gitblit v1.8.0