From 08b4403ec8d6b69528d161cfcad80b5d64dea76c Mon Sep 17 00:00:00 2001
From: Administrator <876263681@qq.com>
Date: 星期三, 02 七月 2025 15:12:43 +0800
Subject: [PATCH] #优化库位检索

---
 src/main/webapp/static/js/picking/pickingOrder.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/static/js/picking/pickingOrder.js b/src/main/webapp/static/js/picking/pickingOrder.js
index 5439b4e..4584f6b 100644
--- a/src/main/webapp/static/js/picking/pickingOrder.js
+++ b/src/main/webapp/static/js/picking/pickingOrder.js
@@ -115,8 +115,8 @@
                             cellMinWidth: 100,
                             cols: [[
                                 {type: 'numbers'},
-                                {field: 'matnr', title: '鐗╂枡鍙�', width: 160},
-                                {field: 'maktx', title: '鍝佸彿', width: 160},
+                                {field: 'matnr', title: '鍝佸彿', width: 160},
+                                {field: 'maktx', title: '鍝佸悕', width: 160},
                                 {field: 'batch', title: '鎵瑰彿'},
                                 {field: 'anfme', title: '鏁伴噺'},
                                 // {field: 'workQty', title: '浣滀笟鏁伴噺'},
@@ -305,8 +305,8 @@
                     cellMinWidth: 100,
                     cols: [[
                         {type: 'numbers', title: '#'},
-                        {field: 'matnr', title: '鐗╂枡鍙�', width: 160},
-                        {field: 'maktx', title: '鍝佸彿', width: 200},
+                        {field: 'matnr', title: '鍝佸彿', width: 160},
+                        {field: 'maktx', title: '鍝佸悕', width: 200},
                         {field: 'batch', title: '鎵瑰彿', edit: true},
                         {field: 'specs', title: '瑙勬牸'},
                         {field: 'anfme', title: '鏁伴噺(淇敼)', style: 'color: blue;font-weight: bold', edit: true, minWidth: 110, width: 110},

--
Gitblit v1.9.1