From f6e687c194354f1c0b883b5ac56da3a8e70db471 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期三, 14 一月 2026 18:43:37 +0800
Subject: [PATCH] 出库工作档功能优化

---
 src/main/webapp/static/js/locAroundBind/locAroundBind.js |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/static/js/locAroundBind/locAroundBind.js b/src/main/webapp/static/js/locAroundBind/locAroundBind.js
index 3e753b3..2e7564f 100644
--- a/src/main/webapp/static/js/locAroundBind/locAroundBind.js
+++ b/src/main/webapp/static/js/locAroundBind/locAroundBind.js
@@ -22,12 +22,14 @@
         height: 'full-120',
         cols: [[
             { type: 'checkbox' }
-            , { field: 'id', align: 'center', title: 'ID' }
-            , { field: 'devId', align: 'center', title: '鏈哄彴ID' }
+            , { field: 'id', align: 'center', title: 'ID' , hide: true }
+            , { field: 'devId', align: 'center', title: '鏈哄彴ID', hide: true }
             , { field: 'devNo', align: 'center', title: '鏈哄彴鍙�' }
+            , { field: 'devName', align: 'center', title: '璁惧鍚嶇О' }
             , { field: 'blocId', align: 'center', title: '搴撲綅ID', hide: true }
-            , { field: 'blocNo', align: 'center', title: '搴撲綅鐮�' }
-            , { field: 'def$', align: 'center', title: '鏄惁榛樿' }
+            , { field: 'blocNo', align: 'center', title: '宸ヤ綅' }
+            ,{field: 'locType$', align:'center', title: '宸ヤ綅鐘舵��'}
+            , { field: 'def$', align: 'center', title: '宸ヤ綅绫诲瀷' }
             , { fixed: 'right', title: '鎿嶄綔', align: 'center', toolbar: '#operate', width: 120 }
         ]],
         request: {

--
Gitblit v1.9.1