From 083841bb6c40097e19b17022454fcc7f12b7f092 Mon Sep 17 00:00:00 2001
From: cp <513960435@qq.com>
Date: 星期六, 02 八月 2025 08:59:49 +0800
Subject: [PATCH] 1.更换订单出库策略,走托盘多的物料先出 2.完善出库作业工作档丢失导致出库站电视机不显示

---
 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