From a05dcfe9b5f35258f924b45b0b6fee5199aa2614 Mon Sep 17 00:00:00 2001
From: admin <418351270@qq.com>
Date: 星期三, 10 一月 2024 15:31:32 +0800
Subject: [PATCH] 添加查询

---
 guns-vip-main/src/main/webapp/assets/modular/om/productionOrderBatchInfo/productionOrderBatchInfo.js |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/guns-vip-main/src/main/webapp/assets/modular/om/productionOrderBatchInfo/productionOrderBatchInfo.js b/guns-vip-main/src/main/webapp/assets/modular/om/productionOrderBatchInfo/productionOrderBatchInfo.js
index 5fe0916..d469ecd 100644
--- a/guns-vip-main/src/main/webapp/assets/modular/om/productionOrderBatchInfo/productionOrderBatchInfo.js
+++ b/guns-vip-main/src/main/webapp/assets/modular/om/productionOrderBatchInfo/productionOrderBatchInfo.js
@@ -24,12 +24,15 @@
             {field: 'locationCode', sort: true, title: '宸ヤ綅缂栧彿', width: 105},
             //{field: 'loadingCode', sort: true, title: '鎵爜宸ヤ綅缂栧彿', width: 105},
             {field: 'materialCode', sort: true, title: '鐗╂枡缂栫爜'},
-            {field: 'spareField1', sort: true, title: '涓婃枡鏁伴噺'},
             {field: 'loadingCode', sort: true, title: '鐗╂枡鎵规'},
-            {field: 'state', sort: true, title: '鏄惁鎵爜', width: 105,templet: '#stateTpl'},
+            {field: 'spareField1', sort: true, title: '涓婃枡鏁伴噺'},
+            {field: 'spareField3', sort: true, title: '鍓╀綑鏁伴噺'},
+            {field: 'spareField2', sort: true, title: '鍗曚綅'},
+
+            {field: 'state', sort: true, title: '鏄惁涓婃枡', width: 105,templet: '#stateTpl'},
             {field: 'createTime', sort: true, title: '鍒涘缓鏃堕棿',minWidth:160},
             // {field: 'updateTime', sort: true, title: '淇敼鏃堕棿',minWidth:160},
-            {align: 'center', toolbar: '#tableBar', title: '鎿嶄綔'}
+            //{align: 'center', toolbar: '#tableBar', title: '鎿嶄綔'}
         ]];
     };
 

--
Gitblit v1.9.3