From a46ad3519e7750cb4d9b6a96e065698aab6a29ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-NDCM9L6Q=5C=E7=8E=8B=E4=B8=BD=E9=9B=85?= <1970384016@qq.com> Date: Sat, 20 Jul 2024 16:05:47 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=E6=9B=B4=E6=96=B0=E7=94=98?= =?UTF-8?q?=E7=89=B9=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/template/js/erpProduction/erpProductionList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 aa84eec1e..6c54e1ad6 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) { -- GitLab