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/ComBoxInfo.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/HTML/views/SOSetting/ComBoxInfo.html b/HTML/views/SOSetting/ComBoxInfo.html index e127a6b..5e5f425 100644 --- a/HTML/views/SOSetting/ComBoxInfo.html +++ b/HTML/views/SOSetting/ComBoxInfo.html @@ -97,6 +97,7 @@ // 琛ㄥ崟闇�瑕佺殑鍙橀噺 var infoOptions = { elem: '#LAY-app-content-list', + // height: h1, height: 'full-100', id: 'LAY-app-content-list', page: true, @@ -131,7 +132,7 @@ field: 'CreateUserName', align: 'center', title: '鍒涘缓浜�', width: 120, }, { - field: 'CreateTime', align: 'center', title: '鍒涘缓鏃堕棿', width: 165, + field: 'CreateTime', align: 'center', title: '鎷h揣鏃堕棿', width: 165, templet: function (d) { return formatDate(d.CreateTime); }, -- Gitblit v1.8.0