diff --git a/src/views/enm_rm/report.vue b/src/views/enm_rm/report.vue index e1a194ee..5cc3dc41 100644 --- a/src/views/enm_rm/report.vue +++ b/src/views/enm_rm/report.vue @@ -388,9 +388,9 @@ export default { }, tableDatas: [ ["产量", "总产量(t)", 0, 0, 0, 0, 0, 0, 0, 0], - ["产量", "台时产量(t/h)", "/", 0, 0, 0, 0, 0, 0, 0], - ["运转时间", "运转时间(h)", "/", 0, 0, "/", 0, 0, "/", "/"], - ["运转时间", "运转率(%)", "/", 0, 0, "/", 0, 0, "/", "/"], + ["产量", "台时产量(t/h)", 0, 0, 0, 0, 0, 0, 0, 0], + ["运转时间", "运转时间(h)", 0, 0, 0, "/", 0, 0, "/", "/"], + ["运转时间", "运转率(%)", 0, 0, 0, "/", 0, 0, "/", "/"], ["能耗", "生料分布电耗(KW·h/t)", 0, 0, 0, 0, 0, 0, 0, 0], ["能耗", "总电耗(KW·h)", 0, 0, 0, 0, "/", "/", "/","/"], // ["成本", "生料成本(元/吨)", 0, 0, 0, 0, 0, 0, 0, 0], @@ -809,6 +809,9 @@ export default { that.tableDatas[4][2] = 0; that.tableDatas[5][2] = 0; }else { + that.tableDatas[1][2] = data4.production_hour; + that.tableDatas[2][2] = data4.run_hour; + that.tableDatas[3][2] = data4.run_rate; that.tableDatas[4][2] = data4.elec_consume_unit; that.tableDatas[5][2] = data4.elec_consume; } diff --git a/src/views/enm_rm_copy/report.vue b/src/views/enm_rm_copy/report.vue index ccbbff5a..f97143e4 100644 --- a/src/views/enm_rm_copy/report.vue +++ b/src/views/enm_rm_copy/report.vue @@ -861,6 +861,9 @@ export default { that.tableDatas[5][2] = 0; that.tableDatas[6][2] = 0; }else { + that.tableDatas[1][2] = data4.production_hour; + that.tableDatas[2][2] = data4.run_hour; + that.tableDatas[3][2] = data4.run_rate; that.tableDatas[4][2] = data4.elec_consume_unit; that.tableDatas[5][2] = data4.elec_consume; that.tableDatas[6][2] = data4.production_cost_unit;}