应收账款等4个新增页面

This commit is contained in:
2026-04-03 16:14:28 +08:00
parent 9d91188b98
commit ed0fd63474
33 changed files with 140 additions and 201 deletions

View File

@@ -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) {