From 5760d9cd483bd138b30ab528d826a068e3f90fc9 Mon Sep 17 00:00:00 2001
From: yxFwq <1>
Date: 星期六, 17 八月 2024 15:03:06 +0800
Subject: [PATCH] #界面

---
 src/main/webapp/static/js/wrkMastCrnLog/wrkMastCrnLog.js |   46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/src/main/webapp/static/js/wrkMastCrnLog/wrkMastCrnLog.js b/src/main/webapp/static/js/wrkMastCrnLog/wrkMastCrnLog.js
index 75882a1..0b4d671 100644
--- a/src/main/webapp/static/js/wrkMastCrnLog/wrkMastCrnLog.js
+++ b/src/main/webapp/static/js/wrkMastCrnLog/wrkMastCrnLog.js
@@ -22,30 +22,30 @@
         height: 'full-120',
         cols: [[
             {type: 'checkbox'}
-            ,{field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�'}
-            ,{field: 'wrkSts$', align: 'center',title: '宸ヤ綔鐘舵��'}
-            ,{field: 'ioType$', align: 'center',title: '鍏ュ嚭搴撶被鍨�'}
-            ,{field: 'crnNo$', align: 'center',title: '鍫嗗灈鏈�'}
-            ,{field: 'locNo$', align: 'center',title: '鐩爣搴撲綅'}
-            ,{field: 'staNo$', align: 'center',title: '鐩爣绔�'}
-            ,{field: 'sourceStaNo$', align: 'center',title: '婧愮珯'}
-            ,{field: 'sourceLocNo$', align: 'center',title: '婧愬簱浣�'}
-            ,{field: 'locSts', align: 'center',title: ''}
-            ,{field: 'ioTime$', align: 'center',title: '宸ヤ綔鏃堕棿'}
-            ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳'}
-            ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿'}
-            ,{field: 'wrkNoOne', align: 'center',title: '宸ヤ綔鍙�1'}
-            ,{field: 'wrkNoTwo', align: 'center',title: '宸ヤ綔鍙�2'}
-            ,{field: 'locNoOne', align: 'center',title: '鐩爣搴撲綅1'}
-            ,{field: 'locNoTwo', align: 'center',title: '鐩爣搴撲綅2'}
-            ,{field: 'staNoOne', align: 'center',title: '鐩爣绔�1'}
-            ,{field: 'staNoTwo', align: 'center',title: '鐩爣绔�2'}
-            ,{field: 'sourceStaNoOne', align: 'center',title: '婧愮珯1'}
-            ,{field: 'sourceStaNoTwo', align: 'center',title: '婧愮珯2'}
-            ,{field: 'sourceLocNoOne', align: 'center',title: '婧愬簱浣�1'}
-            ,{field: 'sourceLocNoTwo', align: 'center',title: '婧愬簱浣�2'}
+            ,{field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�', hide: false}
+            ,{field: 'wrkSts$', align: 'center',title: '宸ヤ綔鐘舵��', hide: false}
+            ,{field: 'ioType$', align: 'center',title: '鍏ュ嚭搴撶被鍨�', hide: false}
+            ,{field: 'crnNo$', align: 'center',title: '鍫嗗灈鏈�', hide: false}
+            ,{field: 'locNo$', align: 'center',title: '鐩爣搴撲綅', hide: false}
+            ,{field: 'staNo$', align: 'center',title: '鐩爣绔�', hide: false}
+            ,{field: 'sourceStaNo$', align: 'center',title: '婧愮珯', hide: false}
+            ,{field: 'sourceLocNo$', align: 'center',title: '婧愬簱浣�', hide: false}
+            ,{field: 'locSts', align: 'center',title: '', hide: true}
+            ,{field: 'wrkNoOne', align: 'center',title: '宸ヤ綔鍙�1', hide: false}
+            ,{field: 'wrkNoTwo', align: 'center',title: '宸ヤ綔鍙�2', hide: false}
+            ,{field: 'locNoOne', align: 'center',title: '鐩爣搴撲綅1', hide: true}
+            ,{field: 'locNoTwo', align: 'center',title: '鐩爣搴撲綅2', hide: true}
+            ,{field: 'staNoOne', align: 'center',title: '鐩爣绔�1', hide: true}
+            ,{field: 'staNoTwo', align: 'center',title: '鐩爣绔�2', hide: true}
+            ,{field: 'sourceStaNoOne', align: 'center',title: '婧愮珯1', hide: true}
+            ,{field: 'sourceStaNoTwo', align: 'center',title: '婧愮珯2', hide: true}
+            ,{field: 'sourceLocNoOne', align: 'center',title: '婧愬簱浣�1', hide: true}
+            ,{field: 'sourceLocNoTwo', align: 'center',title: '婧愬簱浣�2', hide: true}
+            ,{field: 'ioTime$', align: 'center',title: '宸ヤ綔鏃堕棿', hide: true}
+            ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳', hide: true}
+            ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿', hide: true}
 
-            ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120}
+            ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120, hide: true}
         ]],
         request: {
             pageName: 'curr',

--
Gitblit v1.9.1