From 85ca24ecedb4a27118491cac2f6cb38dd80743de Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期四, 13 六月 2024 15:26:19 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/locMast/locMast.js |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/src/main/webapp/static/js/locMast/locMast.js b/src/main/webapp/static/js/locMast/locMast.js
index a03ab95..a6d4eb7 100644
--- a/src/main/webapp/static/js/locMast/locMast.js
+++ b/src/main/webapp/static/js/locMast/locMast.js
@@ -21,30 +21,30 @@
         cols: [[
             {type: 'checkbox', fixed: 'left'}
 //            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80}
-            ,{field: 'locNo', align: 'center',title: '搴撲綅鍙�',sort:true}
-            ,{field: 'locSts$', align: 'center',title: '搴撲綅鐘舵��',width:200}
-            // ,{field: 'whsType$', align: 'center',title: '搴撲綅绫诲瀷'}
+            ,{field: 'locNo', align: 'center',title: '搴撲綅鍙�',sort:true, hide:false}
+            ,{field: 'locSts$', align: 'center',title: '搴撲綅鐘舵��',width:200, hide:false}
+            ,{field: 'whsType$', align: 'center',title: '搴撲綅绫诲瀷',width:200, hide:false}
             // ,{field: 'pltType', align: 'center',title: ''}
             // ,{field: 'ctnType', align: 'center',title: ''}
             // ,{field: 'locSts', align: 'center',title: ''}
             // ,{field: 'sheetNo', align: 'center',title: ''}
-            ,{field: 'crnNo', align: 'center',title: '鍫嗗灈鏈哄彿'}
-            ,{field: 'row1', align: 'center',title: '鎺�', sort:true}
-            ,{field: 'bay1', align: 'center',title: '鍒�', sort:true}
-            ,{field: 'lev1', align: 'center',title: '灞�', sort:true}
+            ,{field: 'crnNo', align: 'center',title: '鍫嗗灈鏈哄彿', hide:false}
+            ,{field: 'row1', align: 'center',title: '鎺�', sort:true, hide:false}
+            ,{field: 'bay1', align: 'center',title: '鍒�', sort:true, hide:false}
+            ,{field: 'lev1', align: 'center',title: '灞�', sort:true, hide:false}
             ,{field: 'fullPlt', align: 'center',title: '婊℃澘', templet:function(row){
                     var html = "<input value='fullPlt' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' disabled table-index='"+row.LAY_TABLE_INDEX+"'";
                     if(row.fullPlt === 'Y'){html += " checked ";}
                     html += ">";
                     return html;
-                },width:80}
+                },width:80, hide:false}
             // ,{field: 'outEnable', align: 'center',title: ''}
-            // ,{field: 'ioTime$', align: 'center',title: ''}
-            // ,{field: 'firstTime$', align: 'center',title: ''}
+            ,{field: 'ioTime$', align: 'center',title: 'ioTime', hide:true}
+            // ,{field: 'firstTime$', align: 'center',title: '', hide:true}
             ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳', hide:true}
             ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿', hide:true}
-            // ,{field: 'appeUser$', align: 'center',title: '鍒涘缓鑰�',event: 'appeUser', style: 'text-decoration: underline;cursor:pointer'}
-            // ,{field: 'appeTime$', align: 'center',title: '娣诲姞鏃堕棿'}
+            ,{field: 'appeUser$', align: 'center',title: '鍒涘缓鑰�',event: 'appeUser', style: 'text-decoration: underline;cursor:pointer', hide:true}
+            ,{field: 'appeTime$', align: 'center',title: '娣诲姞鏃堕棿', hide:true}
             // ,{field: 'errorTime$', align: 'center',title: ''}
             // ,{field: 'errorMemo', align: 'center',title: ''}
             // ,{field: 'ctnKind', align: 'center',title: ''}
@@ -54,9 +54,9 @@
             // ,{field: 'barcode', align: 'center',title: ''}
             // ,{field: 'PdcType', align: 'center',title: ''}
             // ,{field: 'ctnNo', align: 'center',title: ''}
-            ,{field: 'locType1$', align: 'center',title: '澶у皬绫诲瀷'}
-            // ,{field: 'locType2$', align: 'center',title: '瀹界獎绫诲瀷'}
-            // ,{field: 'locType3$', align: 'center',title: '杞婚噸绫诲瀷'}
+            ,{field: 'locType1$', align: 'center',title: '楂樹綆绫诲瀷', hide:true}
+            ,{field: 'locType2$', align: 'center',title: '瀹界獎绫诲瀷', hide:true}
+            ,{field: 'locType3$', align: 'center',title: '杞婚噸绫诲瀷', hide:true}
 
             ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:100}
         ]],

--
Gitblit v1.9.1