|
@@ -532,6 +532,7 @@ export default {
|
|
lyl:[],
|
|
lyl:[],
|
|
wtName:[],
|
|
wtName:[],
|
|
total:[],
|
|
total:[],
|
|
|
|
+ daynhwhssdl:[]
|
|
}
|
|
}
|
|
};
|
|
};
|
|
},
|
|
},
|
|
@@ -621,6 +622,7 @@ export default {
|
|
this.linechar_data.daynhxdssdl=[];
|
|
this.linechar_data.daynhxdssdl=[];
|
|
this.linechar_data.lyl=[];
|
|
this.linechar_data.lyl=[];
|
|
this.linechar_data.wtName=[];
|
|
this.linechar_data.wtName=[];
|
|
|
|
+ this.linechar_data.daynhwhssdl=[];
|
|
let queryAll_table = res.data.data.list;
|
|
let queryAll_table = res.data.data.list;
|
|
let queryAll_table_lyl = res.data.data.lyl;
|
|
let queryAll_table_lyl = res.data.data.lyl;
|
|
for(let i = 0;i < Object.keys(queryAll_table).length;i++){
|
|
for(let i = 0;i < Object.keys(queryAll_table).length;i++){
|
|
@@ -634,6 +636,7 @@ export default {
|
|
that.linechar_data.lyl.push(queryAll_table[i].lyl.toFixed(2));
|
|
that.linechar_data.lyl.push(queryAll_table[i].lyl.toFixed(2));
|
|
that.linechar_data.wtName.push(queryAll_table[i].wtName);
|
|
that.linechar_data.wtName.push(queryAll_table[i].wtName);
|
|
that.linechar_data.total.push(queryAll_table[i].total.toFixed(2));
|
|
that.linechar_data.total.push(queryAll_table[i].total.toFixed(2));
|
|
|
|
+ that.linechar_data.daynhwhssdl.push(queryAll_table[i].daynhwhssdl.toFixed(2));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (this.tableid === "fc") {
|
|
if (this.tableid === "fc") {
|
|
@@ -745,6 +748,7 @@ export default {
|
|
this.linechar_data.daynhxdssdl=[];
|
|
this.linechar_data.daynhxdssdl=[];
|
|
this.linechar_data.lyl=[];
|
|
this.linechar_data.lyl=[];
|
|
this.linechar_data.wtName=[];
|
|
this.linechar_data.wtName=[];
|
|
|
|
+ this.linechar_data.daynhwhssdl=[];
|
|
let queryAll_table = res.data.data.list;
|
|
let queryAll_table = res.data.data.list;
|
|
let queryAll_table_lyl = res.data.data.lyl;
|
|
let queryAll_table_lyl = res.data.data.lyl;
|
|
//this.query_lyl(queryAll_table);
|
|
//this.query_lyl(queryAll_table);
|
|
@@ -759,6 +763,7 @@ export default {
|
|
that.linechar_data.lyl.push(queryAll_table[i].lyl.toFixed(2));
|
|
that.linechar_data.lyl.push(queryAll_table[i].lyl.toFixed(2));
|
|
that.linechar_data.wtName.push(queryAll_table[i].wtName);
|
|
that.linechar_data.wtName.push(queryAll_table[i].wtName);
|
|
that.linechar_data.total.push(queryAll_table[i].total.toFixed(2));
|
|
that.linechar_data.total.push(queryAll_table[i].total.toFixed(2));
|
|
|
|
+ that.linechar_data.daynhwhssdl.push(queryAll_table[i].daynhwhssdl.toFixed(2));
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
@@ -966,7 +971,7 @@ export default {
|
|
emphasis: {
|
|
emphasis: {
|
|
focus: "series",
|
|
focus: "series",
|
|
},
|
|
},
|
|
- data: date.daynhxdssdl,
|
|
|
|
|
|
+ data: date.daynhqfdl,
|
|
},
|
|
},
|
|
//曲线
|
|
//曲线
|
|
{
|
|
{
|
|
@@ -1122,7 +1127,7 @@ export default {
|
|
emphasis: {
|
|
emphasis: {
|
|
focus: "series",
|
|
focus: "series",
|
|
},
|
|
},
|
|
- data: date.daynhxdssdl,
|
|
|
|
|
|
+ data: date.daynhqfdl,
|
|
},
|
|
},
|
|
//曲线
|
|
//曲线
|
|
{
|
|
{
|
|
@@ -1277,7 +1282,7 @@ export default {
|
|
emphasis: {
|
|
emphasis: {
|
|
focus: "series",
|
|
focus: "series",
|
|
},
|
|
},
|
|
- data: date.daynhxdssdl,
|
|
|
|
|
|
+ data: date.daynhqfdl,
|
|
},
|
|
},
|
|
//曲线
|
|
//曲线
|
|
{
|
|
{
|