From a556270e96bc6e7fa4202c466d57cc75f778c614 Mon Sep 17 00:00:00 2001
From: 懒羊羊 <15939171744@163.com>
Date: 星期三, 10 一月 2024 14:20:29 +0800
Subject: [PATCH] 批次上料

---
 guns-vip-main/src/main/webapp/assets/modular/bs/bomInfo/bomInfo.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/guns-vip-main/src/main/webapp/assets/modular/bs/bomInfo/bomInfo.js b/guns-vip-main/src/main/webapp/assets/modular/bs/bomInfo/bomInfo.js
index 9b5de34..554041e 100644
--- a/guns-vip-main/src/main/webapp/assets/modular/bs/bomInfo/bomInfo.js
+++ b/guns-vip-main/src/main/webapp/assets/modular/bs/bomInfo/bomInfo.js
@@ -31,6 +31,7 @@
             // {field: 'traceabilityType', sort: true, title: '杩芥函绫诲瀷'},
             {field: 'traceabilityType', title: '杩芥函绫诲瀷',width: 100, templet: function (data) {if (data.traceabilityType === '1') return '缂栧彿杩芥函';else if (data.traceabilityType === '2') return '鎵规杩芥函'; else return '杩芥函';}},
             {field: 'quantity', sort: true, title: '鏁伴噺',align:'center'},
+            {field: 'lineCode', sort: true, title: '鍗曚綅',align:'center'},
             {field: 'remarks', sort: true, title: '澶囨敞'},
             {align: 'center', toolbar: '#tableBar', title: '鎿嶄綔', width: 125}
         ]];

--
Gitblit v1.9.3