diff --git a/src/components/scEnm/lineChartsdialog.vue b/src/components/scEnm/lineChartsdialog.vue
index f5272061..a1b70c78 100644
--- a/src/components/scEnm/lineChartsdialog.vue
+++ b/src/components/scEnm/lineChartsdialog.vue
@@ -310,9 +310,9 @@ export default {
if (that.cate == "总产量(t)" || that.cate == "出厂水泥合计(t)") {
that.cateName = "total_production";
} else if (
- that.cate == "单位产品分布电耗(KW·h/t)" ||
- that.cate == "生料分布电耗(KW·h/t)" ||
- that.cate == "煤磨分布电耗(KW·h/t)"
+ that.cate == "单位产品分布电耗(kW·h/t)" ||
+ that.cate == "生料分布电耗(kW·h/t)" ||
+ that.cate == "煤磨分布电耗(kW·h/t)"
) {
that.cateName = "elec_consume_unit";
} else if (that.cate == "台时产量(t/h)") {
@@ -328,17 +328,17 @@ export default {
that.cate == "生料成本(元/吨)"
) {
that.cateName = "production_cost_unit";
- } else if (that.cate == "单位产品综合电耗(KW·h/t)") {
+ } else if (that.cate == "单位产品综合电耗(kW·h/t)") {
that.cateName = "celec_consume_unit";
} else if (that.cate == "单位产品标煤耗(kgce/t)") {
that.cateName = "coal_consume_unit";
} else if (that.cate == "单位产品综合能耗(kgce/t)") {
that.cateName = "cen_consume_unit";
- } else if (that.cate == "发电功率(KW·h)") {
+ } else if (that.cate == "发电功率(kW·h)") {
that.cateName = "production_hour";
- } else if (that.cate == "吨熟料发电量(KW·h/t)") {
+ } else if (that.cate == "吨熟料发电量(kW·h/t)") {
that.cateName = "production_elec_unit";
- } else if (that.cate == "总电耗(KW·h)"||that.cate =="总电量(KW·h)") {
+ } else if (that.cate == "总电耗(kW·h)"||that.cate =="总电量(kW·h)") {
that.cateName = "elec_consume";
}else if (that.cate == "消耗") {
that.cateName = "amount_consume";
diff --git a/src/views/bigScreen/index_enm.vue b/src/views/bigScreen/index_enm.vue
index b798b333..ed392589 100644
--- a/src/views/bigScreen/index_enm.vue
+++ b/src/views/bigScreen/index_enm.vue
@@ -200,7 +200,7 @@
@@ -1340,7 +1340,7 @@ export default {
},
},
{
- name: "全厂电量(kwh)",
+ name: "全厂电量(kW·h)",
textStyle: {
color: "#fff",
},
@@ -1371,7 +1371,7 @@ export default {
},
{
- name: '全厂电量(kwh)',
+ name: '全厂电量(kW·h)',
type: 'line',
yAxisIndex: 1,
data: seriesData1,
@@ -1682,7 +1682,7 @@ export default {
value: 100,
},
{
- label: "单位电耗(kwh)",
+ label: "单位电耗(kW·h)",
field: "elec_consume_unit",
value: 100,
},
@@ -1926,7 +1926,7 @@ export default {
if (value == "余热发电") {
info.rows = [
{
- label: "发电量(kwh)",
+ label: "发电量(kW·h)",
field: "total_production",
value: res[0].total_production,
},
@@ -1936,7 +1936,7 @@ export default {
value: res[0].run_rate,
},
{
- label: "发电量(kwh/t)",
+ label: "发电量(kW·h/t)",
field: "production_elec_unit",
value: res[0].production_elec_unit
? res[0].production_elec_unit
@@ -1956,7 +1956,7 @@ export default {
value: res[0].run_rate,
},
{
- label: "单位电耗(kwh)",
+ label: "单位电耗(kW·h)",
field: "elec_consume_unit",
value: res[0].elec_consume_unit,
},
diff --git a/src/views/bigScreen/index_enm_ly.vue b/src/views/bigScreen/index_enm_ly.vue
index 4f62013c..b0e7d760 100644
--- a/src/views/bigScreen/index_enm_ly.vue
+++ b/src/views/bigScreen/index_enm_ly.vue
@@ -170,7 +170,7 @@
font-weight: 500;
font-size: 12px;
"
- >kwhkW·h
@@ -237,7 +237,7 @@
当月发电量
{{ hotData.total_production }}
- kwh
+ kW·h
@@ -255,7 +255,7 @@
发电量
{{ hotData.production_elec_unit }}
- kwh
+ kW·h
@@ -274,7 +274,7 @@
自用电量
{{ hotData.elec_consume }}
- kwh
+ kW·h
@@ -1232,7 +1232,7 @@ export default {
value: 100,
},
{
- label: "单位电耗(kwh)",
+ label: "单位电耗(kW·h)",
field: "elec_consume_unit",
value: 100,
},
@@ -1475,7 +1475,7 @@ export default {
if (value == "余热发电") {
info.rows = [
{
- label: "发电量(kwh)",
+ label: "发电量(kW·h)",
field: "total_production",
value: res[0].total_production,
},
@@ -1485,7 +1485,7 @@ export default {
value: res[0].run_rate,
},
{
- label: "发电量(kwh/t)",
+ label: "发电量(kW·h/t)",
field: "production_elec_unit",
value: res[0].production_elec_unit
? res[0].production_elec_unit
@@ -1505,7 +1505,7 @@ export default {
value: res[0].run_rate,
},
{
- label: "单位电耗(kwh)",
+ label: "单位电耗(kW·h)",
field: "elec_consume_unit",
value: res[0].elec_consume_unit,
},
diff --git a/src/views/enm_coal/handoverLog.vue b/src/views/enm_coal/handoverLog.vue
index 13715c5d..6b5a90a3 100644
--- a/src/views/enm_coal/handoverLog.vue
+++ b/src/views/enm_coal/handoverLog.vue
@@ -206,7 +206,7 @@
{{ reportItem.shut_sec }}
|
- 煤磨分布电耗(KW·h/t) |
+ 煤磨分布电耗(kW·h/t) |
{{ reportItem.elec_consume_unit }}
|
diff --git a/src/views/enm_coal/power.vue b/src/views/enm_coal/power.vue
index fff8f81e..5db2f69d 100644
--- a/src/views/enm_coal/power.vue
+++ b/src/views/enm_coal/power.vue
@@ -236,8 +236,8 @@ export default {
mpoint: "",
tableName: "主要设备(100KW以上)单位产品电耗数据表",
tableDatas: [
- ["煤磨排风机主电机", "", "KW·h/t", "", "", ""],
- ["煤磨主电机", "", "KW·h/t", "", "", ""],
+ ["煤磨排风机主电机", "", "kW·h/t", "", "", ""],
+ ["煤磨主电机", "", "kW·h/t", "", "", ""],
],
tableData: [],
modelValue: true,
@@ -432,7 +432,7 @@ export default {
let obj = [];
obj[0] = item.ep_monitored_name?item.ep_monitored_name:item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;
obj[1] = item.ep_monitored_number;
- obj[2] = "KW·h/t";
+ obj[2] = "kW·h/t";
obj[3] = item.elec_consume_unit;
obj[4] = 0;
obj[5] = 0;
@@ -471,7 +471,7 @@ export default {
let obj = [];
obj[0] = item.ep_monitored_name?item.ep_monitored_name:item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;
obj[1] = item.ep_monitored_number;
- obj[2] = "KW·h/t";
+ obj[2] = "kW·h/t";
obj[4] = item.elec_consume_unit;
obj[6] = item.mpoint;
that.tableDatas[index_d] = obj;
@@ -498,7 +498,7 @@ export default {
let obj = [];
obj[0] = item.ep_monitored_name?item.ep_monitored_name:item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;
obj[1] = item.ep_monitored_number;
- obj[2] = "KW·h/t";
+ obj[2] = "kW·h/t";
obj[5] = item.elec_consume_unit;
obj[6] = item.mpoint;
that.tableDatas[index_m] = obj;
diff --git a/src/views/enm_coal/report.vue b/src/views/enm_coal/report.vue
index 72f97804..f44d038b 100644
--- a/src/views/enm_coal/report.vue
+++ b/src/views/enm_coal/report.vue
@@ -298,8 +298,8 @@ export default {
["产量", "台时产量(t/h)", "/", 0, 0, 0, 0, 0, 0, 0],
["运转时间", "运转时间(h)", "/", 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/t)", 0, 0, 0, 0, 0, 0, 0, 0],
+ ["能耗", "总电耗(kW·h)", 0, 0, 0, 0, "/", "/", "/", "/"]
],
tableName: "生产报告",
modelValue: true,
@@ -591,7 +591,7 @@ export default {
// that.tableDatas[3][8] = item5.goal_val;
} else if (
item5.goal_cate_name ==
- "单位产品分布电耗(KW·h/t)"
+ "单位产品分布电耗(kW·h/t)"
) {
that.tableDatas[4][6] = item5[str];
that.tableDatas[4][8] = item5.goal_val;
diff --git a/src/views/enm_coal/teamAnalysis.vue b/src/views/enm_coal/teamAnalysis.vue
index 2c614b58..65fc8d66 100644
--- a/src/views/enm_coal/teamAnalysis.vue
+++ b/src/views/enm_coal/teamAnalysis.vue
@@ -53,7 +53,7 @@
| 细度(%) |
水分(%) |
- 煤磨排风机主电机(KW·h/t) |
+ 煤磨排风机主电机(kW·h/t) |
当期值(kW·h/t) |
目标值(kW·h/t) |
当期与目标值差值(kW·h/t) |
@@ -113,7 +113,7 @@ export default {
// let data = [];
if (res.length > 0) {
res.forEach((item) => {
- if (item.goal_cate_name == "单位产品分布电耗(KW·h/t)") {
+ if (item.goal_cate_name == "单位产品分布电耗(kW·h/t)") {
that.getGoalData();
}
})
@@ -132,7 +132,7 @@ export default {
this.$API.mtm.goal.list.req(params).then((res) => {
if (res.length > 0) {
res.forEach((item) => {
- if (item.goal_cate_name == "单位产品分布电耗(KW·h/t)") {
+ if (item.goal_cate_name == "单位产品分布电耗(kW·h/t)") {
this.getData(item);
}
})
@@ -217,9 +217,9 @@ export default {
? item.煤磨排风机主电机_consume_unit
: "/";
let keyVale = "goal_val_" + n;
- arr[8] = item.elec_consume_unit; //当期值(KW·h/t)
- arr[9] = goalData[keyVale]; //目标值(KW·h/t)//需要接口获取
- arr[10] = (arr[8] - arr[9]).toFixed(2); //当期与目标差值(KW·h/t)
+ arr[8] = item.elec_consume_unit; //当期值(kW·h/t)
+ arr[9] = goalData[keyVale]; //目标值(kW·h/t)//需要接口获取
+ arr[10] = (arr[8] - arr[9]).toFixed(2); //当期与目标差值(kW·h/t)
let ind_pre = 0,
huanqi = 0,
huanqicha = 0,
@@ -238,18 +238,18 @@ export default {
}
})
}
- arr[11] = huanqi; //环期值(KW·h/t)上个月的值
+ arr[11] = huanqi; //环期值(kW·h/t)上个月的值
if (huanqi !== "/") {
huanqicha = (arr[8] - arr[11]).toFixed(2);
} else {
huanqicha = 0;
}
- arr[12] = huanqicha; //当期与环期差值(KW·h/t)
+ arr[12] = huanqicha; //当期与环期差值(kW·h/t)
// arr[13] =
if (arr[11] !=="/" && arr[11]!=0 && arr[12] !=0 && arr[12] !== "undefined"){
arr[13] = ((arr[12]/arr[11])*100).toFixed(2);
}else{
- arr[13] = "/"; //环比增长率(%)= 当期与环期差值(KW·h/t)/环期值(KW·h/t)*100%
+ arr[13] = "/"; //环比增长率(%)= 当期与环期差值(kW·h/t)/环期值(kW·h/t)*100%
}
arr[14] = tongqi; //同比增长率(%)
// arr[15] = 0.0; //得分
diff --git a/src/views/enm_coal/workshopAnalysis.vue b/src/views/enm_coal/workshopAnalysis.vue
index 20be239e..0f459421 100644
--- a/src/views/enm_coal/workshopAnalysis.vue
+++ b/src/views/enm_coal/workshopAnalysis.vue
@@ -44,11 +44,11 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 当期与目标差值(KW·h/t) |
- 环期值(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 当期与目标差值(kW·h/t) |
+ 环期值(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
分析说明 |
@@ -139,7 +139,7 @@ export default {
if (ress.length > 0) {
let monthGoal = [];
ress.forEach((goal) => {
- if (goal.goal_cate_name == "单位产品分布电耗(KW·h/t)") {
+ if (goal.goal_cate_name == "单位产品分布电耗(kW·h/t)") {
monthGoal[0] = goal.goal_val;
monthGoal[1] = goal.goal_val_2;
monthGoal[2] = goal.goal_val_3;
@@ -227,7 +227,7 @@ export default {
let arr = [];
let time = "" + item.year_s + "." + item.month_s;
arr.push(time);
- arr.push(item.elec_consume_unit); //当期值(KW·h/t)
+ arr.push(item.elec_consume_unit); //当期值(kW·h/t)
arr[2] =
that.monthGoal[ind] !== undefined
? that.monthGoal[ind]
@@ -241,8 +241,8 @@ export default {
arrs[0] = item[0];
arrs[1] = item[1];
arrs[2] = item[2];
- //目标值(KW·h/t)//需要接口获取
- //当期与目标差值(KW·h/t)
+ //目标值(kW·h/t)//需要接口获取
+ //当期与目标差值(kW·h/t)
let diff = 0;
if (item[2] !== "/") {
diff = (item[1] - item[2]).toFixed(2);
@@ -250,7 +250,7 @@ export default {
diff = "/";
}
arrs[3] = diff;
- //环期值(KW·h/t)上个月的值
+ //环期值(kW·h/t)上个月的值
let lastNum = 0;
if (index > 0) {
let num = index - 1;
@@ -268,7 +268,7 @@ export default {
: "/";
}
arrs[4] = lastNum;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastDiff = 0;
if (arrs[1] !== "/" && arrs[4] !== "/") {
diff --git a/src/views/enm_coalbase/handoverLog.vue b/src/views/enm_coalbase/handoverLog.vue
index 33c2ea06..081903b6 100644
--- a/src/views/enm_coalbase/handoverLog.vue
+++ b/src/views/enm_coalbase/handoverLog.vue
@@ -194,7 +194,7 @@
{{ reportItem.shut_hour }}
|
- 煤磨分布电耗(KW·h/t) |
+ 煤磨分布电耗(kW·h/t) |
{{ reportItem.elec_consume_unit }}
|
diff --git a/src/views/enm_coalbase/power.vue b/src/views/enm_coalbase/power.vue
index 0f303075..286ed56a 100644
--- a/src/views/enm_coalbase/power.vue
+++ b/src/views/enm_coalbase/power.vue
@@ -229,8 +229,8 @@ export default {
searchDate: "",
tableName: "主要设备单位产品电耗数据表",
tableDatas: [
- ["煤磨排风机主电机", "", "KW·h/t", "", "", ""],
- ["煤磨主电机", "", "KW·h/t", "", "", ""],
+ ["煤磨排风机主电机", "", "kW·h/t", "", "", ""],
+ ["煤磨主电机", "", "kW·h/t", "", "", ""],
],
tableData: [],
modelValue: true,
@@ -389,7 +389,7 @@ export default {
let index = that.mpoints.indexOf(item.mpoint_nickname);
let obj = [];
obj[0] = item.mpoint_nickname;
- obj[1] = "KW·h/t";
+ obj[1] = "kW·h/t";
obj[2] = item.elec_consume_unit;
obj[3] = 0;
obj[4] = 0;
@@ -424,7 +424,7 @@ export default {
} else {
let obj = [];
obj[0] = item.mpoint_nickname;
- obj[1] = "KW·h/t";
+ obj[1] = "kW·h/t";
obj[3] = item.elec_consume_unit;
obj[5] = item.mpoint;
that.tableDatas[index_d] = obj;
@@ -450,7 +450,7 @@ export default {
} else {
let obj = [];
obj[0] = item.mpoint_nickname;
- obj[1] = "KW·h/t";
+ obj[1] = "kW·h/t";
obj[4] = item.elec_consume_unit;
obj[5] = item.mpoint;
that.tableDatas[index_m] = obj;
diff --git a/src/views/enm_coalbase/report.vue b/src/views/enm_coalbase/report.vue
index 0aab963c..649a76f9 100644
--- a/src/views/enm_coalbase/report.vue
+++ b/src/views/enm_coalbase/report.vue
@@ -270,7 +270,7 @@ export default {
["产量", "台时产量(t/h)", "/", 0, 0, 0, 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],
],
tableName: "生产报告",
modelValue: true,
@@ -567,7 +567,7 @@ export default {
that.tableDatas[3][8] = item5.goal_val;
} else if (
item5.goal_cate_name ==
- "单位产品分布电耗(KW·h/t)"
+ "单位产品分布电耗(kW·h/t)"
) {
that.tableDatas[4][6] = item5[str];
that.tableDatas[4][8] = item5.goal_val;
diff --git a/src/views/enm_coalbase/teamAnalysis.vue b/src/views/enm_coalbase/teamAnalysis.vue
index b53e9a1f..18d3cab1 100644
--- a/src/views/enm_coalbase/teamAnalysis.vue
+++ b/src/views/enm_coalbase/teamAnalysis.vue
@@ -165,9 +165,9 @@ export default {
arr.push(item.run_rate);
let keyVale = "goal_val_" + n;
- arr[5] = item.elec_consume_unit; //当期值(KW·h/t)
- arr[6] = goalData[keyVale]; //目标值(KW·h/t)//需要接口获取
- arr[7] = item.celec_consume_unit - arr[10]; //当期与目标差值(KW·h/t)
+ arr[5] = item.elec_consume_unit; //当期值(kW·h/t)
+ arr[6] = goalData[keyVale]; //目标值(kW·h/t)//需要接口获取
+ arr[7] = item.celec_consume_unit - arr[10]; //当期与目标差值(kW·h/t)
let ind_pre = 0,
huanqi = 0,
huanqicha = 0,
@@ -186,13 +186,13 @@ export default {
: "/"
: "/";
}
- arr[8] = huanqi; //环期值(KW·h/t)上个月的值
+ arr[8] = huanqi; //环期值(kW·h/t)上个月的值
if (huanqi !== "/") {
huanqicha = item.celec_consume_unit - huanqi;
} else {
huanqicha = item.celec_consume_unit;
}
- arr[9] = huanqicha; //当期与环期差值(KW·h/t)
+ arr[9] = huanqicha; //当期与环期差值(kW·h/t)
arr[10] =
huanqi != "/" ? (huanqicha / huanqi) * 100 : 0; //环比增长率(%)
if (wrapArr0[n]) {
diff --git a/src/views/enm_coalbase/workshopAnalysis.vue b/src/views/enm_coalbase/workshopAnalysis.vue
index df6bb8e2..e804b060 100644
--- a/src/views/enm_coalbase/workshopAnalysis.vue
+++ b/src/views/enm_coalbase/workshopAnalysis.vue
@@ -43,11 +43,11 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 当期与目标差值(KW·h/t) |
- 环期值(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 当期与目标差值(kW·h/t) |
+ 环期值(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
@@ -132,7 +132,7 @@ export default {
ress.forEach((goal) => {
if (
goal.goal_cate_name ==
- "单位产品分布电耗(KW·h/t)"
+ "单位产品分布电耗(kW·h/t)"
) {
monthGoal[0] = goal.goal_val;
monthGoal[1] = goal.goal_val_2;
@@ -207,7 +207,7 @@ export default {
let arr = [];
let time = "" + item.year_s + "." + item.month_s;
arr.push(time);
- arr.push(item.elec_consume_unit); //当期值(KW·h/t)
+ arr.push(item.elec_consume_unit); //当期值(kW·h/t)
arr[2] =
that.monthGoal[ind] !== undefined
? that.monthGoal[ind]
@@ -219,8 +219,8 @@ export default {
arrs[0] = item[0];
arrs[1] = item[1];
arrs[2] = item[2];
- //目标值(KW·h/t)//需要接口获取
- //当期与目标差值(KW·h/t)
+ //目标值(kW·h/t)//需要接口获取
+ //当期与目标差值(kW·h/t)
let diff = 0;
if (item[2] !== "/") {
diff = item[1] - item[2];
@@ -228,7 +228,7 @@ export default {
diff = "/";
}
arrs[3] = diff;
- //环期值(KW·h/t)上个月的值
+ //环期值(kW·h/t)上个月的值
let lastNum = 0;
if (index > 1) {
let num = index - 1;
@@ -246,7 +246,7 @@ export default {
: "/";
}
arrs[4] = lastNum;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastDiff = 0;
if (arrs[1] !== "/" && arrs[4] !== "/") {
diff --git a/src/views/enm_cogeneration/handoverLog.vue b/src/views/enm_cogeneration/handoverLog.vue
index 8a53c7bd..d24013af 100644
--- a/src/views/enm_cogeneration/handoverLog.vue
+++ b/src/views/enm_cogeneration/handoverLog.vue
@@ -210,7 +210,7 @@
{{ reportItem.shut_hour }}
|
- 自用电量(KW·h/t) |
+ 自用电量(kW·h/t) |
{{ reportItem.elec_consume_unit }}
|
diff --git a/src/views/enm_cogeneration/report.vue b/src/views/enm_cogeneration/report.vue
index 5a73c0fa..244cb615 100644
--- a/src/views/enm_cogeneration/report.vue
+++ b/src/views/enm_cogeneration/report.vue
@@ -320,7 +320,7 @@ let legend = {
let yAxis = [
{
type: "value",
- name: "电量 (KW·h)",
+ name: "电量 (kW·h)",
position: "left",
offset: 80,
@@ -352,7 +352,7 @@ let yAxis = [
},
{
type: "value",
- name: "吨熟料发电量(KW·h/t)",
+ name: "吨熟料发电量(kW·h/t)",
position: "right",
alignTicks: true,
axisLine: {
@@ -394,12 +394,12 @@ export default {
mgroup: "3347217246321065984",
},
tableDatas: [
- ["产量", "总发电量(KW·h)", 0, 0, 0, 0, 0, 0, 0, 0],
- ["产量", "发电功率(KW·h)", "/", 0, 0, 0, 0, 0, 0, 0],
- ["产量", "吨熟料发电量(KW·h/t)", "/", 0, 0, 0, 0, 0, 0, 0],
+ ["产量", "总发电量(kW·h)", 0, 0, 0, 0, 0, 0, 0, 0],
+ ["产量", "发电功率(kW·h)", "/", 0, 0, 0, 0, 0, 0, 0],
+ ["产量", "吨熟料发电量(kW·h/t)", "/", 0, 0, 0, 0, 0, 0, 0],
["运转时间", "运转时间(h)", "/", 0, 0, 0, 0, 0, 0, 0],
["运转时间", "运转率(%)", "/", 0, 0, 0, 0, 0, 0, 0],
- ["自用电量", "用电量(KW·h)", 0, 0, 0, 0, 0, 0, 0, 0],
+ ["自用电量", "用电量(kW·h)", 0, 0, 0, 0, 0, 0, 0, 0],
],
tableName: "生产报告",
modelValue: true,
@@ -430,7 +430,7 @@ export default {
yAxis: [
{
type: "value",
- name: "电量 (KW·h)",
+ name: "电量 (kW·h)",
position: "left",
alignTicks: true,
axisLine: {
@@ -445,7 +445,7 @@ export default {
},
{
type: "value",
- name: "吨熟料发电量(KW·h/t)",
+ name: "吨熟料发电量(kW·h/t)",
position: "right",
alignTicks: true,
axisLine: {
@@ -689,13 +689,13 @@ export default {
that.tableDatas[0][6] = item5[str];
that.tableDatas[0][8] = item5.goal_val;
} else if (
- item5.goal_cate_name == "发电功率(KW·h)"
+ item5.goal_cate_name == "发电功率(kW·h)"
) {
that.tableDatas[1][6] = item5[str];
that.tableDatas[1][8] = item5.goal_val;
} else if (
item5.goal_cate_name ==
- "吨熟料发电量(KW·h/t)"
+ "吨熟料发电量(kW·h/t)"
) {
that.tableDatas[2][6] = item5[str];
that.tableDatas[2][8] = item5.goal_val;
@@ -710,7 +710,7 @@ export default {
that.tableDatas[4][6] = item5[str];
that.tableDatas[4][8] = item5.goal_val;
} else if (
- item5.goal_cate_name == "用电量(KW·h)"
+ item5.goal_cate_name == "用电量(kW·h)"
) {
that.tableDatas[5][6] = item5[str];
that.tableDatas[5][8] = item5.goal_val;
diff --git a/src/views/enm_cogeneration/teamAnalysis.vue b/src/views/enm_cogeneration/teamAnalysis.vue
index 5999bd11..8a977a94 100644
--- a/src/views/enm_cogeneration/teamAnalysis.vue
+++ b/src/views/enm_cogeneration/teamAnalysis.vue
@@ -161,9 +161,9 @@ export default {
arr.push(item.production_hour);
arr.push(item.run_rate);
//发电量
- arr[5] = item.elec_consume_unit; //当期值(KW·h/t)
- arr[6] = item.celec_consume_unit; //目标值(KW·h/t)//需要接口获取
- arr[7] = item.celec_consume_unit; //当期与目标差值(KW·h/t)
+ arr[5] = item.elec_consume_unit; //当期值(kW·h/t)
+ arr[6] = item.celec_consume_unit; //目标值(kW·h/t)//需要接口获取
+ arr[7] = item.celec_consume_unit; //当期与目标差值(kW·h/t)
let ind_pre = 0,
huanbi = 0;
if (item.month_s == 1) {
@@ -179,8 +179,8 @@ export default {
: "/"
: "/";
}
- arr[8] = huanbi; //环期值(KW·h/t)上个月的值
- arr[9] = item.celec_consume_unit; //当期与环期差值(KW·h/t)
+ arr[8] = huanbi; //环期值(kW·h/t)上个月的值
+ arr[9] = item.celec_consume_unit; //当期与环期差值(kW·h/t)
arr[10] = item.celec_consume_unit; //环比增长率(%)
arr[11] = item.celec_consume_unit; //同比增长率(%)
wrapArr[ind] = arr;
diff --git a/src/views/enm_cogeneration/workshopAnalysis.vue b/src/views/enm_cogeneration/workshopAnalysis.vue
index 915d3299..a9dfb0ea 100644
--- a/src/views/enm_cogeneration/workshopAnalysis.vue
+++ b/src/views/enm_cogeneration/workshopAnalysis.vue
@@ -55,11 +55,11 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 当期与目标差值(KW·h/t) |
- 环期值(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 当期与目标差值(kW·h/t) |
+ 环期值(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
@@ -107,10 +107,10 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 国家标准(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 国家标准(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
@@ -157,10 +157,10 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 国家标准(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 国家标准(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
@@ -207,10 +207,10 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 国家标准(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 国家标准(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
@@ -344,7 +344,7 @@ export default {
monthGoal4 = [];
ress.forEach((goal) => {
if (
- goal.goal_cate_name == "单位产品分布电耗(KW·h/t)"
+ goal.goal_cate_name == "单位产品分布电耗(kW·h/t)"
) {
monthGoal[0] = goal.goal_val;
monthGoal[1] = goal.goal_val_2;
@@ -362,7 +362,7 @@ export default {
that.monthGoal = monthGoal;
}
if (
- goal.goal_cate_name == "单位产品综合电耗(KW·h/t)"
+ goal.goal_cate_name == "单位产品综合电耗(kW·h/t)"
) {
monthGoal2[0] = goal.goal_val;
monthGoal2[1] = goal.goal_val_2;
@@ -474,7 +474,7 @@ export default {
that.monthGoal[ind] !== undefined
? that.monthGoal[ind]
: "/";
- //当期与目标差值(KW·h/t)
+ //当期与目标差值(kW·h/t)
let diff = 0;
if (arrs[2] !== "/") {
diff = arrs[1] - arrs[2];
@@ -482,7 +482,7 @@ export default {
diff = "/";
}
arrs[3] = diff;
- //环期值(KW·h/t)上个月的值
+ //环期值(kW·h/t)上个月的值
let lastNum = 0;
if (index > 1) {
let num = index - 1;
@@ -500,7 +500,7 @@ export default {
: "/";
}
arrs[4] = lastNum;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastDiff = 0;
if (arrs[1] !== "/" && arrs[4] !== "/") {
@@ -545,7 +545,7 @@ export default {
arrs2[3] = 48;
arrs2[4] = 57;
arrs2[5] = 61;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastNum2 = 0,
lastDiff2 = 0;
if (index > 1) {
@@ -606,7 +606,7 @@ export default {
arrs3[3] = 94;
arrs3[4] = 100;
arrs3[5] = 109;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastNum3 = 0,
lastDiff3 = 0;
if (index > 1) {
@@ -667,7 +667,7 @@ export default {
arrs4[3] = 100;
arrs4[4] = 107;
arrs4[5] = 117;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastNum4 = 0,
lastDiff4 = 0;
if (index > 1) {
@@ -730,8 +730,8 @@ export default {
// arrs[0]=item[0];
// arrs[1]=item[1];
// arrs[2]=item[2];
- // //目标值(KW·h/t)//需要接口获取
- // //当期与目标差值(KW·h/t)
+ // //目标值(kW·h/t)//需要接口获取
+ // //当期与目标差值(kW·h/t)
// let diff = 0;
// if(item[2]!=='/'){
// diff = item[1]-item[2];
@@ -739,7 +739,7 @@ export default {
// diff = '/';
// }
// arrs[3]=diff;
- // //环期值(KW·h/t)上个月的值
+ // //环期值(kW·h/t)上个月的值
// let lastNum = 0;
// if(index>1){
// let num = index-1;
@@ -752,7 +752,7 @@ export default {
// lastNum = wrapArr0[12]?wrapArr0[12].elec_consume_unit:'/';
// }
// arrs[4]=lastNum;
- // //当期与环期差值(KW·h/t)
+ // //当期与环期差值(kW·h/t)
// let lastDiff = 0;
// if(arrs[1]!=='/'&&arrs[4]!=='/'){
@@ -786,8 +786,8 @@ export default {
// arrs[0]=item[0];
// arrs[1]=item[1];
// arrs[2]=item[2];
- // //目标值(KW·h/t)//需要接口获取
- // //当期与目标差值(KW·h/t)
+ // //目标值(kW·h/t)//需要接口获取
+ // //当期与目标差值(kW·h/t)
// let diff = 0;
// if(item[2]!=='/'){
// diff = item[1]-item[2];
@@ -795,7 +795,7 @@ export default {
// diff = '/';
// }
// arrs[3]=diff;
- // //环期值(KW·h/t)上个月的值
+ // //环期值(kW·h/t)上个月的值
// let lastNum = 0;
// if(index>1){
// let num = index-1;
@@ -808,7 +808,7 @@ export default {
// lastNum = wrapArr0[12]?wrapArr0[12].elec_consume_unit:'/';
// }
// arrs[4]=lastNum;
- // //当期与环期差值(KW·h/t)
+ // //当期与环期差值(kW·h/t)
// let lastDiff = 0;
// if(arrs[1]!=='/'&&arrs[4]!=='/'){
@@ -842,8 +842,8 @@ export default {
// arrs[0]=item[0];
// arrs[1]=item[1];
// arrs[2]=item[2];
- // //目标值(KW·h/t)//需要接口获取
- // //当期与目标差值(KW·h/t)
+ // //目标值(kW·h/t)//需要接口获取
+ // //当期与目标差值(kW·h/t)
// let diff = 0;
// if(item[2]!=='/'){
// diff = item[1]-item[2];
@@ -851,7 +851,7 @@ export default {
// diff = '/';
// }
// arrs[3]=diff;
- // //环期值(KW·h/t)上个月的值
+ // //环期值(kW·h/t)上个月的值
// let lastNum = 0;
// if(index>1){
// let num = index-1;
@@ -864,7 +864,7 @@ export default {
// lastNum = wrapArr0[12]?wrapArr0[12].elec_consume_unit:'/';
// }
// arrs[4]=lastNum;
- // //当期与环期差值(KW·h/t)
+ // //当期与环期差值(kW·h/t)
// let lastDiff = 0;
// if(arrs[1]!=='/'&&arrs[4]!=='/'){
diff --git a/src/views/enm_energy/electric.vue b/src/views/enm_energy/electric.vue
index 118cc609..8590edc1 100644
--- a/src/views/enm_energy/electric.vue
+++ b/src/views/enm_energy/electric.vue
@@ -26,10 +26,10 @@
车间 |
工段 |
设备 |
- 上一个小时(KW·h) |
- 昨日电量累计(KW·h) |
- 本月电量累计(KW·h) |
- 本年电量累计(KW·h) |
+ 上一个小时(kW·h) |
+ 昨日电量累计(kW·h) |
+ 本月电量累计(kW·h) |
+ 本年电量累计(kW·h) |
diff --git a/src/views/enm_energy/electric_peak.vue b/src/views/enm_energy/electric_peak.vue
index 47a381b5..ef46f0d5 100644
--- a/src/views/enm_energy/electric_peak.vue
+++ b/src/views/enm_energy/electric_peak.vue
@@ -259,7 +259,7 @@ import * as echarts from 'echarts';
yAxis: {
type: 'value',
axisLabel: {
- formatter: '{value} kWh' // 单位为 kWh
+ formatter: '{value} kW·h' // 单位为 kW·h
}
},
series: seriesData
diff --git a/src/views/enm_energy/electric_total.vue b/src/views/enm_energy/electric_total.vue
index 94a8acad..09ad7bab 100644
--- a/src/views/enm_energy/electric_total.vue
+++ b/src/views/enm_energy/electric_total.vue
@@ -105,7 +105,7 @@
prop="mpoint__code"
align="center"
>
diff --git a/src/views/enm_energy/energyPicture.vue b/src/views/enm_energy/energyPicture.vue
index 6087e1cb..8de1d64f 100644
--- a/src/views/enm_energy/energyPicture.vue
+++ b/src/views/enm_energy/energyPicture.vue
@@ -10,99 +10,99 @@

{{ dataObj.全厂用电合计 }}
-
kWh
+
kW·h

{{ dataObj.电石渣配电室用电_电 }}
-
kWh
+
kW·h

{{ dataObj.回转窑_电 }}
-
kWh
+
kW·h

{{ dataObj.水泥配电室用电_电 }}
-
kWh
+
kW·h

{{ dataObj.烘干破碎机_电 }}
-
kWh
+
kW·h

{{ dataObj.原料立磨主电机 }}
-
kWh
+
kW·h

{{ dataObj.生粉制备_循环风机_电 }}
-
kWh
+
kW·h

{{ dataObj.生粉制备_选粉机_电 }}
-
kWh
+
kW·h

{{ dataObj.高温风机_电 }}
-
kWh
+
kW·h

{{ dataObj.尾排风机_电 }}
-
kWh
+
kW·h

{{ dataObj.烧成工序用电合计 }}
-
kWh
+
kW·h

{{ dataObj.原料立磨主电机}}
-
kWh
+
kW·h

{{ dataObj.煤磨排风机_电 }}
-
kWh
+
kW·h

{{ dataObj.窑头排风机_电 }}
-
kWh
+
kW·h

{{ dataObj.水泥磨用电合计 }}
-
kWh
+
kW·h

{{ (Number(dataObj.辊压机动_电) + Number(dataObj.辊压机定_电)).toFixed(2) }}
-
kWh
+
kW·h

{{ dataObj.系统风机_电 }}
-
kWh
+
kW·h

{{ dataObj.水泥磨_选粉机_电 }}
-
kWh
+
kW·h

{{ dataObj.水泥磨_循环风机_电 }}
-
kWh
+
kW·h
diff --git a/src/views/enm_kiln/handoverLog.vue b/src/views/enm_kiln/handoverLog.vue
index d70a83b1..30483ca4 100644
--- a/src/views/enm_kiln/handoverLog.vue
+++ b/src/views/enm_kiln/handoverLog.vue
@@ -207,7 +207,7 @@
{{ reportItem.shut_sec }}
- 单位产品分布电耗(KW·h/t)
+ 单位产品分布电耗(kW·h/t)
|
{{ reportItem.elec_consume_unit }}
diff --git a/src/views/enm_kiln/power.vue b/src/views/enm_kiln/power.vue
index 7e42da44..a2f3f384 100644
--- a/src/views/enm_kiln/power.vue
+++ b/src/views/enm_kiln/power.vue
@@ -247,8 +247,8 @@ export default {
mpoint: "",
tableName: "主要设备(100KW以上)单位产品电耗数据表",
tableDatas: [
- ["高温风机", "", "KW·h/t", "", "", ""],
- ["窑主电机", "", "KW·h/t", "", "", ""],
+ ["高温风机", "", "kW·h/t", "", "", ""],
+ ["窑主电机", "", "kW·h/t", "", "", ""],
],
tableData: [],
modelValue: true,
@@ -550,7 +550,7 @@ export default {
let obj = [];
obj[0] = item.ep_monitored_name?item.ep_monitored_name:item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;
obj[1] = item.ep_monitored_number;
- obj[2] = "KW·h/t";
+ obj[2] = "kW·h/t";
obj[3] = item.elec_consume_unit;
obj[4] = 0;
obj[5] = 0;
@@ -589,7 +589,7 @@ export default {
let obj = [];
obj[0] = item.ep_monitored_name?item.ep_monitored_name:item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;
obj[1] = item.ep_monitored_number;
- obj[2] = "KW·h/t";
+ obj[2] = "kW·h/t";
obj[4] = item.elec_consume_unit;
obj[6] = item.mpoint;
that.tableDatas[index_d] = obj;
@@ -616,7 +616,7 @@ export default {
let obj = [];
obj[0] = item.ep_monitored_name?item.ep_monitored_name:item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;
obj[1] = item.ep_monitored_number;
- obj[2] = "KW·h/t";
+ obj[2] = "kW·h/t";
obj[5] = item.elec_consume_unit;
obj[6] = item.mpoint;
that.tableDatas[index_m] = obj;
diff --git a/src/views/enm_kiln/report.vue b/src/views/enm_kiln/report.vue
index 038b0bed..d9c2c887 100644
--- a/src/views/enm_kiln/report.vue
+++ b/src/views/enm_kiln/report.vue
@@ -446,11 +446,11 @@ export default {
["产量", "台时产量(t/h)", "/", 0, 0, 0, 0, 0, 0, 0],
["运转时间", "运转时间(h)", "/", 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/t)", 0, 0, 0, 0, 0, 0, 0, 0],
+ ["能耗", "单位产品综合电耗(kW·h/t)", 0, 0, 0, 0, 0, 0, 0, 0],
["能耗", "单位产品标煤耗(kgce/t)", 0, 0, 0, 0, 0, 0, 0, 0],
["能耗", "单位产品综合能耗(kgce/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],
["氨水", "氨水消耗量(t)", 0, 0, 0, 0, "/", "/", "/", "/"],
["氨水", "单位氨水消耗量(kg/t)", 0, 0, 0, 0, "/", "/", "/", "/"],
@@ -781,13 +781,13 @@ export default {
// that.tableDatas[3][8] = item5.goal_val;
} else if (
item5.goal_cate_name ==
- "单位产品分布电耗(KW·h/t)"
+ "单位产品分布电耗(kW·h/t)"
) {
that.tableDatas[4][6] = item5[str];
that.tableDatas[4][8] = item5.goal_val;
} else if (
item5.goal_cate_name ==
- "单位产品综合电耗(KW·h/t)"
+ "单位产品综合电耗(kW·h/t)"
) {
that.tableDatas[5][6] = item5[str];
that.tableDatas[5][8] = item5.goal_val;
diff --git a/src/views/enm_kiln/teamAnalysis.vue b/src/views/enm_kiln/teamAnalysis.vue
index e9dd22b0..2c229585 100644
--- a/src/views/enm_kiln/teamAnalysis.vue
+++ b/src/views/enm_kiln/teamAnalysis.vue
@@ -245,20 +245,20 @@ export default {
: "/";
//煤耗
- arr[12] = item.coal_consume_unit; //当期值(KW·h/t)
+ arr[12] = item.coal_consume_unit; //当期值(kW·h/t)
let keyValue = "goal_val_" + n;
if (goalData.length > 0){
goalData.forEach((item) => {
if (item.goal_cate_name == "单位产品标煤耗(kgce/t)") {
- arr[13] = item[keyValue]; //目标值(KW·h/t)//需要接口获取
- }else if (item.goal_cate_name == "单位产品分布电耗(KW·h/t)"){
- arr[25] = item[keyValue]; //目标值(KW·h/t)//需要接口获取
+ arr[13] = item[keyValue]; //目标值(kW·h/t)//需要接口获取
+ }else if (item.goal_cate_name == "单位产品分布电耗(kW·h/t)"){
+ arr[25] = item[keyValue]; //目标值(kW·h/t)//需要接口获取
}
});
};
let dq = 0
if (arr[13] !== null && arr[13] !== undefined){
- dq = (arr[12] - arr[13]).toFixed(2); //当期与目标差值(KW·h/t)
+ dq = (arr[12] - arr[13]).toFixed(2); //当期与目标差值(kW·h/t)
}else{
dq == "/"
};
@@ -278,9 +278,9 @@ export default {
}
})
}
- arr[15] = huanbi; //环期值(KW·h/t)上个月的值
+ arr[15] = huanbi; //环期值(kW·h/t)上个月的值
if(huanbi !=="/"){
- arr[16] = (arr[12] - arr[15]).toFixed(2); //当期与环期差值(KW·h/t)
+ arr[16] = (arr[12] - arr[15]).toFixed(2); //当期与环期差值(kW·h/t)
}else{
arr[16] = "/"
};
@@ -325,10 +325,10 @@ export default {
item.窑头排风机主电机_consume_unit != null
? item.窑头排风机主电机_consume_unit
: "/";
- arr[24] = item.elec_consume_unit; //当期值(KW·h/t)
- // arr[25] = item.celec_consume_unit; //目标值(KW·h/t)//需要接口获取
+ arr[24] = item.elec_consume_unit; //当期值(kW·h/t)
+ // arr[25] = item.celec_consume_unit; //目标值(kW·h/t)//需要接口获取
if (item.elec_consume_unit != null &&item.elec_consume_unit !== "/"){
- arr[26] = (arr[24]-arr[25]).toFixed(2); //当期与目标差值(KW·h/t)
+ arr[26] = (arr[24]-arr[25]).toFixed(2); //当期与目标差值(kW·h/t)
}
let huanbiec = 0;
if (item.month_s == 1) {
@@ -344,9 +344,9 @@ export default {
}
})
}
- arr[27] = huanbiec; //环期值(KW·h/t)上个月的值
+ arr[27] = huanbiec; //环期值(kW·h/t)上个月的值
if(arr[27]!=="/" && huanbiec!=="/"){
- arr[28] = (arr[24] - huanbiec).toFixed(2); //当期与环期差值(KW·h/t)
+ arr[28] = (arr[24] - huanbiec).toFixed(2); //当期与环期差值(kW·h/t)
}else{
arr[28] = "/"
}
diff --git a/src/views/enm_kiln/workshopAnalysis.vue b/src/views/enm_kiln/workshopAnalysis.vue
index 872a981d..a8234ab8 100644
--- a/src/views/enm_kiln/workshopAnalysis.vue
+++ b/src/views/enm_kiln/workshopAnalysis.vue
@@ -56,11 +56,11 @@
|
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 当期与目标差值(KW·h/t) |
- 环期值(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 当期与目标差值(kW·h/t) |
+ 环期值(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
分析说明 |
@@ -121,10 +121,10 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 国家标准(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 国家标准(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
分析说明 |
@@ -190,10 +190,10 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 国家标准(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 国家标准(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
分析说明 |
@@ -259,10 +259,10 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 国家标准(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 国家标准(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
分析说明 |
@@ -467,7 +467,7 @@ export default {
monthGoal4 = [];
ress.forEach((goal) => {
if (
- goal.goal_cate_name == "单位产品分布电耗(KW·h/t)"
+ goal.goal_cate_name == "单位产品分布电耗(kW·h/t)"
) {
monthGoal[0] = goal.goal_val;
monthGoal[1] = goal.goal_val_2;
@@ -485,7 +485,7 @@ export default {
that.monthGoal = monthGoal;
}
if (
- goal.goal_cate_name == "单位产品综合电耗(KW·h/t)"
+ goal.goal_cate_name == "单位产品综合电耗(kW·h/t)"
) {
monthGoal2[0] = goal.goal_val;
monthGoal2[1] = goal.goal_val_2;
@@ -597,7 +597,7 @@ export default {
that.monthGoal[ind] !== undefined
? that.monthGoal[ind]
: "/";
- //当期与目标差值(KW·h/t)
+ //当期与目标差值(kW·h/t)
let diff = 0;
if (arrs[2] !== "/") {
diff = (arrs[1] - arrs[2]).toFixed(2)
@@ -606,7 +606,7 @@ export default {
diff = "/";
}
arrs[3] = diff;
- //环期值(KW·h/t)上个月的值
+ //环期值(kW·h/t)上个月的值
let lastNum = 0;
if (index > 1) {
let num = index - 1;
@@ -624,7 +624,7 @@ export default {
: "/";
}
arrs[4] = lastNum;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastDiff = 0;
if (arrs[1] !== "/" && arrs[4] !== "/") {
@@ -671,7 +671,7 @@ export default {
arrs2[3] = 48;
arrs2[4] = 57;
arrs2[5] = 61;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastNum2 = 0,
lastDiff2 = 0;
if (index > 1) {
@@ -734,7 +734,7 @@ export default {
arrs3[3] = 94;
arrs3[4] = 100;
arrs3[5] = 109;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastNum3 = 0,
lastDiff3 = 0;
if (index > 1) {
@@ -797,7 +797,7 @@ export default {
arrs4[3] = 100;
arrs4[4] = 107;
arrs4[5] = 117;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastNum4 = 0,
lastDiff4 = 0;
if (index > 1) {
@@ -862,8 +862,8 @@ export default {
// arrs[0]=item[0];
// arrs[1]=item[1];
// arrs[2]=item[2];
- // //目标值(KW·h/t)//需要接口获取
- // //当期与目标差值(KW·h/t)
+ // //目标值(kW·h/t)//需要接口获取
+ // //当期与目标差值(kW·h/t)
// let diff = 0;
// if(item[2]!=='/'){
// diff = item[1]-item[2];
@@ -871,7 +871,7 @@ export default {
// diff = '/';
// }
// arrs[3]=diff;
- // //环期值(KW·h/t)上个月的值
+ // //环期值(kW·h/t)上个月的值
// let lastNum = 0;
// if(index>1){
// let num = index-1;
@@ -884,7 +884,7 @@ export default {
// lastNum = wrapArr0[12]?wrapArr0[12].elec_consume_unit:'/';
// }
// arrs[4]=lastNum;
- // //当期与环期差值(KW·h/t)
+ // //当期与环期差值(kW·h/t)
// let lastDiff = 0;
// if(arrs[1]!=='/'&&arrs[4]!=='/'){
@@ -918,8 +918,8 @@ export default {
// arrs[0]=item[0];
// arrs[1]=item[1];
// arrs[2]=item[2];
- // //目标值(KW·h/t)//需要接口获取
- // //当期与目标差值(KW·h/t)
+ // //目标值(kW·h/t)//需要接口获取
+ // //当期与目标差值(kW·h/t)
// let diff = 0;
// if(item[2]!=='/'){
// diff = item[1]-item[2];
@@ -927,7 +927,7 @@ export default {
// diff = '/';
// }
// arrs[3]=diff;
- // //环期值(KW·h/t)上个月的值
+ // //环期值(kW·h/t)上个月的值
// let lastNum = 0;
// if(index>1){
// let num = index-1;
@@ -940,7 +940,7 @@ export default {
// lastNum = wrapArr0[12]?wrapArr0[12].elec_consume_unit:'/';
// }
// arrs[4]=lastNum;
- // //当期与环期差值(KW·h/t)
+ // //当期与环期差值(kW·h/t)
// let lastDiff = 0;
// if(arrs[1]!=='/'&&arrs[4]!=='/'){
@@ -974,8 +974,8 @@ export default {
// arrs[0]=item[0];
// arrs[1]=item[1];
// arrs[2]=item[2];
- // //目标值(KW·h/t)//需要接口获取
- // //当期与目标差值(KW·h/t)
+ // //目标值(kW·h/t)//需要接口获取
+ // //当期与目标差值(kW·h/t)
// let diff = 0;
// if(item[2]!=='/'){
// diff = item[1]-item[2];
@@ -983,7 +983,7 @@ export default {
// diff = '/';
// }
// arrs[3]=diff;
- // //环期值(KW·h/t)上个月的值
+ // //环期值(kW·h/t)上个月的值
// let lastNum = 0;
// if(index>1){
// let num = index-1;
@@ -996,7 +996,7 @@ export default {
// lastNum = wrapArr0[12]?wrapArr0[12].elec_consume_unit:'/';
// }
// arrs[4]=lastNum;
- // //当期与环期差值(KW·h/t)
+ // //当期与环期差值(kW·h/t)
// let lastDiff = 0;
// if(arrs[1]!=='/'&&arrs[4]!=='/'){
diff --git a/src/views/enm_kilnbase/handoverLog.vue b/src/views/enm_kilnbase/handoverLog.vue
index d7782cd9..b562eb12 100644
--- a/src/views/enm_kilnbase/handoverLog.vue
+++ b/src/views/enm_kilnbase/handoverLog.vue
@@ -195,7 +195,7 @@
{{ reportItem.shut_hour }}
- 单位产品分布电耗(KW·h/t)
+ 单位产品分布电耗(kW·h/t)
|
{{ reportItem.elec_consume_unit }}
diff --git a/src/views/enm_kilnbase/power.vue b/src/views/enm_kilnbase/power.vue
index c01ab3f8..11741de6 100644
--- a/src/views/enm_kilnbase/power.vue
+++ b/src/views/enm_kilnbase/power.vue
@@ -233,9 +233,9 @@ export default {
searchDate: "",
tableName: "主要设备单位产品电耗数据表",
tableDatas: [
- ["尾排风机", "KW·h/t", "", "", ""],
- ["高温风机", "KW·h/t", "", "", ""],
- ["头排风机", "KW·h/t", "", "", ""],
+ ["尾排风机", "kW·h/t", "", "", ""],
+ ["高温风机", "kW·h/t", "", "", ""],
+ ["头排风机", "kW·h/t", "", "", ""],
],
modelValue: true,
type: "hour_s",
@@ -390,7 +390,7 @@ export default {
let index = that.mpoints.indexOf(item.mpoint_nickname);
let obj = [];
obj[0] = item.mpoint_nickname;
- obj[1] = "KW·h/t";
+ obj[1] = "kW·h/t";
obj[2] = item.elec_consume_unit;
obj[3] = 0;
obj[4] = 0;
@@ -424,7 +424,7 @@ export default {
} else {
let obj = [];
obj[0] = item.mpoint_nickname;
- obj[1] = "KW·h/t";
+ obj[1] = "kW·h/t";
obj[3] = item.elec_consume_unit;
obj[5] = item.mpoint;
that.tableDatas[index_d] = obj;
@@ -449,7 +449,7 @@ export default {
} else {
let obj = [];
obj[0] = item.mpoint_nickname;
- obj[1] = "KW·h/t";
+ obj[1] = "kW·h/t";
obj[4] = item.elec_consume_unit;
obj[5] = item.mpoint;
that.tableDatas[index_m] = obj;
diff --git a/src/views/enm_kilnbase/report.vue b/src/views/enm_kilnbase/report.vue
index 665fe208..46017fa6 100644
--- a/src/views/enm_kilnbase/report.vue
+++ b/src/views/enm_kilnbase/report.vue
@@ -403,8 +403,8 @@ export default {
["产量", "台时产量(t/h)", "/", 0, 0, 0, 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/t)", 0, 0, 0, 0, 0, 0, 0, 0],
+ ["能耗", "单位产品综合电耗(kW·h/t)", 0, 0, 0, 0, 0, 0, 0, 0],
["能耗", "单位产品标煤耗(kgce/t)", 0, 0, 0, 0, 0, 0, 0, 0],
["能耗", "单位产品综合能耗(kgce/t)", 0, 0, 0, 0, 0, 0, 0, 0],
],
@@ -729,13 +729,13 @@ export default {
that.tableDatas[3][8] = item5.goal_val;
} else if (
item5.goal_cate_name ==
- "单位产品分布电耗(KW·h/t)"
+ "单位产品分布电耗(kW·h/t)"
) {
that.tableDatas[4][6] = item5[str];
that.tableDatas[4][8] = item5.goal_val;
} else if (
item5.goal_cate_name ==
- "单位产品综合电耗(KW·h/t)"
+ "单位产品综合电耗(kW·h/t)"
) {
that.tableDatas[5][6] = item5[str];
that.tableDatas[5][8] = item5.goal_val;
diff --git a/src/views/enm_kilnbase/teamAnalysis.vue b/src/views/enm_kilnbase/teamAnalysis.vue
index 34b49c0f..2d24bfd9 100644
--- a/src/views/enm_kilnbase/teamAnalysis.vue
+++ b/src/views/enm_kilnbase/teamAnalysis.vue
@@ -183,9 +183,9 @@ export default {
arr.push(item.run_rate);
//煤耗
- arr[5] = item.elec_consume_unit; //当期值(KW·h/t)
- arr[6] = item.celec_consume_unit; //目标值(KW·h/t)//需要接口获取
- arr[7] = item.celec_consume_unit; //当期与目标差值(KW·h/t)
+ arr[5] = item.elec_consume_unit; //当期值(kW·h/t)
+ arr[6] = item.celec_consume_unit; //目标值(kW·h/t)//需要接口获取
+ arr[7] = item.celec_consume_unit; //当期与目标差值(kW·h/t)
let ind_pre = 0,
huanbi = 0;
if (item.month_s == 1) {
@@ -201,15 +201,15 @@ export default {
: "/"
: "/";
}
- arr[8] = huanbi; //环期值(KW·h/t)上个月的值
- arr[9] = item.celec_consume_unit; //当期与环期差值(KW·h/t)
+ arr[8] = huanbi; //环期值(kW·h/t)上个月的值
+ arr[9] = item.celec_consume_unit; //当期与环期差值(kW·h/t)
arr[10] = item.celec_consume_unit; //环比增长率(%)
arr[11] = item.celec_consume_unit; //同比增长率(%)
//电耗
- arr[12] = item.elec_consume_unit; //当期值(KW·h/t)
- arr[13] = item.celec_consume_unit; //目标值(KW·h/t)//需要接口获取
- arr[14] = item.celec_consume_unit; //当期与目标差值(KW·h/t)
+ arr[12] = item.elec_consume_unit; //当期值(kW·h/t)
+ arr[13] = item.celec_consume_unit; //目标值(kW·h/t)//需要接口获取
+ arr[14] = item.celec_consume_unit; //当期与目标差值(kW·h/t)
let ind_pre1 = 0,
huanbi1 = 0;
if (item.month_s == 1) {
@@ -225,8 +225,8 @@ export default {
: "/"
: "/";
}
- arr[15] = huanbi; //环期值(KW·h/t)上个月的值
- arr[16] = item.celec_consume_unit; //当期与环期差值(KW·h/t)
+ arr[15] = huanbi; //环期值(kW·h/t)上个月的值
+ arr[16] = item.celec_consume_unit; //当期与环期差值(kW·h/t)
arr[17] = item.celec_consume_unit; //环比增长率(%)
arr[18] = item.celec_consume_unit; //同比增长率(%)
arr[19] = item.celec_consume_unit; //同比增长率(%)
diff --git a/src/views/enm_kilnbase/workshopAnalysis.vue b/src/views/enm_kilnbase/workshopAnalysis.vue
index d1217d1b..a4c72f2a 100644
--- a/src/views/enm_kilnbase/workshopAnalysis.vue
+++ b/src/views/enm_kilnbase/workshopAnalysis.vue
@@ -55,11 +55,11 @@
|
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 当期与目标差值(KW·h/t) |
- 环期值(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 当期与目标差值(kW·h/t) |
+ 环期值(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
@@ -107,10 +107,10 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 国家标准(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 国家标准(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
@@ -157,10 +157,10 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 国家标准(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 国家标准(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
@@ -207,10 +207,10 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 国家标准(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 国家标准(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
@@ -348,7 +348,7 @@ export default {
monthGoal4 = [];
ress.forEach((goal) => {
if (
- goal.goal_cate_name == "单位产品分布电耗(KW·h/t)"
+ goal.goal_cate_name == "单位产品分布电耗(kW·h/t)"
) {
monthGoal[0] = goal.goal_val;
monthGoal[1] = goal.goal_val_2;
@@ -366,7 +366,7 @@ export default {
that.monthGoal = monthGoal;
}
if (
- goal.goal_cate_name == "单位产品综合电耗(KW·h/t)"
+ goal.goal_cate_name == "单位产品综合电耗(kW·h/t)"
) {
monthGoal2[0] = goal.goal_val;
monthGoal2[1] = goal.goal_val_2;
@@ -478,7 +478,7 @@ export default {
that.monthGoal[ind] !== undefined
? that.monthGoal[ind]
: "/";
- //当期与目标差值(KW·h/t)
+ //当期与目标差值(kW·h/t)
let diff = 0;
if (arrs[2] !== "/") {
diff = arrs[1] - arrs[2];
@@ -486,7 +486,7 @@ export default {
diff = "/";
}
arrs[3] = diff;
- //环期值(KW·h/t)上个月的值
+ //环期值(kW·h/t)上个月的值
let lastNum = 0;
if (index > 1) {
let num = index - 1;
@@ -504,7 +504,7 @@ export default {
: "/";
}
arrs[4] = lastNum;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastDiff = 0;
if (arrs[1] !== "/" && arrs[4] !== "/") {
@@ -549,7 +549,7 @@ export default {
arrs2[3] = 48;
arrs2[4] = 57;
arrs2[5] = 61;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastNum2 = 0,
lastDiff2 = 0;
if (index > 1) {
@@ -610,7 +610,7 @@ export default {
arrs3[3] = 94;
arrs3[4] = 100;
arrs3[5] = 109;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastNum3 = 0,
lastDiff3 = 0;
if (index > 1) {
@@ -671,7 +671,7 @@ export default {
arrs4[3] = 100;
arrs4[4] = 107;
arrs4[5] = 117;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastNum4 = 0,
lastDiff4 = 0;
if (index > 1) {
diff --git a/src/views/enm_limestone/report.vue b/src/views/enm_limestone/report.vue
index 3a1233a1..5ac3c970 100644
--- a/src/views/enm_limestone/report.vue
+++ b/src/views/enm_limestone/report.vue
@@ -345,7 +345,7 @@ export default {
},
tableDatas: [
["产量", "总产量(t)", 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],
],
searchDate: "",
tableName: "生产报告",
@@ -572,7 +572,7 @@ export default {
that.tableDatas[0][8] = item5.goal_val;
} else if (
item5.goal_cate_name ==
- "单位产品分布电耗(KW·h/t)"
+ "单位产品分布电耗(kW·h/t)"
) {
that.tableDatas[1][6] = item5[str];
that.tableDatas[1][8] = item5.goal_val;
diff --git a/src/views/enm_limestone/workshopAnalysis.vue b/src/views/enm_limestone/workshopAnalysis.vue
index ec1a721f..0cef50e8 100644
--- a/src/views/enm_limestone/workshopAnalysis.vue
+++ b/src/views/enm_limestone/workshopAnalysis.vue
@@ -43,11 +43,11 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 当期与目标差值(KW·h/t) |
- 环期值(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 当期与目标差值(kW·h/t) |
+ 环期值(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
@@ -156,7 +156,7 @@ export default {
let monthGoal = [];
ress.forEach((goal) => {
if (
- goal.goal_cate_name == "单位产品分布电耗(KW·h/t)"
+ goal.goal_cate_name == "单位产品分布电耗(kW·h/t)"
) {
monthGoal[0] = goal.goal_val;
monthGoal[1] = goal.goal_val_2;
@@ -213,7 +213,7 @@ export default {
let arr = [];
let time = "" + item.year_s + "." + item.month_s;
arr.push(time);
- arr.push(item.elec_consume_unit); //当期值(KW·h/t)
+ arr.push(item.elec_consume_unit); //当期值(kW·h/t)
arr[2] =
that.monthGoal[ind] !== undefined
? that.monthGoal[ind]
@@ -225,8 +225,8 @@ export default {
arrs[0] = item[0];
arrs[1] = item[1];
arrs[2] = item[2];
- //目标值(KW·h/t)//需要接口获取
- //当期与目标差值(KW·h/t)
+ //目标值(kW·h/t)//需要接口获取
+ //当期与目标差值(kW·h/t)
let diff = 0;
if (item[2] !== "/") {
diff = item[1] - item[2];
@@ -234,7 +234,7 @@ export default {
diff = "/";
}
arrs[3] = diff;
- //环期值(KW·h/t)上个月的值
+ //环期值(kW·h/t)上个月的值
let lastNum = 0;
if (index > 1) {
let num = index - 1;
@@ -252,7 +252,7 @@ export default {
: "/";
}
arrs[4] = lastNum;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastDiff = 0;
if (arrs[1] !== "/" && arrs[4] !== "/") {
diff --git a/src/views/enm_mill/handoverLog.vue b/src/views/enm_mill/handoverLog.vue
index faaf6f98..b4456813 100644
--- a/src/views/enm_mill/handoverLog.vue
+++ b/src/views/enm_mill/handoverLog.vue
@@ -207,7 +207,7 @@
{{ reportItem.shut_sec }}
|
- 分布电耗(KW·h/t) |
+ 分布电耗(kW·h/t) |
{{ reportItem.elec_consume_unit }}
|
diff --git a/src/views/enm_mill/power.vue b/src/views/enm_mill/power.vue
index a8388f6b..37f75cb6 100644
--- a/src/views/enm_mill/power.vue
+++ b/src/views/enm_mill/power.vue
@@ -245,8 +245,8 @@ export default {
mpoint: "",
tableName: "主要设备(100KW以上)单位产品电耗数据表",
tableDatas: [
- ["循环风机1906", "", "KW·h/t", "", "", ""],
- ["系统风机", "", "KW·h/t", "", "", ""],
+ ["循环风机1906", "", "kW·h/t", "", "", ""],
+ ["系统风机", "", "kW·h/t", "", "", ""],
],
tableData: [],
modelValue: true,
@@ -507,7 +507,7 @@ export default {
let obj = [];
obj[0] = item.ep_monitored_name?item.ep_monitored_name:item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;
obj[1] = item.ep_monitored_number;
- obj[2] = "KW·h/t";
+ obj[2] = "kW·h/t";
obj[3] = item.elec_consume_unit;
obj[6] = item.mpoint;
that.tableDatas[index] = obj;
@@ -544,7 +544,7 @@ export default {
let obj = [];
obj[0] = item.ep_monitored_name?item.ep_monitored_name:item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;
obj[1] = item.ep_monitored_number;
- obj[2] = "KW·h/t";
+ obj[2] = "kW·h/t";
obj[4] = item.elec_consume_unit;
obj[6] = item.mpoint;
that.tableDatas[index_d] = obj;
@@ -571,7 +571,7 @@ export default {
let obj = [];
obj[0] = item.ep_monitored_name?item.ep_monitored_name:item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;
obj[1] = item.ep_monitored_number;
- obj[2] = "KW·h/t";
+ obj[2] = "kW·h/t";
obj[5] = item.elec_consume_unit;
obj[6] = item.mpoint;
that.tableDatas[index_m] = obj;
diff --git a/src/views/enm_mill/report.vue b/src/views/enm_mill/report.vue
index c1a9b74b..f83f1d27 100644
--- a/src/views/enm_mill/report.vue
+++ b/src/views/enm_mill/report.vue
@@ -409,9 +409,9 @@ export default {
["产量", "台时产量(t/h)", "/", 0, 0, 0, 0, 0, 0, 0],
["运转时间", "运转时间(h)", "/", 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],
["能耗", "单位产品综合能耗(kgce/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],
],
tableName: "生产报告",
@@ -716,7 +716,7 @@ export default {
// that.tableDatas[3][8] = item5.goal_val;
} else if (
item5.goal_cate_name ==
- "单位产品分布电耗(KW·h/t)"
+ "单位产品分布电耗(kW·h/t)"
) {
that.tableDatas[4][6] = item5[str];
that.tableDatas[4][8] = item5.goal_val;
diff --git a/src/views/enm_mill/teamAnalysis.vue b/src/views/enm_mill/teamAnalysis.vue
index d55bb0f7..c7866d76 100644
--- a/src/views/enm_mill/teamAnalysis.vue
+++ b/src/views/enm_mill/teamAnalysis.vue
@@ -58,8 +58,8 @@
比表面积(%) |
SO3(%) |
掺量(%) |
- 原料循环风机(KW·h/t) |
- 系统风机(KW·h/t) |
+ 原料循环风机(kW·h/t) |
+ 系统风机(kW·h/t) |
目标值(kW·h/t) |
当期值(kW·h/t) |
当期与目标值差值(kW·h/t) |
@@ -129,7 +129,7 @@ export default {
this.$API.mtm.goal.list.req(params).then((res) => {
if (res.length > 0) {
res.forEach((item) => {
- if (item.goal_cate_name == "单位产品分布电耗(KW·h/t)") {
+ if (item.goal_cate_name == "单位产品分布电耗(kW·h/t)") {
this.getData(item);
}
})
@@ -225,13 +225,13 @@ export default {
let keyVale = "goal_val_" + n;
if (goalData.length > 0){
goalData.forEach((item) => {
- if (item.goal_cate_name == "单位产品分布电耗(KW·h/t)"){
- arr[11] = item[keyVale]; //目标值(KW·h/t)//需要接口获取
+ if (item.goal_cate_name == "单位产品分布电耗(kW·h/t)"){
+ arr[11] = item[keyVale]; //目标值(kW·h/t)//需要接口获取
}
});
};
- arr[12] = item.elec_consume_unit; //当期值(KW·h/t)
- arr[13] = (item.elec_consume_unit - arr[11]).toFixed(2); //当期与目标差值(KW·h/t)
+ arr[12] = item.elec_consume_unit; //当期值(kW·h/t)
+ arr[13] = (item.elec_consume_unit - arr[11]).toFixed(2); //当期与目标差值(kW·h/t)
let ind_pre = 0,
huanqi = 0,
huanqicha = 0,
@@ -250,13 +250,13 @@ export default {
}
})
}
- arr[14] = huanqi; //环期值(KW·h/t)上个月的值
+ arr[14] = huanqi; //环期值(kW·h/t)上个月的值
if (huanqi !== "/") {
huanqicha = (item.elec_consume_unit - huanqi).toFixed(2);
} else {
huanqicha = item.elec_consume_unit;
}
- arr[15] = huanqicha; //当期与环期差值(KW·h/t)
+ arr[15] = huanqicha; //当期与环期差值(kW·h/t)
arr[16] =
huanqi != "/" && huanqicha!=0 && huanqi!=0 ? ((huanqicha / huanqi) * 100).toFixed(2) :"/" ; //环比增长率(%)
if (wrapArr0[n]) {
diff --git a/src/views/enm_mill/workshopAnalysis.vue b/src/views/enm_mill/workshopAnalysis.vue
index a8f3c59d..61042ae6 100644
--- a/src/views/enm_mill/workshopAnalysis.vue
+++ b/src/views/enm_mill/workshopAnalysis.vue
@@ -57,10 +57,10 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 国家标准(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 国家标准(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
分析说明 |
@@ -120,10 +120,10 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 国家标准(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 国家标准(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
分析说明 |
@@ -260,7 +260,7 @@ export default {
let monthGoal2 = [];
ress.forEach((goal) => {
if (
- goal.goal_cate_name == "单位产品分布电耗(KW·h/t)"
+ goal.goal_cate_name == "单位产品分布电耗(kW·h/t)"
) {
monthGoal[0] = goal.goal_val;
monthGoal[1] = goal.goal_val_2;
@@ -335,12 +335,12 @@ export default {
let arr = [];
let time = "" + item.year_s + "." + item.month_s;
arr.push(time);
- arr.push(item.elec_consume_unit); //当期值(KW·h/t)
+ arr.push(item.elec_consume_unit); //当期值(kW·h/t)
arr[2] =
that.monthGoal[ind] !== undefined
? that.monthGoal[ind]
: "/";
- arr.push(item.cen_consume_unit); //综合能耗当期值(KW·h/t)
+ arr.push(item.cen_consume_unit); //综合能耗当期值(kW·h/t)
arr[4] = that.monthGoal2[ind] !== undefined
? that.monthGoal2[ind]
: "/";
@@ -358,7 +358,7 @@ export default {
arrs[3] = 26;
arrs[4] = 29;
arrs[5] = 34;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastNum = 0,
lastDiff = 0;
if (index > 0) {
@@ -421,7 +421,7 @@ export default {
arrs2[3] = 80;
arrs2[4] = 87;
arrs2[5] = 94;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastNum2 = 0,
lastDiff2 = 0;
if (index >= 1) {
diff --git a/src/views/enm_pack/handoverLog.vue b/src/views/enm_pack/handoverLog.vue
index b71e368f..3d3e0e5d 100644
--- a/src/views/enm_pack/handoverLog.vue
+++ b/src/views/enm_pack/handoverLog.vue
@@ -190,7 +190,7 @@
{{ reportItem.total_production }}
- 单位产品分布电耗(KW·h/t)
+ 单位产品分布电耗(kW·h/t)
|
{{ reportItem.elec_consume_unit }}
diff --git a/src/views/enm_pack/report.vue b/src/views/enm_pack/report.vue
index 14ee43bc..09757fc2 100644
--- a/src/views/enm_pack/report.vue
+++ b/src/views/enm_pack/report.vue
@@ -345,8 +345,8 @@ export default {
["出厂水泥", "袋装水泥(t)", 0,0, 0, 0],
["出厂水泥", "出厂水泥合计(t)", 0,0, 0, 0, 0, 0, 0, 0],
["出厂熟料", "熟料(t)", 0,0, 0, 0],
- ["能耗", "单位产品分布电耗(KW·h/t)", 0,0, 0, 0],
- ["能耗", "总电耗(KW·h)", 0,0, 0, 0],
+ ["能耗", "单位产品分布电耗(kW·h/t)", 0,0, 0, 0],
+ ["能耗", "总电耗(kW·h)", 0,0, 0, 0],
],
tableName: "生产报告",
diff --git a/src/views/enm_pack/teamAnalysis.vue b/src/views/enm_pack/teamAnalysis.vue
index f39e8f0d..24980eed 100644
--- a/src/views/enm_pack/teamAnalysis.vue
+++ b/src/views/enm_pack/teamAnalysis.vue
@@ -175,11 +175,11 @@ export default {
arr.push(item.team_name);
arr.push(item.total_production);
- arr[3] = item.elec_consume_unit; //当期值(KW·h/t)
+ arr[3] = item.elec_consume_unit; //当期值(kW·h/t)
let keyVale = "goal_val_" + n;
- arr[4] = goalData[keyVale]; //目标值(KW·h/t)//需要接口获取
- arr[5] = (arr[3] - arr[4]).toFixed(2); //当期与目标差值(KW·h/t)
+ arr[4] = goalData[keyVale]; //目标值(kW·h/t)//需要接口获取
+ arr[5] = (arr[3] - arr[4]).toFixed(2); //当期与目标差值(kW·h/t)
let ind_pre = 0,
huanbi = 0;
if (item.month_s == 1) {
@@ -195,17 +195,17 @@ export default {
}
})
}
- arr[6] = huanbi; //环期值(KW·h/t)上个月的值\
+ arr[6] = huanbi; //环期值(kW·h/t)上个月的值\
if (arr[6] !== "/"){
- arr[7] = (arr[3] - arr[6]).toFixed(2); //当期与环期差值(KW·h/t)
+ arr[7] = (arr[3] - arr[6]).toFixed(2); //当期与环期差值(kW·h/t)
}else{
- arr[7] = "/"; //当期与环期差值(KW·h/t)
+ arr[7] = "/"; //当期与环期差值(kW·h/t)
}
// console.log(arr[7], arr[6])
if (arr[7] !=="/" && arr[6] !==0 && arr[7] !== "undefined"){
arr[8] = ((arr[7]/arr[6])*100).toFixed(2);
}else{
- arr[8] = "/"; //环比增长率(%)= 当期与环期差值(KW·h/t)/环期值(KW·h/t)*100%
+ arr[8] = "/"; //环比增长率(%)= 当期与环期差值(kW·h/t)/环期值(kW·h/t)*100%
}
let sameRate = 0;
if (
diff --git a/src/views/enm_pack/workshopAnalysis.vue b/src/views/enm_pack/workshopAnalysis.vue
index 0e1dcee0..ad53656e 100644
--- a/src/views/enm_pack/workshopAnalysis.vue
+++ b/src/views/enm_pack/workshopAnalysis.vue
@@ -44,11 +44,11 @@
|
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 当期与目标差值(KW·h/t) |
- 环期值(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 当期与目标差值(kW·h/t) |
+ 环期值(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
分析说明 |
@@ -171,7 +171,7 @@ export default {
let monthGoal = [];
ress.forEach((goal) => {
if (
- goal.goal_cate_name == "单位产品分布电耗(KW·h/t)"
+ goal.goal_cate_name == "单位产品分布电耗(kW·h/t)"
) {
monthGoal[0] = goal.goal_val;
monthGoal[1] = goal.goal_val_2;
@@ -228,7 +228,7 @@ export default {
let arr = [];
let time = "" + item.year_s + "." + item.month_s;
arr.push(time);
- arr.push(item.elec_consume_unit); //当期值(KW·h/t)
+ arr.push(item.elec_consume_unit); //当期值(kW·h/t)
arr[2] =
that.monthGoal[ind] !== undefined
? that.monthGoal[ind]
@@ -242,8 +242,8 @@ export default {
arrs[0] = item[0];
arrs[1] = item[1];
arrs[2] = item[2];
- //目标值(KW·h/t)//需要接口获取
- //当期与目标差值(KW·h/t)
+ //目标值(kW·h/t)//需要接口获取
+ //当期与目标差值(kW·h/t)
let diff = 0;
if (item[2] !== "/") {
diff = (item[1] - item[2]).toFixed(2);
@@ -251,7 +251,7 @@ export default {
diff = "/";
}
arrs[3] = diff;
- //环期值(KW·h/t)上个月的值
+ //环期值(kW·h/t)上个月的值
let lastNum = 0;
if (index > 1) {
let num = index - 1;
@@ -269,7 +269,7 @@ export default {
: "/";
}
arrs[4] = lastNum;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastDiff = 0;
if (arrs[1] !== "/" && arrs[4] !== "/") {
diff --git a/src/views/enm_rm/power.vue b/src/views/enm_rm/power.vue
index fd3ddda3..6ccce9cc 100644
--- a/src/views/enm_rm/power.vue
+++ b/src/views/enm_rm/power.vue
@@ -237,11 +237,11 @@ export default {
mpoint: "",
tableName: "主要设备(100KW以上)单位产品电耗数据表",
tableDatas: [
- ["立磨主电机", "", "KW·h/t", "", "", ""],
- ["循环风机", "", "KW·h/t", "", "", ""],
- // ['烘干破主','','KW·h/t','','',''],
- // ['废气风机','','KW·h/t','','',''],
- // ['尾排风机','','KW·h/t','','',''],
+ ["立磨主电机", "", "kW·h/t", "", "", ""],
+ ["循环风机", "", "kW·h/t", "", "", ""],
+ // ['烘干破主','','kW·h/t','','',''],
+ // ['废气风机','','kW·h/t','','',''],
+ // ['尾排风机','','kW·h/t','','',''],
],
tableData: [],
modelValue: true,
@@ -484,7 +484,7 @@ export default {
let obj = [];
obj[0] = item.ep_monitored_name?item.ep_monitored_name:item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;
obj[1] = item.ep_monitored_number;
- obj[2] = "KW·h/t";
+ obj[2] = "kW·h/t";
obj[3] = item.elec_consume_unit;
obj[4] = 0;
obj[5] = 0;
@@ -523,7 +523,7 @@ export default {
let obj = [];
obj[0] = item.ep_monitored_name?item.ep_monitored_name:item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;
obj[1] = item.ep_monitored_number;
- obj[2] = "KW·h/t";
+ obj[2] = "kW·h/t";
obj[4] = item.elec_consume_unit;
obj[6] = item.mpoint;
that.tableDatas[index_d] = obj;
@@ -553,7 +553,7 @@ export default {
let obj = [];
obj[0] = item.ep_monitored_name?item.ep_monitored_name:item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;
obj[1] = item.ep_monitored_number;
- obj[2] = "KW·h/t";
+ obj[2] = "kW·h/t";
obj[5] = item.elec_consume_unit;
obj[6] = item.mpoint;
that.tableDatas[index_m] = obj;
diff --git a/src/views/enm_rm/report.vue b/src/views/enm_rm/report.vue
index 560951b5..d7d5566b 100644
--- a/src/views/enm_rm/report.vue
+++ b/src/views/enm_rm/report.vue
@@ -391,8 +391,8 @@ export default {
["产量", "台时产量(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, "/", "/", "/","/"],
+ ["能耗", "生料分布电耗(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],
],
tableName: "生产报告",
@@ -852,7 +852,7 @@ export default {
// that.tableDatas[3][8] = item5.goal_val;
} else if (
item5.goal_cate_name ==
- "单位产品分布电耗(KW·h/t)"
+ "单位产品分布电耗(kW·h/t)"
) {
that.tableDatas[4][6] = item5[str];
that.tableDatas[4][8] = item5.goal_val;
diff --git a/src/views/enm_rm/teamAnalysis.vue b/src/views/enm_rm/teamAnalysis.vue
index f2db03f7..f8413427 100644
--- a/src/views/enm_rm/teamAnalysis.vue
+++ b/src/views/enm_rm/teamAnalysis.vue
@@ -62,14 +62,14 @@
Fe₂O₃(%) |
水分(%) |
CaO(%) |
- 循环风机(KW·h/t) |
- 立磨主电机(KW·h/t) |
+ 循环风机(kW·h/t) |
+ 立磨主电机(kW·h/t) |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 当期与目标差值(KW·h/t) |
- 环期值(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 当期与目标差值(kW·h/t) |
+ 环期值(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
@@ -121,7 +121,7 @@ export default {
this.$API.mtm.goal.list.req(params).then((res) => {
if (res.length > 0) {
res.forEach((item) => {
- if (item.goal_cate_name == "单位产品分布电耗(KW·h/t)") {
+ if (item.goal_cate_name == "单位产品分布电耗(kW·h/t)") {
that.getData(item);
}
})
@@ -140,7 +140,7 @@ export default {
this.$API.mtm.goal.list.req(params).then((res) => {
if (res.length > 0) {
res.forEach((item) => {
- if (item.goal_cate_name == "单位产品分布电耗(KW·h/t)") {
+ if (item.goal_cate_name == "单位产品分布电耗(kW·h/t)") {
this.getData(item);
}
})
@@ -247,10 +247,10 @@ export default {
? item.立磨主电机_consume_unit
: "/";
//
- arr[15] = item.elec_consume_unit; //当期值(KW·h/t)
+ arr[15] = item.elec_consume_unit; //当期值(kW·h/t)
let keyVale = "goal_val_" + n;
- arr[16] = goalData[keyVale]?goalData[keyVale]:0; //目标值(KW·h/t)//需要接口获取
- arr[17] = (arr[15] - arr[16]).toFixed(2); //当期与目标差值(KW·h/t)
+ arr[16] = goalData[keyVale]?goalData[keyVale]:0; //目标值(kW·h/t)//需要接口获取
+ arr[17] = (arr[15] - arr[16]).toFixed(2); //当期与目标差值(kW·h/t)
let ind_pre = 0,
huanbi = 0;
if (item.month_s == 1) {
@@ -266,18 +266,18 @@ export default {
}
})
}
- arr[18] = huanbi; //环期值(KW·h/t)上个月的值
- //当期与环期差值(KW·h/t)
+ arr[18] = huanbi; //环期值(kW·h/t)上个月的值
+ //当期与环期差值(kW·h/t)
if (arr[19] !== "/"){
- arr[19] = (arr[15] - arr[18]).toFixed(2); //当期与环期差值(KW·h/t)
+ arr[19] = (arr[15] - arr[18]).toFixed(2); //当期与环期差值(kW·h/t)
}else{
- arr[19] = "/"; //当期与环期差值(KW·h/t)
+ arr[19] = "/"; //当期与环期差值(kW·h/t)
}
arr[20] = 0; //环比增长率(%)
if (arr[18] !=="/" && arr[19] !==0 && arr[19] !== "undefined" && arr[18] !== 0){
arr[20] = ((arr[19]/arr[18])*100).toFixed(2);
}else{
- arr[20] = "/"; //环比增长率(%)= 当期与环期差值(KW·h/t)/环期值(KW·h/t)*100%
+ arr[20] = "/"; //环比增长率(%)= 当期与环期差值(kW·h/t)/环期值(kW·h/t)*100%
}
arr[21] = item.celec_consume_unit; //同比增长率(%)
diff --git a/src/views/enm_rm/workshopAnalysis.vue b/src/views/enm_rm/workshopAnalysis.vue
index 89f41cc3..090b361d 100644
--- a/src/views/enm_rm/workshopAnalysis.vue
+++ b/src/views/enm_rm/workshopAnalysis.vue
@@ -44,11 +44,11 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 当期与目标差值(KW·h/t) |
- 环期值(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 当期与目标差值(kW·h/t) |
+ 环期值(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
分析说明 |
@@ -172,7 +172,7 @@ export default {
let monthGoal = [];
ress.forEach((goal) => {
if (
- goal.goal_cate_name == "单位产品分布电耗(KW·h/t)"
+ goal.goal_cate_name == "单位产品分布电耗(kW·h/t)"
) {
monthGoal[0] = goal.goal_val;
monthGoal[1] = goal.goal_val_2;
@@ -228,7 +228,7 @@ export default {
let arr = [];
let time = "" + item.year_s + "." + item.month_s;
arr.push(time);
- arr.push(item.elec_consume_unit); //当期值(KW·h/t)
+ arr.push(item.elec_consume_unit); //当期值(kW·h/t)
arr[2] =
that.monthGoal[ind] !== undefined
? that.monthGoal[ind]
@@ -242,8 +242,8 @@ export default {
arrs[0] = item[0];
arrs[1] = item[1];
arrs[2] = item[2];
- //目标值(KW·h/t)//需要接口获取
- //当期与目标差值(KW·h/t)
+ //目标值(kW·h/t)//需要接口获取
+ //当期与目标差值(kW·h/t)
let diff = 0;
if (item[2] !== "/") {
diff = (item[1] - item[2]).toFixed(2);
@@ -251,7 +251,7 @@ export default {
diff = "/";
}
arrs[3] = diff;
- //环期值(KW·h/t)上个月的值
+ //环期值(kW·h/t)上个月的值
let lastNum = 0;
if (index > 0) {
let num = index - 1;
@@ -269,7 +269,7 @@ export default {
: "/";
}
arrs[4] = lastNum;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastDiff = 0;
if (arrs[1] !== "/" && arrs[4] !== "/") {
diff --git a/src/views/enm_rm_copy/power.vue b/src/views/enm_rm_copy/power.vue
index fd3ddda3..6ccce9cc 100644
--- a/src/views/enm_rm_copy/power.vue
+++ b/src/views/enm_rm_copy/power.vue
@@ -237,11 +237,11 @@ export default {
mpoint: "",
tableName: "主要设备(100KW以上)单位产品电耗数据表",
tableDatas: [
- ["立磨主电机", "", "KW·h/t", "", "", ""],
- ["循环风机", "", "KW·h/t", "", "", ""],
- // ['烘干破主','','KW·h/t','','',''],
- // ['废气风机','','KW·h/t','','',''],
- // ['尾排风机','','KW·h/t','','',''],
+ ["立磨主电机", "", "kW·h/t", "", "", ""],
+ ["循环风机", "", "kW·h/t", "", "", ""],
+ // ['烘干破主','','kW·h/t','','',''],
+ // ['废气风机','','kW·h/t','','',''],
+ // ['尾排风机','','kW·h/t','','',''],
],
tableData: [],
modelValue: true,
@@ -484,7 +484,7 @@ export default {
let obj = [];
obj[0] = item.ep_monitored_name?item.ep_monitored_name:item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;
obj[1] = item.ep_monitored_number;
- obj[2] = "KW·h/t";
+ obj[2] = "kW·h/t";
obj[3] = item.elec_consume_unit;
obj[4] = 0;
obj[5] = 0;
@@ -523,7 +523,7 @@ export default {
let obj = [];
obj[0] = item.ep_monitored_name?item.ep_monitored_name:item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;
obj[1] = item.ep_monitored_number;
- obj[2] = "KW·h/t";
+ obj[2] = "kW·h/t";
obj[4] = item.elec_consume_unit;
obj[6] = item.mpoint;
that.tableDatas[index_d] = obj;
@@ -553,7 +553,7 @@ export default {
let obj = [];
obj[0] = item.ep_monitored_name?item.ep_monitored_name:item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;
obj[1] = item.ep_monitored_number;
- obj[2] = "KW·h/t";
+ obj[2] = "kW·h/t";
obj[5] = item.elec_consume_unit;
obj[6] = item.mpoint;
that.tableDatas[index_m] = obj;
diff --git a/src/views/enm_rm_copy/report.vue b/src/views/enm_rm_copy/report.vue
index dc5c3dc2..87b0998d 100644
--- a/src/views/enm_rm_copy/report.vue
+++ b/src/views/enm_rm_copy/report.vue
@@ -407,8 +407,8 @@ export default {
["产量", "台时产量(t/h)", "/", 0, 0, 0, 0, 0, 0, 0],
["运转时间", "运转时间(h)", "/", 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/t)", 0, 0, 0, 0, 0, 0, 0, 0],
+ ["能耗", "总电耗(kW·h)", 0, 0, 0, 0, "/", "/", "/","/"],
["成本", "生料成本(元/吨)", 0, 0, 0, 0, 0, 0, 0, 0],
],
tableName: "生产报告",
@@ -904,7 +904,7 @@ export default {
// that.tableDatas[3][8] = item5.goal_val;
} else if (
item5.goal_cate_name ==
- "单位产品分布电耗(KW·h/t)"
+ "单位产品分布电耗(kW·h/t)"
) {
that.tableDatas[4][6] = item5[str];
that.tableDatas[4][8] = item5.goal_val;
diff --git a/src/views/enm_rm_copy/teamAnalysis.vue b/src/views/enm_rm_copy/teamAnalysis.vue
index f2db03f7..f8413427 100644
--- a/src/views/enm_rm_copy/teamAnalysis.vue
+++ b/src/views/enm_rm_copy/teamAnalysis.vue
@@ -62,14 +62,14 @@
Fe₂O₃(%) |
水分(%) |
CaO(%) |
- 循环风机(KW·h/t) |
- 立磨主电机(KW·h/t) |
+ 循环风机(kW·h/t) |
+ 立磨主电机(kW·h/t) |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 当期与目标差值(KW·h/t) |
- 环期值(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 当期与目标差值(kW·h/t) |
+ 环期值(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
@@ -121,7 +121,7 @@ export default {
this.$API.mtm.goal.list.req(params).then((res) => {
if (res.length > 0) {
res.forEach((item) => {
- if (item.goal_cate_name == "单位产品分布电耗(KW·h/t)") {
+ if (item.goal_cate_name == "单位产品分布电耗(kW·h/t)") {
that.getData(item);
}
})
@@ -140,7 +140,7 @@ export default {
this.$API.mtm.goal.list.req(params).then((res) => {
if (res.length > 0) {
res.forEach((item) => {
- if (item.goal_cate_name == "单位产品分布电耗(KW·h/t)") {
+ if (item.goal_cate_name == "单位产品分布电耗(kW·h/t)") {
this.getData(item);
}
})
@@ -247,10 +247,10 @@ export default {
? item.立磨主电机_consume_unit
: "/";
//
- arr[15] = item.elec_consume_unit; //当期值(KW·h/t)
+ arr[15] = item.elec_consume_unit; //当期值(kW·h/t)
let keyVale = "goal_val_" + n;
- arr[16] = goalData[keyVale]?goalData[keyVale]:0; //目标值(KW·h/t)//需要接口获取
- arr[17] = (arr[15] - arr[16]).toFixed(2); //当期与目标差值(KW·h/t)
+ arr[16] = goalData[keyVale]?goalData[keyVale]:0; //目标值(kW·h/t)//需要接口获取
+ arr[17] = (arr[15] - arr[16]).toFixed(2); //当期与目标差值(kW·h/t)
let ind_pre = 0,
huanbi = 0;
if (item.month_s == 1) {
@@ -266,18 +266,18 @@ export default {
}
})
}
- arr[18] = huanbi; //环期值(KW·h/t)上个月的值
- //当期与环期差值(KW·h/t)
+ arr[18] = huanbi; //环期值(kW·h/t)上个月的值
+ //当期与环期差值(kW·h/t)
if (arr[19] !== "/"){
- arr[19] = (arr[15] - arr[18]).toFixed(2); //当期与环期差值(KW·h/t)
+ arr[19] = (arr[15] - arr[18]).toFixed(2); //当期与环期差值(kW·h/t)
}else{
- arr[19] = "/"; //当期与环期差值(KW·h/t)
+ arr[19] = "/"; //当期与环期差值(kW·h/t)
}
arr[20] = 0; //环比增长率(%)
if (arr[18] !=="/" && arr[19] !==0 && arr[19] !== "undefined" && arr[18] !== 0){
arr[20] = ((arr[19]/arr[18])*100).toFixed(2);
}else{
- arr[20] = "/"; //环比增长率(%)= 当期与环期差值(KW·h/t)/环期值(KW·h/t)*100%
+ arr[20] = "/"; //环比增长率(%)= 当期与环期差值(kW·h/t)/环期值(kW·h/t)*100%
}
arr[21] = item.celec_consume_unit; //同比增长率(%)
diff --git a/src/views/enm_rm_copy/workshopAnalysis.vue b/src/views/enm_rm_copy/workshopAnalysis.vue
index 89f41cc3..090b361d 100644
--- a/src/views/enm_rm_copy/workshopAnalysis.vue
+++ b/src/views/enm_rm_copy/workshopAnalysis.vue
@@ -44,11 +44,11 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 当期与目标差值(KW·h/t) |
- 环期值(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 当期与目标差值(kW·h/t) |
+ 环期值(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
分析说明 |
@@ -172,7 +172,7 @@ export default {
let monthGoal = [];
ress.forEach((goal) => {
if (
- goal.goal_cate_name == "单位产品分布电耗(KW·h/t)"
+ goal.goal_cate_name == "单位产品分布电耗(kW·h/t)"
) {
monthGoal[0] = goal.goal_val;
monthGoal[1] = goal.goal_val_2;
@@ -228,7 +228,7 @@ export default {
let arr = [];
let time = "" + item.year_s + "." + item.month_s;
arr.push(time);
- arr.push(item.elec_consume_unit); //当期值(KW·h/t)
+ arr.push(item.elec_consume_unit); //当期值(kW·h/t)
arr[2] =
that.monthGoal[ind] !== undefined
? that.monthGoal[ind]
@@ -242,8 +242,8 @@ export default {
arrs[0] = item[0];
arrs[1] = item[1];
arrs[2] = item[2];
- //目标值(KW·h/t)//需要接口获取
- //当期与目标差值(KW·h/t)
+ //目标值(kW·h/t)//需要接口获取
+ //当期与目标差值(kW·h/t)
let diff = 0;
if (item[2] !== "/") {
diff = (item[1] - item[2]).toFixed(2);
@@ -251,7 +251,7 @@ export default {
diff = "/";
}
arrs[3] = diff;
- //环期值(KW·h/t)上个月的值
+ //环期值(kW·h/t)上个月的值
let lastNum = 0;
if (index > 0) {
let num = index - 1;
@@ -269,7 +269,7 @@ export default {
: "/";
}
arrs[4] = lastNum;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastDiff = 0;
if (arrs[1] !== "/" && arrs[4] !== "/") {
diff --git a/src/views/enm_rmbase/power.vue b/src/views/enm_rmbase/power.vue
index 76cd792d..11e6f7f6 100644
--- a/src/views/enm_rmbase/power.vue
+++ b/src/views/enm_rmbase/power.vue
@@ -225,8 +225,8 @@ export default {
searchDate: "",
tableName: "主要设备单位产品电耗数据表",
tableDatas: [
- // ["辊压机", "KW·h/t", "", "", ""],
- // ["循环风机", "KW·h/t", "", "", ""],
+ // ["辊压机", "kW·h/t", "", "", ""],
+ // ["循环风机", "kW·h/t", "", "", ""],
],
modelValue: true,
type: "hour_s",
@@ -380,7 +380,7 @@ export default {
let index = that.mpoints.indexOf(item.mpoint_nickname);
let obj = [];
obj[0] = item.mpoint_nickname;
- obj[1] = "KW·h/t";
+ obj[1] = "kW·h/t";
obj[2] = item.elec_consume_unit;
obj[3] = 0;
obj[4] = 0;
@@ -414,7 +414,7 @@ export default {
} else {
let obj = [];
obj[0] = item.mpoint_nickname;
- obj[1] = "KW·h/t";
+ obj[1] = "kW·h/t";
obj[3] = item.elec_consume_unit;
obj[5] = item.mpoint;
that.tableDatas[index_d] = obj;
@@ -440,7 +440,7 @@ export default {
} else {
let obj = [];
obj[0] = item.mpoint_nickname;
- obj[1] = "KW·h/t";
+ obj[1] = "kW·h/t";
obj[4] = item.elec_consume_unit;
obj[5] = item.mpoint;
that.tableDatas[index_m] = obj;
diff --git a/src/views/enm_rmbase/report.vue b/src/views/enm_rmbase/report.vue
index 8a702961..5ff54a75 100644
--- a/src/views/enm_rmbase/report.vue
+++ b/src/views/enm_rmbase/report.vue
@@ -399,7 +399,7 @@ export default {
["产量", "台时产量(t/h)", "/", 0, 0, 0, 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],
],
tableName: "生产报告",
modelValue: true,
@@ -691,7 +691,7 @@ export default {
that.tableDatas[3][8] = item5.goal_val;
} else if (
item5.goal_cate_name ==
- "单位产品分布电耗(KW·h/t)"
+ "单位产品分布电耗(kW·h/t)"
) {
that.tableDatas[4][6] = item5[str];
that.tableDatas[4][8] = item5.goal_val;
diff --git a/src/views/enm_rmbase/teamAnalysis.vue b/src/views/enm_rmbase/teamAnalysis.vue
index 09f9f330..ae66f471 100644
--- a/src/views/enm_rmbase/teamAnalysis.vue
+++ b/src/views/enm_rmbase/teamAnalysis.vue
@@ -50,11 +50,11 @@
总产量(t) |
台时产量(t/h) |
运转率(%) |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 当期与目标差值(KW·h/t) |
- 环期值(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 当期与目标差值(kW·h/t) |
+ 环期值(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
@@ -168,10 +168,10 @@ export default {
arr.push(item.run_rate);
//
- arr[5] = item.elec_consume_unit; //当期值(KW·h/t)
+ arr[5] = item.elec_consume_unit; //当期值(kW·h/t)
let keyVale = "goal_val_" + n;
- arr[6] = goalData[keyVale]; //目标值(KW·h/t)//需要接口获取
- arr[7] = item.celec_consume_unit - arr[16]; //当期与目标差值(KW·h/t)
+ arr[6] = goalData[keyVale]; //目标值(kW·h/t)//需要接口获取
+ arr[7] = item.celec_consume_unit - arr[16]; //当期与目标差值(kW·h/t)
let ind_pre = 0,
huanbi = 0;
if (item.month_s == 1) {
@@ -187,8 +187,8 @@ export default {
: "/"
: "/";
}
- arr[8] = huanbi; //环期值(KW·h/t)上个月的值
- arr[9] = item.celec_consume_unit; //当期与环期差值(KW·h/t)
+ arr[8] = huanbi; //环期值(kW·h/t)上个月的值
+ arr[9] = item.celec_consume_unit; //当期与环期差值(kW·h/t)
arr[10] = item.celec_consume_unit; //环比增长率(%)
arr[11] = item.celec_consume_unit; //同比增长率(%)
arr[12] = item.celec_consume_unit; //同比增长率(%)
diff --git a/src/views/enm_rmbase/workshopAnalysis.vue b/src/views/enm_rmbase/workshopAnalysis.vue
index 7f79a196..80d89e15 100644
--- a/src/views/enm_rmbase/workshopAnalysis.vue
+++ b/src/views/enm_rmbase/workshopAnalysis.vue
@@ -43,11 +43,11 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 当期与目标差值(KW·h/t) |
- 环期值(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 当期与目标差值(kW·h/t) |
+ 环期值(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
@@ -156,7 +156,7 @@ export default {
let monthGoal = [];
ress.forEach((goal) => {
if (
- goal.goal_cate_name == "单位产品分布电耗(KW·h/t)"
+ goal.goal_cate_name == "单位产品分布电耗(kW·h/t)"
) {
monthGoal[0] = goal.goal_val;
monthGoal[1] = goal.goal_val_2;
@@ -213,7 +213,7 @@ export default {
let arr = [];
let time = "" + item.year_s + "." + item.month_s;
arr.push(time);
- arr.push(item.elec_consume_unit); //当期值(KW·h/t)
+ arr.push(item.elec_consume_unit); //当期值(kW·h/t)
arr[2] =
that.monthGoal[ind] !== undefined
? that.monthGoal[ind]
@@ -225,8 +225,8 @@ export default {
arrs[0] = item[0];
arrs[1] = item[1];
arrs[2] = item[2];
- //目标值(KW·h/t)//需要接口获取
- //当期与目标差值(KW·h/t)
+ //目标值(kW·h/t)//需要接口获取
+ //当期与目标差值(kW·h/t)
let diff = 0;
if (item[2] !== "/") {
diff = item[1] - item[2];
@@ -234,7 +234,7 @@ export default {
diff = "/";
}
arrs[3] = diff;
- //环期值(KW·h/t)上个月的值
+ //环期值(kW·h/t)上个月的值
let lastNum = 0;
if (index > 1) {
let num = index - 1;
@@ -252,7 +252,7 @@ export default {
: "/";
}
arrs[4] = lastNum;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastDiff = 0;
if (arrs[1] !== "/" && arrs[4] !== "/") {
diff --git a/src/views/enm_slag/handoverLog.vue b/src/views/enm_slag/handoverLog.vue
index 9a57ff00..0f5c632d 100644
--- a/src/views/enm_slag/handoverLog.vue
+++ b/src/views/enm_slag/handoverLog.vue
@@ -186,7 +186,7 @@
{{ reportItem.total_production }}
- 单位产品分布电耗(KW·h/t)
+ 单位产品分布电耗(kW·h/t)
|
{{ reportItem.elec_consume_unit }}
diff --git a/src/views/enm_slag/power.vue b/src/views/enm_slag/power.vue
index 871640c8..266f28b6 100644
--- a/src/views/enm_slag/power.vue
+++ b/src/views/enm_slag/power.vue
@@ -357,7 +357,7 @@ export default {
let obj = [];
obj[0] = item.ep_monitored_name?item.ep_monitored_name:item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;
obj[1] = item.ep_monitored_number;
- obj[2] = "KW·h/t";
+ obj[2] = "kW·h/t";
obj[3] = item.elec_consume_unit;
obj[5] = item.mpoint;
obj[6] = item.val;
@@ -387,7 +387,7 @@ export default {
let obj = [];
obj[0] = item.ep_monitored_name?item.ep_monitored_name:item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;
obj[1] = item.ep_monitored_number;
- obj[2] = "KW·h/t";
+ obj[2] = "kW·h/t";
obj[4] = item.elec_consume_unit;
obj[5] = item.mpoint;
obj[8] = item.val;
diff --git a/src/views/enm_slag/report.vue b/src/views/enm_slag/report.vue
index b1bd4a07..6791abfd 100644
--- a/src/views/enm_slag/report.vue
+++ b/src/views/enm_slag/report.vue
@@ -406,8 +406,8 @@ export default {
},
tableDatas: [
["产量", "总产量(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, "/", "/", "/", "/", "/"],
+ ["能耗", "单位产品分布电耗(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, 0, 0, "/", "/", "/", "/", "/"],
["湿电石渣", "进厂", 0, 0, 0, "/", "/", "/", "/", "/"],
@@ -640,7 +640,7 @@ export default {
that.tableDatas[0][8] = item5.goal_val;
} else if (
item5.goal_cate_name ==
- "单位产品分布电耗(KW·h/t)"
+ "单位产品分布电耗(kW·h/t)"
) {
that.tableDatas[1][6] = item5[str];
that.tableDatas[1][8] = item5.goal_val;
diff --git a/src/views/enm_slag/teamAnalysis.vue b/src/views/enm_slag/teamAnalysis.vue
index e7cf040f..f6ed7ab6 100644
--- a/src/views/enm_slag/teamAnalysis.vue
+++ b/src/views/enm_slag/teamAnalysis.vue
@@ -49,11 +49,11 @@
| 得分 |
- | 当期值(kKW·h/t) |
- 目标值(kKW·h/t) |
- 当期与目标值差值(KW·h/t) |
- 环期值(KW·h/t) |
- 当期与环期值差值(KW·h/t) |
+ 当期值(kkW·h/t) |
+ 目标值(kkW·h/t) |
+ 当期与目标值差值(kW·h/t) |
+ 环期值(kW·h/t) |
+ 当期与环期值差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
@@ -106,7 +106,7 @@ export default {
this.$API.mtm.goal.list.req(params).then((res) => {
if (res.length > 0) {
res.forEach((item) => {
- if (item.goal_cate_name == "单位产品分布电耗(KW·h/t)") {
+ if (item.goal_cate_name == "单位产品分布电耗(kW·h/t)") {
that.getData(item);
}
})
@@ -124,7 +124,7 @@ export default {
this.$API.mtm.goal.list.req(params).then((res) => {
if (res.length > 0) {
res.forEach((item) => {
- if (item.goal_cate_name == "单位产品分布电耗(KW·h/t)") {
+ if (item.goal_cate_name == "单位产品分布电耗(kW·h/t)") {
this.getData(item);
}
})
@@ -187,10 +187,10 @@ export default {
arr.push(item.total_production);
arr.push(item.production_hour);
- arr[4] = item.elec_consume_unit; //当期值(KW·h/t)
+ arr[4] = item.elec_consume_unit; //当期值(kW·h/t)
let keyVale = "goal_val_" + n;
- arr[5] = goalData[keyVale]; //目标值(KW·h/t)//需要接口获取
- arr[6] = (arr[4] - arr[5]).toFixed(2); //当期与目标差值(KW·h/t)
+ arr[5] = goalData[keyVale]; //目标值(kW·h/t)//需要接口获取
+ arr[6] = (arr[4] - arr[5]).toFixed(2); //当期与目标差值(kW·h/t)
let ind_pre = 0,
huanqi = 0,
huanqicha = 0,
@@ -209,13 +209,13 @@ export default {
}
})
}
- arr[7] = huanqi; //环期值(KW·h/t)上个月的值
+ arr[7] = huanqi; //环期值(kW·h/t)上个月的值
if (arr[6] !== "/"){
- arr[8] = (arr[4] - arr[7]).toFixed(2); //当期与环期差值(KW·h/t)
+ arr[8] = (arr[4] - arr[7]).toFixed(2); //当期与环期差值(kW·h/t)
}else{
- arr[8] = "/"; //当期与环期差值(KW·h/t)
+ arr[8] = "/"; //当期与环期差值(kW·h/t)
}
- // arr[8] = huanqicha; //当期与环期差值(KW·h/t)
+ // arr[8] = huanqicha; //当期与环期差值(kW·h/t)
let growthRate = 0;
if (arr[8]!== "/" && arr[7]!== 0 && arr[8]!== 0 ) {
growthRate = ((arr[8] / arr[7]) * 100).toFixed(2);
diff --git a/src/views/enm_slag/workshopAnalysis.vue b/src/views/enm_slag/workshopAnalysis.vue
index bba32f11..e4f0ab88 100644
--- a/src/views/enm_slag/workshopAnalysis.vue
+++ b/src/views/enm_slag/workshopAnalysis.vue
@@ -42,11 +42,11 @@
| 月份 |
- 当期值(KW·h/t) |
- 目标值(KW·h/t) |
- 当期与目标差值(KW·h/t) |
- 环期值(KW·h/t) |
- 当期与环期差值(KW·h/t) |
+ 当期值(kW·h/t) |
+ 目标值(kW·h/t) |
+ 当期与目标差值(kW·h/t) |
+ 环期值(kW·h/t) |
+ 当期与环期差值(kW·h/t) |
环比增长率(%) |
同比增长率(%) |
分析说明 |
@@ -153,7 +153,7 @@ export default {
let monthGoal = [];
ress.forEach((goal) => {
if (
- goal.goal_cate_name == "单位产品分布电耗(KW·h/t)"
+ goal.goal_cate_name == "单位产品分布电耗(kW·h/t)"
) {
monthGoal[0] = goal.goal_val;
monthGoal[1] = goal.goal_val_2;
@@ -227,7 +227,7 @@ export default {
let arr = [];
let time = "" + item.year_s + "." + item.month_s;
arr.push(time);
- arr.push(item.elec_consume_unit); //当期值(KW·h/t)
+ arr.push(item.elec_consume_unit); //当期值(kW·h/t)
arr[2] =
that.monthGoal[ind] !== undefined
? that.monthGoal[ind]
@@ -241,8 +241,8 @@ export default {
arrs[0] = item[0];
arrs[1] = item[1];
arrs[2] = item[2];
- //目标值(KW·h/t)//需要接口获取
- //当期与目标差值(KW·h/t)
+ //目标值(kW·h/t)//需要接口获取
+ //当期与目标差值(kW·h/t)
let diff = 0;
if (item[2] !== "/") {
diff = (item[1] - item[2]).toFixed(2);
@@ -250,7 +250,7 @@ export default {
diff = "/";
}
arrs[3] = diff;
- //环期值(KW·h/t)上个月的值
+ //环期值(kW·h/t)上个月的值
let lastNum = 0;
if (index > 1) {
let num = index - 1;
@@ -268,7 +268,7 @@ export default {
: "/";
}
arrs[4] = lastNum;
- //当期与环期差值(KW·h/t)
+ //当期与环期差值(kW·h/t)
let lastDiff = 0;
if (arrs[1] !== "/" && arrs[4] !== "/") {