From b51e3b3d5bb721cec65952498d1c2c882d1a01d6 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期一, 15 十二月 2025 17:14:22 +0800
Subject: [PATCH] wms功能完善
---
src/main/webapp/static/js/basStation/basStation.js | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/static/js/basStation/basStation.js b/src/main/webapp/static/js/basStation/basStation.js
index 8a05d33..1eaa6be 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: 'barcode', align: 'center', title: '鍒�鏋跺彿'}
, {field: 'ioTime', align: 'center', title: '鍏ュ嚭搴撴椂闂�'}
, {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