From d34d36d5c0478d1e5f56b92fc5b38fc5ca379e5c Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-5BIMHQ3> Date: 星期四, 22 二月 2024 15:44:11 +0800 Subject: [PATCH] Merge branch 'wxw' --- HTML/views/StatisticalReport/BoxInfor.html | 31 ++++++++++++++++++++++++++----- 1 files changed, 26 insertions(+), 5 deletions(-) diff --git a/HTML/views/StatisticalReport/BoxInfor.html b/HTML/views/StatisticalReport/BoxInfor.html index 0e75ea6..5fe5cfc 100644 --- a/HTML/views/StatisticalReport/BoxInfor.html +++ b/HTML/views/StatisticalReport/BoxInfor.html @@ -52,6 +52,20 @@ </div> </div> <div class="layui-inline mingxi"> + <label class="layui-form-label" style="width: 60px;">璐т富缂栫爜</label> + <div class="layui-input-inline" style="width: 170px; margin-right: 0px;"> + <input type="text" id="OwnerNo" name="OwnerNo" placeholder="璐т富缂栫爜" autocomplete="off" + class="layui-input"> + </div> + </div> + <div class="layui-inline mingxi"> + <label class="layui-form-label" style="width: 60px;">璐т富鍚嶇О</label> + <div class="layui-input-inline" style="width: 170px; margin-right: 0px;"> + <input type="text" id="OwnerName" name="OwnerName" placeholder="璐т富鍚嶇О" autocomplete="off" + class="layui-input"> + </div> + </div> + <div class="layui-inline mingxi"> <label class="layui-form-label" style="width: 60px;">鎵规鍙�</label> <div class="layui-input-inline" style="width: 170px; margin-right: 0px;"> <input type="text" id="LotNo" name="LotNo" placeholder="鎵规鍙�" autocomplete="off" class="layui-input"> @@ -303,7 +317,7 @@ var $ = layui.$; var yemianid =0; - refreshTable("","","","","","","","","",""); + refreshTable("","","","","","","","","","","",""); // 琛ㄥ崟闇�瑕佺殑鍙橀噺 var infoOptions; @@ -378,6 +392,8 @@ {field: 'PalletNo', title: '鎵樼洏鍙�', align: 'center'}, {field: 'SkuNo', title: '鐗╂枡缂栫爜', align: 'center'}, {field: 'SkuName', title: '鐗╂枡鍚嶇О', align: 'center'}, + {field: 'OwnerNo',title: '璐т富缂栫爜',align: 'center'}, + {field: 'OwnerName',title: '璐т富鍚嶇О',align: 'center'}, {field: 'LotNo', title: '鎵规鍙�', align: 'center'}, {field: 'LotText', title: '鎵规鎻忚堪', align: 'center'}, {field: 'SupplierLot', title: '渚涜揣鎵规', align: 'center'}, @@ -390,7 +406,7 @@ var TotalColsSysArr=encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//灏嗚〃澶存暟鎹繘琛寀rl缂栫爜 //#endregion //鑾峰彇鎵樼洏鏄庣粏 - function refreshTable(SkuNo,SkuName,PalletNo,LotNo,BoxNo,Status,InspectMark,BitPalletMark,BitBoxMark,InspectStatus) { + function refreshTable(SkuNo,SkuName,PalletNo,LotNo,BoxNo,Status,InspectMark,BitPalletMark,BitBoxMark,InspectStatus,OwnerNo,OwnerName) { //#region 鑷畾涔夎〃澶� var colsJson var param1={ @@ -432,7 +448,9 @@ InspectMark:InspectMark, //妫�楠屾爣璁� BitPalletMark:BitPalletMark, //闆舵墭鏍囪 BitBoxMark:BitBoxMark, //闆剁鏍囪 - InspectStatus:InspectStatus //璐ㄩ噺鐘舵�� + InspectStatus:InspectStatus, //璐ㄩ噺鐘舵�� + OwnerNo:OwnerNo, //璐т富缂栫爜 + OwnerName:OwnerName //璐т富鍚嶇О }; sendData(IP + "/Statistical/GetBindList", param, 'get', function(res) { console.log(res) @@ -639,9 +657,12 @@ var BitBoxMark = $("#BitBoxMark").val(); var InspectStatus = $("#InspectStatus").val(); + var OwnerNo = $("#OwnerNo").val(); + var OwnerName = $("#OwnerName").val(); + if(yemianid == 0){ console.log("鎬诲崟"); - refreshTable(SkuNo,SkuName,PalletNo,LotNo,BoxNo,Status,InspectMark,BitPalletMark,BitBoxMark,InspectStatus); + refreshTable(SkuNo,SkuName,PalletNo,LotNo,BoxNo,Status,InspectMark,BitPalletMark,BitBoxMark,InspectStatus,OwnerNo,OwnerName); }else if(yemianid == 1){ quanid = ''; console.log("鏄庣粏"); @@ -667,7 +688,7 @@ yemianid = data.index if(yemianid == 0){ console.log("鎬诲崟"); - refreshTable("","","","","","","","","",""); + refreshTable("","","","","","","","","","","",""); }else if(yemianid == 1){ console.log("鏄庣粏"); refreshTable2(quanid); -- Gitblit v1.8.0