From 469d41fe09ceec3dc5259d01a4060aac1448e09f Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期三, 03 九月 2025 09:59:34 +0800
Subject: [PATCH] 完善订单组托可用数据显示功能
---
zy-asrs-wms/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/zy-asrs-wms/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js b/zy-asrs-wms/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
index fd1da33..c2cf30e 100644
--- a/zy-asrs-wms/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
+++ b/zy-asrs-wms/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
@@ -2,6 +2,7 @@
function getCol() {
var cols = [
{field: 'anfme', align: 'center',title: '搴撳瓨鏁伴噺', style: 'font-weight: bold'}
+ ,{field: 'anfmeErp', align: 'center',title: 'ERP鏁伴噺', style: 'font-weight: bold'}
];
arrRemove(detlCols, "field", "anfme")
arrRemove(detlCols, "field", "zpallet")
--
Gitblit v1.9.1