From dfd6f91e782f31b9d33030f12de6c72872e8ea03 Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-5BIMHQ3> Date: 星期日, 30 六月 2024 16:59:20 +0800 Subject: [PATCH] 修改问题 --- HTML/views/StatisticalReport/BoxInfor.html | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/HTML/views/StatisticalReport/BoxInfor.html b/HTML/views/StatisticalReport/BoxInfor.html index cae96ef..dca5a4a 100644 --- a/HTML/views/StatisticalReport/BoxInfor.html +++ b/HTML/views/StatisticalReport/BoxInfor.html @@ -205,9 +205,20 @@ } return html; } - }} + }} {{ GetBtn11(d) }} </script> + <script type="text/html" id="InspectStatus1"> + {{# if(d.InspectStatus == '0') { }} + <p>寰呮楠�</p> + {{# } else if(d.InspectStatus == '1'){ }} + <p>妫�楠屽悎鏍�</p> + {{# } else if(d.InspectStatus == '2'){ }} + <p>涓嶅悎鏍�</p> + {{# } else if(d.InspectStatus == '4') { }} + <p>鏀剧疆鏈�</p> + {{# } }} + </script> <script type="text/html" id="toolbarDemo"> <button class="layui-btn layuiadmin-btn-list layui-btn-sm addClass" lay-event="add"> @@ -360,6 +371,7 @@ {field: 'Qty', title: '鏁伴噺', align: 'center'}, {field: 'LockQty', title: '閿佸畾鏁伴噺', align: 'center',}, {field: 'FrozenQty', title: '鍐荤粨鏁伴噺', align: 'center'}, + {field: 'InspectStatus', title: '璐ㄦ鐘舵��', align: 'center', templet: '#InspectStatus1'}, //{field: 'InspectMark', title: '鎶芥鏍囪', align: 'center', templet: '#InspectMarkStatus'}, //{field: 'BitPalletMark', title: '闆舵墭鏍囪', align: 'center', templet: '#BitPalletMarkStatus'}, ]]; @@ -464,6 +476,9 @@ AreaNo: field.AreaNo, //鎵�灞炲尯鍩� LocatNo:field.LocatNo,//鎵�灞炲偍浣� PalletStatus: field.PalletStatus, //鎵樼洏绫诲埆 + SkuNo:field.SkuNo, + SkuName:field.SkuName, + LotNo:field.LotNo }; if(doing){ doing = false; -- Gitblit v1.8.0