From 1b72fc0dd1d7004de54ab0886e0323cb1b96198d Mon Sep 17 00:00:00 2001 From: 懒羊羊 <15939171744@163.com> Date: 星期三, 10 一月 2024 16:38:53 +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