From e0fac38b26845f25de479783e0c76cf12a5311e0 Mon Sep 17 00:00:00 2001 From: cl <418351270@qq.com> Date: 星期五, 19 一月 2024 10:31:28 +0800 Subject: [PATCH] 修改数据采集 --- guns-vip-main/src/main/webapp/assets/modular/om/productionOrderBatchInfo/productionOrderBatchInfo.js | 13 +++++++------ 1 files changed, 7 insertions(+), 6 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 d469ecd..241c742 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,12 @@ {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: 'batch', sort: true, title: '鐗╂枡鎵规'}, + {field: 'quantity', sort: true, title: '涓婃枡鏁伴噺'}, + {field: 'residueQuantity', sort: true, title: '鍓╀綑鏁伴噺'}, + {field: 'unit', sort: true, title: '鍗曚綅'}, - {field: 'state', sort: true, title: '鏄惁涓婃枡', width: 105,templet: '#stateTpl'}, + {field: 'status', 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: '鎿嶄綔'} @@ -42,8 +42,9 @@ ProductionOrderBatchInfo.search = function () { var queryData = {}; queryData['workOrderNo'] = $("#workOrderNo").val(); - queryData['productionLine'] = $("#productionLine").val(); queryData['locationCode'] = $("#locationCode").val(); + queryData['loadingCode'] = $("#loadingCode").val(); + queryData['status'] = $("#status").val(); table.reload(ProductionOrderBatchInfo.tableId, { where: queryData, page: {curr: 1} -- Gitblit v1.9.3