From ed0a79ffec5d25dae6b0b24393c331ab36d7d50b Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 04 六月 2024 15:35:12 +0800
Subject: [PATCH] # 自动回流数量限制

---
 src/main/webapp/static/js/saasPakStore/stockAdjust.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/saasPakStore/stockAdjust.js b/src/main/webapp/static/js/saasPakStore/stockAdjust.js
index 25ca32b..7bdcf16 100644
--- a/src/main/webapp/static/js/saasPakStore/stockAdjust.js
+++ b/src/main/webapp/static/js/saasPakStore/stockAdjust.js
@@ -10,13 +10,14 @@
         ,{field: 'batch', align: 'center',title: '搴忓垪鐮�', edit: true, style: 'font-weight:bold'}
         ,{field: 'threeCode', align: 'center',title: '閿�鍞鍗曞彿', edit: true, style: 'font-weight:bold'}
         ,{field: 'deadTime', align: 'center',title: '閿�鍞鍗曡鍙�', edit: true, style: 'font-weight:bold'}
-        ,{field: 'suppCode', align: 'center',title: '鏂欑鐮�', edit: true, style: 'font-weight:bold'}
+        ,{field: 'suppCode', align: 'center',title: '璐ф灦鐮�', edit: true, style: 'font-weight:bold'}
     ];
     arrRemove(detlCols, "field", "zpallet");
     arrRemove(detlCols, "field", "anfme");
     arrRemove(detlCols, "field", "batch");
     arrRemove(detlCols, "field", "threeCode");
     arrRemove(detlCols, "field", "deadTime");
+    arrRemove(detlCols, "field", "suppCode");
     cols.push.apply(cols, detlCols);
     cols.push({fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:80})
     return cols;

--
Gitblit v1.9.1