From c302def08211c8cecfbf28308a2bcaf4115ac990 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期日, 28 九月 2025 14:09:10 +0800
Subject: [PATCH] 13

---
 src/main/webapp/static/js/pakStore/stockAdjust.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/pakStore/stockAdjust.js b/src/main/webapp/static/js/pakStore/stockAdjust.js
index d94b0c3..e192190 100644
--- a/src/main/webapp/static/js/pakStore/stockAdjust.js
+++ b/src/main/webapp/static/js/pakStore/stockAdjust.js
@@ -7,11 +7,14 @@
     var cols = [
         {fixed: 'left', field: 'count', title: '瀹為檯鏁伴噺', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'}
         ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
+        ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', edit: true}
         ,{field: 'batch', align: 'center',title: '鎵瑰彿锛堢紪杈戯級', edit: true, style: 'font-weight:bold'}
-        ,{field: 'standby1', align: 'center', edit: true,title: '浠撳簱'}
+        ,{field: 'standby1', align: 'center', edit: true,title: '浠撳簱缂栧彿'}
     ];
     arrRemove(detlCols, "field", "anfme");
     arrRemove(detlCols, "field", "batch");
+    arrRemove(detlCols, "field", "orderNo");
+    arrRemove(detlCols, "field", "standby1$");
     cols.push.apply(cols, detlCols);
     cols.push({fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:80})
     return cols;

--
Gitblit v1.9.1