From ba4e2d066c37d9439c1446e5d6ba7dc6b15db7d7 Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期二, 26 三月 2024 16:27:22 +0800
Subject: [PATCH] 修改拣货信息双提示问题。排查并修改平库出库流程。
---
HTML/views/SOSetting/ComBoxInfo.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/HTML/views/SOSetting/ComBoxInfo.html b/HTML/views/SOSetting/ComBoxInfo.html
index 187ee4d..5e5f425 100644
--- a/HTML/views/SOSetting/ComBoxInfo.html
+++ b/HTML/views/SOSetting/ComBoxInfo.html
@@ -132,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