From ef19ce2bc384c00b590ebdbd4e8c14ebfa9f0188 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期四, 24 十月 2024 14:49:14 +0800
Subject: [PATCH] 去掉日志打印

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

diff --git a/src/main/webapp/static/js/wrkMast/wrkMast.js b/src/main/webapp/static/js/wrkMast/wrkMast.js
index fe33064..73c97ad 100644
--- a/src/main/webapp/static/js/wrkMast/wrkMast.js
+++ b/src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -31,6 +31,7 @@
             ,{field: 'sourceLocNo$', align: 'center',title: '婧愬簱浣�'}
             ,{field: 'locNo$', align: 'center',title: '鐩爣搴撲綅'}
             ,{field: 'barcode', align: 'center',title: '鏉$爜'}
+            // ,{field: 'sheetNo$', align: 'center',title: '鏈烘鑷�', hide: false}
             ,{field: 'preHave', align: 'center',title: '鍏堝叆鍝�', hide: true}
             ,{field: 'takeNone', align: 'center',title: '绌烘搷浣�', hide: true}
             // ,{field: 'picking', align: 'center',title: '鎷f枡', templet:function(row){
@@ -548,7 +549,7 @@
                 {type: 'checkbox'}
                 ,{field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�'}
                 ,{field: 'ioTime$', align: 'center',title: '宸ヤ綔鏃堕棿'}
-                ,{field: 'matnr', align: 'center',title: '鐗╂枡'}
+                ,{field: 'matnr', align: 'center',title: '瑙勬牸'}
                 ,{field: 'lgnum', align: 'center',title: '浠撳簱鍙�'}
                 ,{field: 'tbnum', align: 'center',title: '杞偍璇锋眰缂栧彿'}
                 ,{field: 'tbpos', align: 'center',title: '琛岄」鐩�'}

--
Gitblit v1.9.1