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, '');