From 10e6a9a8adad2226f13a4e4704ca5b2ad5b9ef9a Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期日, 21 十二月 2025 18:49:59 +0800
Subject: [PATCH] 刀具库WMS功能完善

---
 src/main/webapp/static/js/basStation/basStation.js |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/static/js/basStation/basStation.js b/src/main/webapp/static/js/basStation/basStation.js
index 8a05d33..8b9b3d0 100644
--- a/src/main/webapp/static/js/basStation/basStation.js
+++ b/src/main/webapp/static/js/basStation/basStation.js
@@ -23,14 +23,15 @@
         cols: [[
             {type: 'checkbox'}
             , {field: 'devNo', align: 'center', title: '绔欑偣鍙板彿'}
-            , {field: 'decDesc', align: 'center', title: '璁惧鎻忚堪'}
+            , {field: 'decDesc', align: 'center', title: '璁惧鎻忚堪',hide:true}
             , {field: 'area', align: 'center', title: '鍖哄煙'}
             , {field: 'locSts$', align: 'center', title: '鐘舵��'}
-            , {field: 'ioTime', align: 'center', title: '鍏ュ嚭搴撴椂闂�'}
+            , {field: 'barcode', align: 'center', title: '鍒�鏋跺彿'}
+            , {field: 'ioTime', align: 'center', title: '鍏ュ嚭搴撴椂闂�',hide: true}
             , {field: 'modiUser$', align: 'center', title: '淇敼浜哄憳'}
             , {field: 'modiTime$', align: 'center', title: '淇敼鏃堕棿'}
-            , {field: 'appeUser$', align: 'center', title: '鍒涘缓鑰�'}
-            , {field: 'appeTime$', align: 'center', title: '娣诲姞鏃堕棿'}
+            , {field: 'appeUser$', align: 'center', title: '鍒涘缓鑰�',hide: true}
+            , {field: 'appeTime$', align: 'center', title: '娣诲姞鏃堕棿',hide: true}
             , {fixed: 'right', title: '鎿嶄綔', align: 'center', toolbar: '#operate', width: 120}
         ]],
         request: {

--
Gitblit v1.9.1