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/views/basStation/basStationDetl.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/basStation/basStationDetl.html b/src/main/webapp/views/basStation/basStationDetl.html
index 59c1d7b..a3aec80 100644
--- a/src/main/webapp/views/basStation/basStationDetl.html
+++ b/src/main/webapp/views/basStation/basStationDetl.html
@@ -32,7 +32,8 @@
         var cols = [
             {field: 'devNo', align: 'center', title: '绔欑偣鍙板彿'}
         ];
-        cols.push.apply(cols, cacheCols);
+        cols.push.apply(cols, detlCols);
+        cols.push({field: 'workQty', align: 'center',title: '鎵ц涓�', hide: false})
         return cols;
     }
 

--
Gitblit v1.9.1