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/views/wrkMastLog/wrkMastLog.html | 2 +-
src/main/webapp/static/js/wrkMastLog/wrkMastLog.js | 20 +++++++++++++-------
2 files changed, 14 insertions(+), 8 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: {
diff --git a/src/main/webapp/views/wrkMastLog/wrkMastLog.html b/src/main/webapp/views/wrkMastLog/wrkMastLog.html
index 1892b23..3637858 100644
--- a/src/main/webapp/views/wrkMastLog/wrkMastLog.html
+++ b/src/main/webapp/views/wrkMastLog/wrkMastLog.html
@@ -591,6 +591,6 @@
<script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script>
<script type="text/javascript" src="../../static/vue/js/vue.min.js"></script>
<script type="text/javascript" src="../../static/vue/element/element.js"></script>
-<script type="text/javascript" src="../../static/js/wrkMastLog/wrkMastLog.js?v=20260310" charset="utf-8"></script>
+<script type="text/javascript" src="../../static/js/wrkMastLog/wrkMastLog.js?v=20260401_same_filters_as_wrk_mast" charset="utf-8"></script>
</body>
</html>
--
Gitblit v1.9.1