应收账款等4个新增页面
This commit is contained in:
@@ -84,7 +84,7 @@ import moment from "moment";
|
||||
// import html2canvas from 'html2canvas'
|
||||
// import JsPDF from 'jspdf'
|
||||
export default {
|
||||
name: "DayReport",
|
||||
name: "electricityCostAnalysisBase",
|
||||
components: {
|
||||
ReportHeader,
|
||||
changeBase,
|
||||
@@ -107,7 +107,7 @@ export default {
|
||||
monData: {},
|
||||
totalData: {},
|
||||
trend: [],
|
||||
relatedData: [],
|
||||
relatedData: {},
|
||||
trendName: '原片电费',
|
||||
// cusProData: {},
|
||||
};
|
||||
@@ -201,7 +201,7 @@ export default {
|
||||
endTime: this.dateData.endTime,
|
||||
sort: 1,
|
||||
index: this.trendName,
|
||||
factory: null
|
||||
factory: this.factory
|
||||
};
|
||||
// 调用接口
|
||||
getElectricityCostAnalysisFData(requestParams).then((res) => {
|
||||
@@ -211,7 +211,7 @@ export default {
|
||||
relatedMon: res.data.monthAnalysis,
|
||||
relatedTotal: res.data.ytdAnalysis
|
||||
}
|
||||
this.trend = res.data.dataTrend
|
||||
this.trend = res.data.trend
|
||||
});
|
||||
},
|
||||
handleTimeChange(obj) {
|
||||
|
||||
Reference in New Issue
Block a user