From 9d7dda331f3498a95e2e922e9ddae0fa43e83605 Mon Sep 17 00:00:00 2001 From: IPC-610 <IPC-610@DESKTOP-6LEOOS3> Date: 星期四, 02 一月 2025 13:38:06 +0800 Subject: [PATCH] 修改问题 --- HTML/views/ASNSetting/LabelBox.html | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/HTML/views/ASNSetting/LabelBox.html b/HTML/views/ASNSetting/LabelBox.html index c7f560b..1ec9351 100644 --- a/HTML/views/ASNSetting/LabelBox.html +++ b/HTML/views/ASNSetting/LabelBox.html @@ -460,6 +460,7 @@ { field: 'SkuNo', title: '鐗╂枡缂栫爜', align: 'center', fixed: 'left', width: 140, "disabled": true }, { field: 'SkuName', title: '鐗╂枡鍚嶇О', align: 'center', width: 240, }, { field: 'Qty', title: '鏁伴噺', align: 'center', width: 100, }, + { field: 'UnitName', title: '鍗曚綅', align: 'center', width: 100, }, { field: 'FullQty', title: '鏁寸鏁伴噺', align: 'center', width: 100, }, { field: 'LotNo', title: '杩涘巶缂栧彿', align: 'center', width: 155, }, { field: 'LotText', title: '鎵规鎻忚堪', align: 'center', width: 165 }, @@ -528,6 +529,8 @@ limits: pageLimits, cellMinWidth: 60, //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板 done: function (res) { + + console.log(res); setRight(); //鑷畾涔夊垪瀹� SetTableColW('Box-list', 'BllAsn/GetLabelBoxList', TotalColsSysArr); -- Gitblit v1.8.0