From 982d96c3fc034ef828dfc91b0f09b9784ff97dc3 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期一, 29 五月 2023 14:12:25 +0800
Subject: [PATCH] 出库作业-提取后自动选择出库库位

---
 src/main/webapp/static/js/locRule/locRule.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/locRule/locRule.js b/src/main/webapp/static/js/locRule/locRule.js
index 1601d01..6234b7e 100644
--- a/src/main/webapp/static/js/locRule/locRule.js
+++ b/src/main/webapp/static/js/locRule/locRule.js
@@ -28,7 +28,7 @@
             ,{field: 'model', align: 'center',title: '鍨嬪彿'}
             ,{field: 'cstmr', align: 'center',title: '瀹㈡埛'}
             ,{field: 'batch', align: 'center',title: '鎵瑰彿'}
-            ,{field: 'other', align: 'center',title: '鍏朵粬'}
+            ,{field: 'other', align: 'center',title: '鍏朵粬', hide: true}
             ,{field: 'rowBeg', align: 'center',title: '寮�濮嬫帓'}
             ,{field: 'rowEnd', align: 'center',title: '缁撴潫鎺�'}
             ,{field: 'bayBeg', align: 'center',title: '寮�濮嬪垪'}

--
Gitblit v1.9.1