From b415419ef0e4b3dc1f69d69a6414f56a14a7d6db Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期一, 04 八月 2025 16:19:54 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/static/js/wrkMast/wrkMast.js b/src/main/webapp/static/js/wrkMast/wrkMast.js
index e729d5b..54482e0 100644
--- a/src/main/webapp/static/js/wrkMast/wrkMast.js
+++ b/src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -273,7 +273,7 @@
     table.on('tool(wrkMast)', function(obj){
         let data = obj.data;
         switch (obj.event) {
-            // 鏄庣粏灞曠ず todo
+            // 鏄庣粏灞曠ず
             case 'detlShow':
                 wrkNo = data.wrkNo;
                 // 琛ㄦ牸涓嬫柟鏄剧ず
@@ -549,6 +549,7 @@
                 ,{field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�'}
                 ,{field: 'ioTime$', align: 'center',title: '宸ヤ綔鏃堕棿'}
                 ,{field: 'matnr', align: 'center',title: '鐗╂枡'}
+                ,{field: 'sku', align: 'center',title: '宸ュ簭', hide: false}
                 ,{field: 'lgnum', align: 'center',title: '浠撳簱鍙�'}
                 ,{field: 'tbnum', align: 'center',title: '杞偍璇锋眰缂栧彿'}
                 ,{field: 'tbpos', align: 'center',title: '琛岄」鐩�'}
@@ -559,7 +560,7 @@
                 ,{field: 'altme', align: 'center',title: '鍗曚綅'}
                 ,{field: 'zpallet', align: 'center',title: '鎵樼洏鏉$爜'}
                 ,{field: 'bname', align: 'center',title: '鐢ㄦ埛ID'}
-                ,{field: 'memo', align: 'center',title: '澶囨敞'}
+                ,{field: 'memo', align: 'center',title: '澶囨敞', hide: false}
 
                 ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:50}
             ]],

--
Gitblit v1.9.1