From 757d131b0baccf1f2e1b6be3dfa756b2bd8c9e54 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期一, 15 十二月 2025 08:46:50 +0800
Subject: [PATCH] #盘点插入新物料时,插入库位areaId

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

diff --git a/src/main/webapp/static/js/waitPakin/waitPakin.js b/src/main/webapp/static/js/waitPakin/waitPakin.js
index f7e2119..72eee87 100644
--- a/src/main/webapp/static/js/waitPakin/waitPakin.js
+++ b/src/main/webapp/static/js/waitPakin/waitPakin.js
@@ -5,7 +5,7 @@
         {field: 'type$', align: 'center', title: '缁勬墭绫诲瀷'}
     ];
     cols.push.apply(cols, detlCols);
-    cols.push({field: 'locNo', align: 'center', title: '搴撲綅鍙�'}
+    cols.push({field: 'locNo', align: 'center', title: '搴撲綅鍙�', hide: true}
         , {
             field: 'status', align: 'center', title: '鏁版嵁鐘舵��', templet: function (row) {
                 var html = "<input value='status' type='checkbox' lay-skin='switch' lay-text='姝e父|閿佸畾'' lay-filter='tableCheckbox' disabled='disabled' table-index='" + row.LAY_TABLE_INDEX + "'";

--
Gitblit v1.9.1