From 4b0c3ecc8ef4c8c62af67899d1f5238e4ab833a2 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期二, 16 十二月 2025 15:33:31 +0800
Subject: [PATCH] 出库派工单下发状态为2 并板入库拖盘码为空修复

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