From a04cf13778894c438211c1b115e5f201a6ee2fe4 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 01 四月 2026 16:58:33 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/wrkMastLog/wrkMastLog.js |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/src/main/webapp/static/js/wrkMastLog/wrkMastLog.js b/src/main/webapp/static/js/wrkMastLog/wrkMastLog.js
index dbab215..34d2335 100644
--- a/src/main/webapp/static/js/wrkMastLog/wrkMastLog.js
+++ b/src/main/webapp/static/js/wrkMastLog/wrkMastLog.js
@@ -1338,7 +1338,7 @@
             minWidth: 110
         },
         wmsWrkNo: {
-            label: 'WMS宸ヤ綔鍙�',
+            label: 'WMS浠诲姟鍙�',
             searchable: true,
             quickSearch: true,
             minWidth: 140
@@ -1354,7 +1354,7 @@
             minWidth: 160
         },
         ioType: {
-            label: '鍏ュ嚭搴撶被鍨�',
+            label: '浠诲姟绫诲瀷',
             kind: 'enum',
             tableProp: 'ioType$',
             exportField: 'ioType$',
@@ -1368,8 +1368,8 @@
             tableProp: 'ioTime$',
             exportField: 'ioTime$',
             kind: 'date',
-            searchable: true,
-            quickSearch: true,
+            searchable: false,
+            quickSearch: false,
             defaultVisible: false,
             minWidth: 300
         },
@@ -1388,30 +1388,35 @@
             label: '婧愮珯',
             kind: 'enum',
             enumOptions: [],
-            searchable: true,
+            searchable: false,
             minWidth: 120
         },
         staNo: {
             label: '鐩爣绔�',
             kind: 'enum',
             enumOptions: [],
-            searchable: true,
+            searchable: false,
             minWidth: 120
         },
         sourceLocNo: {
             label: '婧愬簱浣�',
+            searchable: true,
             minWidth: 120
         },
         locNo: {
             label: '鐩爣搴撲綅',
+            searchable: true,
+            quickSearch: true,
             minWidth: 120
         },
         crnNo: {
             label: '鍫嗗灈鏈�',
+            searchable: true,
             minWidth: 100
         },
         dualCrnNo: {
             label: '鍙屽伐浣嶅爢鍨涙満',
+            searchable: true,
             minWidth: 140
         },
         batch: {
@@ -1423,8 +1428,9 @@
             minWidth: 110
         },
         barcode: {
-            label: '鏉$爜',
+            label: '鎵樼洏鐮�',
             searchable: true,
+            quickSearch: true,
             minWidth: 140
         },
         modiUser: {

--
Gitblit v1.9.1