From 6c3f8b83a4d5a5c7d7044532fbb8fbf3dde6c497 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期一, 12 一月 2026 18:20:12 +0800
Subject: [PATCH] 入库流程功能优化

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

diff --git a/src/main/webapp/static/js/wrkMast/wrkMast.js b/src/main/webapp/static/js/wrkMast/wrkMast.js
index bbc9ad4..d0e9883 100644
--- a/src/main/webapp/static/js/wrkMast/wrkMast.js
+++ b/src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -21,12 +21,12 @@
         cols: [[
             {type: 'checkbox'}
             ,{field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�',sort: true, width: 95}
-            ,{field: 'wrkCode', align: 'center',title: '涓嬪彂宸ヤ綔鍙�',sort: true, width: 120}
+            ,{field: 'wrkCode', align: 'center',title: '涓嬪彂宸ヤ綔鍙�',sort: true, width: 120, hide: true}
             ,{field: 'ioTime$', align: 'center',title: '宸ヤ綔鏃堕棿',sort: true, width: 170}
             ,{field: 'wrkSts$', align: 'center',title: '宸ヤ綔鐘舵��', width: 120}
             ,{field: 'ioType$', align: 'center',title: '鍏ュ嚭搴撶被鍨�', width: 140}
             ,{field: 'ioPri', align: 'center',title: '浼樺厛绾�', width: 95}
-            ,{field: 'taskType$', align: 'center',title: '浠诲姟绫诲瀷', width: 95}
+            // ,{field: 'taskType$', align: 'center',title: '浠诲姟绫诲瀷', width: 95}
             ,{field: 'barcode', align: 'center',title: '鏉$爜', width: 120}
             ,{field: 'crnNo$', align: 'center',title: '鍫嗗灈鏈�', width: 95}
             ,{field: 'sourceStaNo$', align: 'center',title: '婧愮珯', width: 95}

--
Gitblit v1.9.1