From 969895c60880294ccb9fef11bdf3500043ee8a14 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期日, 22 三月 2026 16:07:08 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/locMast/locMast.js |   33 ++++++++++++++++++++++-----------
 1 files changed, 22 insertions(+), 11 deletions(-)

diff --git a/src/main/webapp/static/js/locMast/locMast.js b/src/main/webapp/static/js/locMast/locMast.js
index fa699f5..fdebaf7 100644
--- a/src/main/webapp/static/js/locMast/locMast.js
+++ b/src/main/webapp/static/js/locMast/locMast.js
@@ -25,16 +25,27 @@
         field: 'locSts',
         columnName: 'loc_sts',
         label: '搴撲綅鐘舵��',
-        tableProp: 'locSts',
-        exportField: 'locSts',
-        kind: 'text',
+        tableProp: 'locSts$',
+        exportField: 'locSts$',
+        kind: 'enum',
         valueType: 'string',
         required: false,
         primaryKey: false,
         sortable: false,
         textarea: false,
-        minWidth: 110,
-        enumOptions: [],
+        minWidth: 120,
+        enumOptions: [
+            { rawValue: 'D', label: '绌烘澘' },
+            { rawValue: 'F', label: '鍦ㄥ簱' },
+            { rawValue: 'O', label: '绌哄簱' },
+            { rawValue: 'R', label: '鍑哄簱棰勭害' },
+            { rawValue: 'S', label: '鍏ュ簱棰勭害' },
+            { rawValue: 'X', label: '绂佺敤' },
+            { rawValue: 'E', label: '涓嶅彲鏀捐揣閫氶亾' },
+            { rawValue: 'W', label: '姣嶈建閬�' },
+            { rawValue: 'C', label: '鍏呯數妗�' },
+            { rawValue: 'Z', label: '绔欑偣' }
+        ],
         foreignQuery: '',
         checkboxActiveRaw: 'Y',
         checkboxInactiveRaw: 'N'
@@ -312,17 +323,17 @@
     {
         field: 'status',
         columnName: 'status',
-        label: '',
-        tableProp: 'status',
-        exportField: 'status',
-        kind: 'text',
+        label: '鐘舵��',
+        tableProp: 'status$',
+        exportField: 'status$',
+        kind: 'enum',
         valueType: 'number',
         required: false,
         primaryKey: false,
         sortable: false,
         textarea: false,
-        minWidth: 110,
-        enumOptions: [],
+        minWidth: 120,
+        enumOptions: [{ rawValue: '1', label: '姝e父' }, { rawValue: '0', label: '绂佺敤' }],
         foreignQuery: '',
         checkboxActiveRaw: '1',
         checkboxInactiveRaw: '0'

--
Gitblit v1.9.1