diff --git a/erp-produce/src/main/resources/template/js/erpProduction/erpProductionList.js b/erp-produce/src/main/resources/template/js/erpProduction/erpProductionList.js index aa84eec1e61b14cec9c8e3e106f5f8a0df608ccf..6c54e1ad6e13935d02787e5db33a61fbe37d8113 100644 --- a/erp-produce/src/main/resources/template/js/erpProduction/erpProductionList.js +++ b/erp-produce/src/main/resources/template/js/erpProduction/erpProductionList.js @@ -42,7 +42,7 @@ layui.config({ return skyeyeClassEnumUtil.getEnumDataNameByCodeAndKey("flowableStateEnum", 'id', d.state, 'name'); }}, - { field: 'machinOrderState', title: '加工单下达状态', rowspan: '2', width: 90, templet: function (d) { + { field: 'machinOrderState', title: '加工单下达状态', rowspan: '2', width: 150, templet: function (d) { return skyeyeClassEnumUtil.getEnumDataNameByCodeAndKey("productionMachinOrderState", 'id', d.machinOrderState, 'name'); }}, { field: 'outState', title: '委外状态', rowspan: '2', width: 90, templet: function (d) {