From c90321a264a8f675928c72492cdb256f8283b81a Mon Sep 17 00:00:00 2001 From: zty Date: Thu, 16 Oct 2025 08:55:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20mlogbw=5Fcheck=5Ftable=20=E7=BC=BA?= =?UTF-8?q?=E9=99=B7=E9=A1=B9=E4=BF=9D=E5=AD=98=E4=B8=8D=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/enm_kilnbase/report_lybh.vue | 2 +- src/views/wpm_bx/mlogbw_check_table.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/enm_kilnbase/report_lybh.vue b/src/views/enm_kilnbase/report_lybh.vue index af01a9b5..2e989542 100644 --- a/src/views/enm_kilnbase/report_lybh.vue +++ b/src/views/enm_kilnbase/report_lybh.vue @@ -447,7 +447,7 @@ export default { ["产量", "台时产量(t/h)", 0, 0, 0, 0, 0, 0, 0, 0], ["运转时间", "运转时间(h)", 0, 0, 0, 0, 0, 0, 0, 0], ["运转时间", "运转率(%)", 0, 0, 0, 0, 0, 0, 0, 0], - ["能耗", "单位产品煤耗(t/kg)", 0, 0, 0, 0, 0, 0, 0, 0], + ["能耗", "单位产品煤耗(kg/t)", 0, 0, 0, 0, 0, 0, 0, 0], ], tableName: "生产报告", modelValue: true, diff --git a/src/views/wpm_bx/mlogbw_check_table.vue b/src/views/wpm_bx/mlogbw_check_table.vue index e3a4b48e..d98feef8 100644 --- a/src/views/wpm_bx/mlogbw_check_table.vue +++ b/src/views/wpm_bx/mlogbw_check_table.vue @@ -631,7 +631,7 @@ export default { obj.wpr = row.wpr; obj.note = row.note; //qct不为空,有检验表 - if(that.qct!==''&&that.qct!==null){ + if((that.qct!==''&&that.qct!==null)||(that.qctId!==''&&that.qctId!==null)){ that.qct_defects.forEach(item => { if(item.rule_expression!==''&&item.rule_expression!==undefined&&item.rule_expression!==null){ let str = item.rule_expression.replace(/`/g, '');