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 | 21 +++++++++++++-------- 1 files changed, 13 insertions(+), 8 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 8521c05..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 @@ -19,15 +19,20 @@ return [[ {type: 'checkbox'}, {field: 'id', hide: true, title: '涓婚敭id'}, - {field: 'workOrderNo', sort: true, title: '宸ュ崟缂栧彿',minWidth:160}, - {field: 'productionLine', sort: true, title: '浜х嚎缂栧彿'}, - {field: 'locationCode', sort: true, title: '宸ヤ綅缂栧彿'}, - {field: 'state', sort: true, title: '鏄惁涓婃枡'}, - {field: 'createUser', sort: true, title: '鍒涘缓鐢ㄦ埛'}, - {field: 'updateUser', sort: true, title: '鏇存敼鐢ㄦ埛'}, + {field: 'workOrderNo', sort: true, title: '宸ュ崟鍙�', width: 165}, + // {field: 'loadingCode', sort: true, title: '涓婃枡宸ヤ綅', width: 105}, + {field: 'locationCode', sort: true, title: '宸ヤ綅缂栧彿', width: 105}, + //{field: 'loadingCode', sort: true, title: '鎵爜宸ヤ綅缂栧彿', width: 105}, + {field: 'materialCode', sort: true, title: '鐗╂枡缂栫爜'}, + {field: 'loadingCode', sort: true, title: '鐗╂枡鎵规'}, + {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: '鎿嶄綔'} + // {field: 'updateTime', sort: true, title: '淇敼鏃堕棿',minWidth:160}, + //{align: 'center', toolbar: '#tableBar', title: '鎿嶄綔'} ]]; }; -- Gitblit v1.9.3