From b7e08df5a07b3fa832a46ecc31983e16f2bccc8c Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 24 七月 2023 14:56:01 +0800
Subject: [PATCH] # 出库作业,和库存明细管理 排序

---
 src/main/webapp/static/js/waitMatoutLog/waitMatoutLog.js |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/main/webapp/static/js/waitMatoutLog/waitMatoutLog.js b/src/main/webapp/static/js/waitMatoutLog/waitMatoutLog.js
index 18501ea..a75c6f1 100644
--- a/src/main/webapp/static/js/waitMatoutLog/waitMatoutLog.js
+++ b/src/main/webapp/static/js/waitMatoutLog/waitMatoutLog.js
@@ -26,22 +26,22 @@
             ,{field: 'matNo', align: 'center',title: '鐗╂枡缂栫爜'}
             ,{field: 'matName', align: 'center',title: '鐗╂枡鍚嶇О'}
             ,{field: 'qty', align: 'center',title: '鏁伴噺'}
-            ,{field: 'specs', align: 'center',title: '瑙勬牸'}
-            ,{field: 'unit', align: 'center',title: '鍗曚綅'}
+            ,{field: 'specs', align: 'center',title: '瑙勬牸',hide:true}
+            ,{field: 'unit', align: 'center',title: '鍗曚綅',hide:true}
             ,{field: 'size', align: 'center',title: '灏哄'}
             ,{field: 'color', align: 'center',title: '棰滆壊'}
-            ,{field: 'weight', align: 'center',title: '鍗曢噸'}
-            ,{field: 'memo', align: 'center',title: '澶囨敞'}
+            ,{field: 'weight', align: 'center',title: '鍗曢噸',hide:true}
+            ,{field: 'memo', align: 'center',title: '澶囨敞',hide:true}
             ,{field: 'outQty', align: 'center',title: '宸插嚭搴撻噺'}
-            ,{field: 'linkErp$', align: 'center',title: 'ERP杩炵嚎'}
-            ,{field: 'ioStatus$', align: 'center',title: '瀹屾垚鐘舵��'}
-            ,{field: 'ioTime$', align: 'center',title: '瀹屾垚鏃堕棿'}
-            ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳',event: 'modiUser', style: 'cursor:pointer'}
-            ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿'}
-            ,{field: 'appeUser$', align: 'center',title: '寤烘。浜哄憳',event: 'appeUser', style: 'cursor:pointer'}
-            ,{field: 'appeTime$', align: 'center',title: '寤烘。鏃堕棿'}
+            ,{field: 'linkErp$', align: 'center',title: 'ERP杩炵嚎',hide:true}
+            ,{field: 'ioStatus$', align: 'center',title: '瀹屾垚鐘舵��',hide:true}
+            ,{field: 'ioTime$', align: 'center',title: '瀹屾垚鏃堕棿',hide:true}
+            ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳',event: 'modiUser', style: 'cursor:pointer',hide:true}
+            ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿',hide:true}
+            ,{field: 'appeUser$', align: 'center',title: '寤烘。浜哄憳',event: 'appeUser', style: 'cursor:pointer',hide:true}
+            ,{field: 'appeTime$', align: 'center',title: '寤烘。鏃堕棿',hide:true}
 
-            ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150}
+            // ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150}
         ]],
         request: {
             pageName: 'curr',

--
Gitblit v1.9.1