feat: 生料辅料工序本日数据添加上
This commit is contained in:
parent
6404fd33f1
commit
f84876d2e5
|
@ -388,9 +388,9 @@ export default {
|
||||||
},
|
},
|
||||||
tableDatas: [
|
tableDatas: [
|
||||||
["产量", "总产量(t)", 0, 0, 0, 0, 0, 0, 0, 0],
|
["产量", "总产量(t)", 0, 0, 0, 0, 0, 0, 0, 0],
|
||||||
["产量", "台时产量(t/h)", "/", 0, 0, 0, 0, 0, 0, 0],
|
["产量", "台时产量(t/h)", 0, 0, 0, 0, 0, 0, 0, 0],
|
||||||
["运转时间", "运转时间(h)", "/", 0, 0, "/", 0, 0, "/", "/"],
|
["运转时间", "运转时间(h)", 0, 0, 0, "/", 0, 0, "/", "/"],
|
||||||
["运转时间", "运转率(%)", "/", 0, 0, "/", 0, 0, "/", "/"],
|
["运转时间", "运转率(%)", 0, 0, 0, "/", 0, 0, "/", "/"],
|
||||||
["能耗", "生料分布电耗(KW·h/t)", 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, "/", "/", "/","/"],
|
["能耗", "总电耗(KW·h)", 0, 0, 0, 0, "/", "/", "/","/"],
|
||||||
// ["成本", "生料成本(元/吨)", 0, 0, 0, 0, 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[4][2] = 0;
|
||||||
that.tableDatas[5][2] = 0;
|
that.tableDatas[5][2] = 0;
|
||||||
}else {
|
}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[4][2] = data4.elec_consume_unit;
|
||||||
that.tableDatas[5][2] = data4.elec_consume;
|
that.tableDatas[5][2] = data4.elec_consume;
|
||||||
}
|
}
|
||||||
|
|
|
@ -861,6 +861,9 @@ export default {
|
||||||
that.tableDatas[5][2] = 0;
|
that.tableDatas[5][2] = 0;
|
||||||
that.tableDatas[6][2] = 0;
|
that.tableDatas[6][2] = 0;
|
||||||
}else {
|
}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[4][2] = data4.elec_consume_unit;
|
||||||
that.tableDatas[5][2] = data4.elec_consume;
|
that.tableDatas[5][2] = data4.elec_consume;
|
||||||
that.tableDatas[6][2] = data4.production_cost_unit;}
|
that.tableDatas[6][2] = data4.production_cost_unit;}
|
||||||
|
|
Loading…
Reference in New Issue