@@ -72,7 +72,7 @@ async function getEquipmentSummary(projectIDs) {
/*/
// 以下是根据实际来调整
if(map[projectID]) {
- for (let item of map[e.projectID].equipments) {
+ for (let item of map[projectID].equipments) {
let dtlData = {projectID: -1, total: 0, equipSummaryType: 'budget_equipment'};
// 属性summaryType是作为一个判断依据给后来代码用
dtlData.projectID = projectID;
@@ -57,7 +57,8 @@ let summaryConstList = [
'Budget',
'BudgetDetail',
'BudgetCalcType',
- 'BudgetCalcTypeDetail'
+ 'BudgetCalcTypeDetail',
+ 'BudgetEquipmentDetail'
];
let projectFieldConstList = [