From fcbc8ed5d4152d5b8b0a230e8074fb159bdd1989 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期二, 16 十二月 2025 10:22:47 +0800
Subject: [PATCH] bug修复

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

diff --git a/src/main/webapp/static/js/locDetl/locDetl.js b/src/main/webapp/static/js/locDetl/locDetl.js
index 531ae9b..15c2cef 100644
--- a/src/main/webapp/static/js/locDetl/locDetl.js
+++ b/src/main/webapp/static/js/locDetl/locDetl.js
@@ -7,7 +7,8 @@
         ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', sort:true}
         ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', sort:true}
         ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', hide: true}
-        ,{field: 'batch', align: 'center',title: '鎵瑰彿', width: 300, sort:true}
+        ,{field: 'threeCode', align: 'center',title: 'BS Code', sort:true}
+        ,{field: 'standby1', align: 'center',title: '渚涘簲鍟嗕唬鐮�', sort:true}
         ,{field: 'anfme', align: 'center',title: '鍙敤鏁伴噺'}
         ,{field: 'diffQty', align: 'center',title: '宸紓鏁伴噺',
             templet: function(d) {

--
Gitblit v1.9.1