From 225a85b1a55f4475ba4441b3ed350e0df35ff735 Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期二, 26 三月 2024 08:22:36 +0800 Subject: [PATCH] 点击取消移库任务时无法将目标储位与起始储位恢复,扫描完箱码数量后,未显示出向内条码信息。 取消分配后 点击编辑库存数量显示错误,锁定数量超出库存数量,添加明细时获取的物料信息存在问题。 --- HTML/views/SOSetting/ExportAllot.html | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HTML/views/SOSetting/ExportAllot.html b/HTML/views/SOSetting/ExportAllot.html index 611e0be..214848d 100644 --- a/HTML/views/SOSetting/ExportAllot.html +++ b/HTML/views/SOSetting/ExportAllot.html @@ -217,7 +217,13 @@ }} {{ GetBtn7(d) }} </script> - + <script type="text/html" id="templetUpdateTime"> + {{# function GetBtn71(d){ + return formatDate(d.UpdateTime); + } + }} + {{ GetBtn71(d) }} + </script> <script type="text/html" id="templetUnstackingMode"> {{# function GetBtn8(d){ switch (d.UnstackingMode) { @@ -347,6 +353,7 @@ { 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: 'UpdateTime', align: 'center', title: '瀹屾垚鏃堕棿', width: 160, templet: '#templetUpdateTime' }, { field: 'caozuo', title: '鎿嶄綔', fixed: 'right', width: 100, align: 'center', toolbar: '#table-content-list', "disabled": true } ]]; var TotalColsSysArr = encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//灏嗚〃澶存暟鎹繘琛寀rl缂栫爜 @@ -608,7 +615,7 @@ { 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: 'CreateTime',align: 'center',title: '鎷h揣',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缂栫爜 -- Gitblit v1.8.0