This commit is contained in:
shijing 2024-12-24 14:10:28 +08:00
commit 4d414f1fcf
35 changed files with 113 additions and 95 deletions

View File

@ -26,13 +26,13 @@
<thead class="myTableHead">
<tr>
<th colspan="6">
煤磨工主要设备100KW以上单位产品电耗数据表
煤磨工主要设备100KW以上单位产品电耗数据表
</th>
</tr>
<tr>
<th>设备名称</th>
<th>设备位号</th>
<th>单位</th>
<th>单位产品分布电耗</th>
<th>上个小时</th>
<th>昨日</th>
<th>本月</th>
@ -242,7 +242,7 @@ export default {
tableData: [],
modelValue: true,
type: "hour_s",
title: "煤磨工",
title: "煤磨工",
cate: "",
apiObj: this.$API.enm.mpoint.stat,
showClose: true,
@ -430,7 +430,7 @@ export default {
}
let index = that.mpoints.indexOf(item.mpoint_name);
let obj = [];
obj[0] = item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;;
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[3] = item.elec_consume_unit;
@ -469,7 +469,7 @@ export default {
item.elec_consume_unit;
} else {
let obj = [];
obj[0] = item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;;
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[4] = item.elec_consume_unit;
@ -496,7 +496,7 @@ export default {
item.elec_consume_unit;
} else {
let obj = [];
obj[0] = item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;;
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[5] = item.elec_consume_unit;

View File

@ -25,7 +25,7 @@
>
<thead class="myTableHead">
<tr>
<th colspan="10">煤磨工生产报告</th>
<th colspan="10">煤磨工生产报告</th>
</tr>
<tr>
<th colspan="2">参数</th>
@ -276,7 +276,7 @@ export default {
tableName: "生产报告",
modelValue: true,
type: "hour_s",
title: "煤磨工",
title: "煤磨工",
cate: "",
apiObj: this.$API.enm.enstat,
showClose: true,

View File

@ -38,7 +38,7 @@
>
<thead class="myTableHead">
<tr>
<th colspan="16">煤磨工班组月度对比分析</th>
<th colspan="16">煤磨工班组月度对比分析</th>
</tr>
<tr>
<th rowspan="2">月份</th>

View File

@ -39,7 +39,7 @@
<thead class="myTableHead">
<tr>
<th colspan="8">
煤磨工车间单位产品电耗月度分析表
煤磨工车间单位产品电耗月度分析表
</th>
</tr>
<tr>

View File

@ -235,7 +235,7 @@ export default {
tableData: [],
modelValue: true,
type: "hour_s",
title: "煤磨工",
title: "煤磨工",
cate: "",
apiObj: this.$API.enm.mpoint.stat,
showClose: true,

View File

@ -24,7 +24,7 @@
>
<thead class="myTableHead">
<tr>
<th colspan="10">煤磨工生产报告</th>
<th colspan="10">煤磨工生产报告</th>
</tr>
<tr>
<th colspan="2">参数</th>
@ -275,7 +275,7 @@ export default {
tableName: "生产报告",
modelValue: true,
type: "hour_s",
title: "煤磨工",
title: "煤磨工",
cate: "",
apiObj: this.$API.enm.enstat,
showClose: true,

View File

@ -37,7 +37,7 @@
>
<thead class="myTableHead">
<tr>
<th colspan="12">煤磨工班组月度对比分析</th>
<th colspan="12">煤磨工班组月度对比分析</th>
</tr>
<tr>
<th rowspan="2">月份</th>

View File

@ -38,7 +38,7 @@
<thead class="myTableHead">
<tr>
<th colspan="8">
煤磨工车间单位产品电耗月度分析表
煤磨工车间单位产品电耗月度分析表
</th>
</tr>
<tr>

View File

@ -404,7 +404,7 @@ export default {
tableName: "生产报告",
modelValue: true,
type: "hour_s",
title: "回转窑工段",
title: "烧成工序",
cate: "",
apiObj: this.$API.enm.enstat,
showClose: true,

View File

@ -66,24 +66,22 @@
border
:height="tableHeight"
>
<el-table-column type="index"></el-table-column>
<el-table-column
label="设备名称"
prop="name"
fixed
>
</el-table-column>
<el-table-column
label="对应点位"
prop="code"
fixed
>
</el-table-column>
<el-table-column label="日累计" prop="day" align="center" fixed>
<el-table-column label="日累计" prop="day" align="center">
</el-table-column>
<el-table-column label="月累计" prop="month" align="center" fixed>
<el-table-column label="月累计" prop="month" align="center">
</el-table-column>
<el-table-column label="年累计" prop="year" align="center" fixed>
<el-table-column label="年累计" prop="year" align="center">
</el-table-column>
</el-table>
<el-table
@ -95,22 +93,20 @@
:height="tableHeight"
@cell-click="handleCellClick_range"
>
<el-table-column type="index"></el-table-column>
<el-table-column
label="设备名称"
prop="mpoint__name"
fixed
align="center"
>
</el-table-column>
<el-table-column
label="对应点位"
prop="mpoint__code"
fixed
align="center"
></el-table-column><el-table-column
label="统计值(kwh)"
prop="total_val"
fixed
align="center"
></el-table-column>
</el-table>
@ -283,6 +279,9 @@ export default {
},
methods: {
dateChange(e) {
if (e == null) {
return
}
let that = this;
that.tableDatas = [];
let arr = [];
@ -301,7 +300,10 @@ export default {
formatArry(){
this.result = this.mpointIdList.join(","); //
},
changeDate(){
changeDate(val){
if (val == null){
return
}
let that = this;
let obj = {};
obj.type = "hour";
@ -334,7 +336,7 @@ export default {
that.mpointList = res.filter((item) => {
// mpointIdList
that.mpointIdList.push(item.id);
return item.report_sortstr !== "";
return true;
});
that.dataLoop();
});
@ -355,7 +357,9 @@ export default {
},
getData(id, index) {
let that = this;
let obj = {};
let obj = {
query: "{val}"
};
obj.type = "day";
obj.year = that.year;
obj.month = that.month;
@ -368,7 +372,9 @@ export default {
});
});
//
let obj_month = {};
let obj_month = {
query: "{val}"
};
obj_month.type = "month";
obj_month.year = that.year;
obj_month.month = that.month;
@ -380,7 +386,9 @@ export default {
});
});
//
let obj_year = {};
let obj_year = {
query: "{val}"
};
obj_year.type = "year";
obj_year.year = that.year;
obj_year.mpoint = id;

View File

@ -26,13 +26,13 @@
<thead class="myTableHead">
<tr>
<th colspan="6">
回转窑工段主要设备100KW以上单位产品电耗数据表
烧成工序主要设备100KW以上单位产品电耗数据表
</th>
</tr>
<tr>
<th>设备名称</th>
<th>设备位号</th>
<th>单位</th>
<th>单位产品分布电耗</th>
<th>上个小时</th>
<th>昨日</th>
<th>本月</th>
@ -253,7 +253,7 @@ export default {
tableData: [],
modelValue: true,
type: "hour_s",
title: "回转窑工段",
title: "烧成工序",
cate: "",
apiObj: this.$API.enm.mpoint.stat,
showClose: true,
@ -548,7 +548,7 @@ export default {
res.forEach((item) => {
let index = that.mpoints.indexOf(item.mpoint_name);
let obj = [];
obj[0] = item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;;
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[3] = item.elec_consume_unit;
@ -587,7 +587,7 @@ export default {
item.elec_consume_unit;
} else {
let obj = [];
obj[0] = item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;;
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[4] = item.elec_consume_unit;
@ -614,7 +614,7 @@ export default {
item.elec_consume_unit;
} else {
let obj = [];
obj[0] = item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;;
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[5] = item.elec_consume_unit;

View File

@ -25,7 +25,7 @@
>
<thead class="myTableHead">
<tr>
<th colspan="10">回转窑工段生产报告</th>
<th colspan="10">烧成工序生产报告</th>
</tr>
<tr>
<th colspan="2">参数</th>
@ -167,7 +167,7 @@
</div>
</div>
<sc-dialog v-model="chartShow" draggable title="回转窑工段">
<sc-dialog v-model="chartShow" draggable title="烧成工序">
<div class="searchHead" v-if="type == 'hours'">
<el-date-picker
v-model="query.start_time"
@ -452,7 +452,7 @@ export default {
tableName: "生产报告",
modelValue: true,
type: "hour_s",
title: "回转窑工段",
title: "烧成工序",
cate: "",
apiObj: this.$API.enm.enstat,
showClose: true,

View File

@ -38,7 +38,7 @@
>
<thead class="myTableHead">
<tr>
<th colspan="32">回转窑工段班组月度对比分析</th>
<th colspan="32">烧成工序班组月度对比分析</th>
</tr>
<tr>
<th rowspan="2">月份</th>

View File

@ -239,7 +239,7 @@ export default {
],
modelValue: true,
type: "hour_s",
title: "回转窑工段",
title: "烧成工序",
cate: "",
apiObj: this.$API.enm.mpoint.stat,
showClose: true,

View File

@ -24,7 +24,7 @@
>
<thead class="myTableHead">
<tr>
<th colspan="10">回转窑工段生产报告</th>
<th colspan="10">烧成工序生产报告</th>
</tr>
<tr>
<th colspan="2">参数</th>
@ -160,7 +160,7 @@
</div>
</div>
<sc-dialog v-model="chartShow" draggable title="回转窑工段">
<sc-dialog v-model="chartShow" draggable title="烧成工序">
<div class="searchHead" v-if="type == 'hours'">
<el-date-picker
v-model="query.start_time"
@ -411,7 +411,7 @@ export default {
tableName: "生产报告",
modelValue: true,
type: "hour_s",
title: "回转窑工段",
title: "烧成工序",
cate: "",
apiObj: this.$API.enm.enstat,
showClose: true,

View File

@ -37,7 +37,7 @@
>
<thead class="myTableHead">
<tr>
<th colspan="19">回转窑工段班组月度对比分析</th>
<th colspan="19">烧成工序班组月度对比分析</th>
</tr>
<tr>
<th rowspan="2">月份</th>

View File

@ -26,13 +26,13 @@
<thead class="myTableHead">
<tr>
<th colspan="6">
水泥磨工段主要设备100KW以上单位产品电耗数据表
水泥粉磨工序主要设备100KW以上单位产品电耗数据表
</th>
</tr>
<tr>
<th>设备名称</th>
<th>设备位号</th>
<th>单位</th>
<th>单位产品分布电耗</th>
<th>上个小时</th>
<th>昨日</th>
<th>本月</th>
@ -251,7 +251,7 @@ export default {
tableData: [],
modelValue: true,
type: "hour_s",
title: "水泥磨工段",
title: "水泥粉磨工序",
cate: "",
apiObj: this.$API.enm.mpoint.stat,
showClose: true,
@ -505,7 +505,7 @@ export default {
res.forEach((item) => {
let index = that.mpoints.indexOf(item.mpoint_name);
let obj = [];
obj[0] = item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;
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[3] = item.elec_consume_unit;
@ -542,7 +542,7 @@ export default {
item.elec_consume_unit;
} else {
let obj = [];
obj[0] = item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;;
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[4] = item.elec_consume_unit;
@ -569,7 +569,7 @@ export default {
item.elec_consume_unit;
} else {
let obj = [];
obj[0] = item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;;
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[5] = item.elec_consume_unit;

View File

@ -25,7 +25,7 @@
>
<thead class="myTableHead">
<tr>
<th colspan="10">水泥磨工段生产报告</th>
<th colspan="10">水泥粉磨工序生产报告</th>
</tr>
<tr>
<th colspan="2">参数</th>
@ -156,7 +156,7 @@
</div>
</div>
<sc-dialog v-model="chartShow" draggable title="水泥磨工段">
<sc-dialog v-model="chartShow" draggable title="水泥粉磨工序">
<div class="searchHead" v-if="type == 'hours'">
<el-date-picker
v-model="query.start_time"
@ -414,7 +414,7 @@ export default {
tableName: "生产报告",
modelValue: true,
type: "hour_s",
title: "水泥磨工段",
title: "水泥粉磨工序",
cate: "",
apiObj: this.$API.enm.enstat,
showClose: true,

View File

@ -38,7 +38,7 @@
>
<thead class="myTableHead">
<tr>
<th colspan="19">水泥磨工段班组月度对比分析</th>
<th colspan="19">水泥粉磨工序班组月度对比分析</th>
</tr>
<tr>
<th rowspan="2">月份</th>
@ -58,7 +58,7 @@
<th>比表面积%</th>
<th>SO3%</th>
<th>掺量%</th>
<th>循环风机1906KW·h/t</th>
<th>原料循环风机KW·h/t</th>
<th>系统风机KW·h/t</th>
<th>目标值kW·h/t</th>
<th>当期值kW·h/t</th>
@ -215,8 +215,8 @@ export default {
: "/";
//
arr[9] =
item.循环风机_consume_unit != null
? item.循环风机_consume_unit
item.原料循环风机_consume_unit != null
? item.原料循环风机_consume_unit
: "/";
arr[10] =
item.系统风机_consume_unit != null

View File

@ -52,7 +52,7 @@
<thead class="myTableHead">
<tr>
<th colspan="9">
水泥磨工段车间单位产品电耗月度分析表
水泥粉磨工序车间单位产品电耗月度分析表
</th>
</tr>
<tr>
@ -102,7 +102,7 @@
<thead class="myTableHead">
<tr>
<th colspan="9">
水泥磨工段车间单位产品综合能耗月度分析表
水泥粉磨工序车间单位产品综合能耗月度分析表
</th>
</tr>
<tr>

View File

@ -25,7 +25,7 @@
>
<thead class="myTableHead">
<tr>
<th colspan="9">水泥包装工生产报告</th>
<th colspan="9">水泥包装工生产报告</th>
</tr>
<tr>
<th colspan="2">参数</th>
@ -121,7 +121,7 @@
</div>
</div>
<sc-dialog v-model="chartShow" draggable title="水泥包装工">
<sc-dialog v-model="chartShow" draggable title="水泥包装工">
<div class="searchHead" v-if="type == 'hours'">
<el-date-picker
v-model="query.start_time"

View File

@ -39,7 +39,7 @@
<thead class="myTableHead">
<tr>
<th colspan="11">
水泥包装工班组月度对比分析
水泥包装工班组月度对比分析
</th>
</tr>
<tr>

View File

@ -39,7 +39,7 @@
<thead class="myTableHead">
<tr>
<th colspan="8">
水泥包装工车间单位产品电耗月度分析表
水泥包装工车间单位产品电耗月度分析表
</th>
</tr>
<tr>

View File

@ -176,7 +176,7 @@ export default {
let arr = [];
params.page = 0;
params.mgroup = that.query.mgroup;
params.mgroup_name = that.query.mgroup_name;
// params.mgroup_name = that.query.mgroup_name;
if (that.query.type == 0) {//
arr = that.query.day.split('-');
params.year_s = Number(arr[0]);
@ -215,7 +215,17 @@ export default {
if (materialName === "入窑生料") {
materialName = "生料";
}
arr.push(materialName)
var unit = "(吨)"
if (materialName == "动力电") {
unit = "(度)"
}
else if (materialName == "包装袋"){
unit = "(袋)"
}
else if (materialName == "压缩空气" || materialName == "蒸汽") {
unit = ""
}
arr.push(materialName + unit)
arr.push('单价(元/吨)')
arr.push('总成本(元)')
arr.push('单位成本(元/吨)')
@ -223,7 +233,7 @@ export default {
materials.forEach(item => {
if(item.material_name == "动力电"){
that.data2 = that.data2 + 4
arr.push(item.material_name)
arr.push(item.material_name + '(度)')
arr.push('单价(元/度)')
arr.push('总成本(元)')
arr.push('单位成本(元/吨)')
@ -232,7 +242,7 @@ export default {
materials.forEach(item => {
if(item.material_name == "工业水"){
that.data2 = that.data2 + 4
arr.push(item.material_name)
arr.push(item.material_name + '(吨)')
arr.push('单价(元/吨)')
arr.push('总成本(元)')
arr.push('单位成本(元/吨)')

View File

@ -26,13 +26,13 @@
<thead class="myTableHead">
<tr>
<th colspan="6">
原料磨工段主要设备100KW以上单位产品电耗数据表
生料工序主要设备100KW以上单位产品电耗数据表
</th>
</tr>
<tr>
<th>设备名称</th>
<th>设备位号</th>
<th>单位</th>
<th>单位产品分布电耗</th>
<th>上个小时</th>
<th>昨日</th>
<th>本月</th>
@ -246,7 +246,7 @@ export default {
tableData: [],
modelValue: true,
type: "hour_s",
title: "原料磨工段",
title: "生料工序",
cate: "",
apiObj: this.$API.enm.mpoint.stat,
showClose: true,
@ -482,7 +482,7 @@ export default {
}
let index = that.mpoints.indexOf(item.mpoint_name);
let obj = [];
obj[0] = item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;;
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[3] = item.elec_consume_unit;
@ -521,7 +521,7 @@ export default {
item.elec_consume_unit;
} else {
let obj = [];
obj[0] = item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;;
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[4] = item.elec_consume_unit;
@ -551,7 +551,7 @@ export default {
item.elec_consume_unit;
} else {
let obj = [];
obj[0] = item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;;
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[5] = item.elec_consume_unit;

View File

@ -25,7 +25,7 @@
>
<thead class="myTableHead">
<tr>
<th colspan="10">原料磨工段生产报告</th>
<th colspan="10">生料工序生产报告</th>
</tr>
<tr>
<th colspan="2">参数</th>
@ -155,7 +155,7 @@
</div>
</div>
<sc-dialog v-model="chartShow" draggable title="原料磨工段">
<sc-dialog v-model="chartShow" draggable title="生料工序">
<div class="searchHead" v-if="type == 'hours'">
<el-date-picker
v-model="query.start_time"
@ -414,7 +414,7 @@ export default {
tableName: "生产报告",
modelValue: true,
type: "hours",
title: "原料磨工段",
title: "生料工序",
cate: "",
apiObj: this.$API.enm.enstat,
showClose: true,

View File

@ -38,7 +38,7 @@
>
<thead class="myTableHead">
<tr>
<th colspan="23">原料磨工段班组月度对比分析</th>
<th colspan="23">生料工序班组月度对比分析</th>
</tr>
<tr>
<th rowspan="2">月份</th>

View File

@ -39,7 +39,7 @@
<thead class="myTableHead">
<tr>
<th colspan="8">
原料磨工段车间单位产品电耗月度分析表
生料工序车间单位产品电耗月度分析表
</th>
</tr>
<tr>

View File

@ -230,7 +230,7 @@ export default {
],
modelValue: true,
type: "hour_s",
title: "原料磨工段",
title: "生料工序",
cate: "",
apiObj: this.$API.enm.mpoint.stat,
showClose: true,

View File

@ -24,7 +24,7 @@
>
<thead class="myTableHead">
<tr>
<th colspan="10">原料磨工段生产报告</th>
<th colspan="10">生料工序生产报告</th>
</tr>
<tr>
<th colspan="2">参数</th>
@ -153,7 +153,7 @@
</div>
</div>
<sc-dialog v-model="chartShow" draggable title="原料磨工段">
<sc-dialog v-model="chartShow" draggable title="生料工序">
<div class="searchHead" v-if="type == 'hours'">
<el-date-picker
v-model="query.start_time"
@ -404,7 +404,7 @@ export default {
tableName: "生产报告",
modelValue: true,
type: "hours",
title: "原料磨工段",
title: "生料工序",
cate: "",
apiObj: this.$API.enm.enstat,
showClose: true,

View File

@ -37,7 +37,7 @@
>
<thead class="myTableHead">
<tr>
<th colspan="12">原料磨工段班组月度对比分析</th>
<th colspan="12">生料工序班组月度对比分析</th>
</tr>
<tr>
<th rowspan="2">月份</th>

View File

@ -38,7 +38,7 @@
<thead class="myTableHead">
<tr>
<th colspan="8">
原料磨工段车间单位产品电耗月度分析表
生料工序车间单位产品电耗月度分析表
</th>
</tr>
<tr>

View File

@ -26,13 +26,13 @@
<thead class="myTableHead">
<tr>
<th colspan="5">
电石渣工主要设备100KW以上单位产品电耗数据表
电石渣工主要设备100KW以上单位产品电耗数据表
</th>
</tr>
<tr>
<th>设备名称</th>
<th>设备位号</th>
<th>单位</th>
<th>单位产品分布电耗</th>
<th>昨日</th>
<th>本月</th>
</tr>
@ -205,7 +205,7 @@ export default {
tableData: [],
modelValue: true,
type: "day_s",
title: "电石渣工",
title: "电石渣工",
cate: "",
apiObj: this.$API.enm.mpoint.stat,
showClose: true,
@ -344,7 +344,7 @@ export default {
that.tableDatas[index_d][3] = item.elec_consume_unit;
} else {
let obj = [];
obj[0] = item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;;
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[3] = item.elec_consume_unit;
@ -371,7 +371,7 @@ export default {
item.elec_consume_unit;
} else {
let obj = [];
obj[0] = item.mpoint_nickname?item.mpoint_nickname:item.mpoint_name;;
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[4] = item.elec_consume_unit;

View File

@ -25,7 +25,7 @@
>
<thead class="myTableHead">
<tr>
<th colspan="9">电石渣工生产报告</th>
<th colspan="9">电石渣工生产报告</th>
</tr>
<tr>
<th colspan="2">参数</th>
@ -127,7 +127,7 @@
</div>
</div>
</div>
<sc-dialog v-model="chartShow" draggable title="电石渣工">
<sc-dialog v-model="chartShow" draggable title="电石渣工">
<div class="searchHead" v-if="type == 'hours'">
<el-date-picker
v-model="query.start_time"
@ -396,7 +396,7 @@ export default {
mgroup: "3346491835287007232",
},
tableDatas: [
["产量", "总产量t", 0, 0, 0, 0, 0, 0, 0, 0],
["电石干粉产量", "总产量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, 0, 0, 0, 0, 0, 0, 0],
@ -408,7 +408,7 @@ export default {
tableName: "生产报告",
modelValue: true,
type: "hour_s",
title: "电石渣工",
title: "电石渣工",
showClose: true,
echartType: "line",
asynDialog: false,

View File

@ -38,7 +38,7 @@
>
<thead class="myTableHead">
<tr>
<th colspan="12">电石渣工班组月度对比分析</th>
<th colspan="12">电石渣工班组月度对比分析</th>
</tr>
<tr>
<th rowspan="2">月份</th>