|
@@ -22,7 +22,7 @@ if (typeof feeRateObject !== "undefined") {
|
|
|
|
|
|
|
|
// 清单基数
|
|
// 清单基数
|
|
|
const littleFixNames = ["小修", "养护检查预算", "日常养护预算"];
|
|
const littleFixNames = ["小修", "养护检查预算", "日常养护预算"];
|
|
|
-const progression = ["养护管理单位项目管理费", "工程监理费", "设计文件审查费"];
|
|
|
|
|
|
|
+const progression = ["养护单位(业主)管理费", "工程监理费", "设计文件审查费"];
|
|
|
const deficiency = { 工程监理费: 10000, 设计文件审查费: 10000 };
|
|
const deficiency = { 工程监理费: 10000, 设计文件审查费: 10000 };
|
|
|
if (typeof baseFigureMap !== "undefined") {
|
|
if (typeof baseFigureMap !== "undefined") {
|
|
|
const { fixedFlag } = commonConstants;
|
|
const { fixedFlag } = commonConstants;
|
|
@@ -49,7 +49,7 @@ if (typeof baseFigureMap !== "undefined") {
|
|
|
pick: false,
|
|
pick: false,
|
|
|
},
|
|
},
|
|
|
// 显示:仅清单固定类别是“养护工程其他费用”部分可显示。
|
|
// 显示:仅清单固定类别是“养护工程其他费用”部分可显示。
|
|
|
- 养护管理单位项目管理费: {
|
|
|
|
|
|
|
+ "养护单位(业主)管理费": {
|
|
|
isProgressive: true,
|
|
isProgressive: true,
|
|
|
base: "YHGLDWXMGLF",
|
|
base: "YHGLDWXMGLF",
|
|
|
fixedFlag: null,
|
|
fixedFlag: null,
|
|
@@ -250,7 +250,7 @@ if (typeof baseFigureTemplate !== "undefined") {
|
|
|
return (afterDeductFee + equipmentAcFee * 0.4 + equipmentAcTaxFee).toDecimal(decimalObj.bills.totalPrice);
|
|
return (afterDeductFee + equipmentAcFee * 0.4 + equipmentAcTaxFee).toDecimal(decimalObj.bills.totalPrice);
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- // 养护管理单位项目管理费 算法:以{定额建筑安装工程费}为基数,采用累进办法计算。。
|
|
|
|
|
|
|
+ // 养护单位(业主)管理费 算法:以{定额建筑安装工程费}为基数,采用累进办法计算。。
|
|
|
YHGLDWXMGLF(tender) {
|
|
YHGLDWXMGLF(tender) {
|
|
|
const baseFee = this["DEJZAZGCF"](tender);
|
|
const baseFee = this["DEJZAZGCF"](tender);
|
|
|
if (!tender) {
|
|
if (!tender) {
|
|
@@ -258,7 +258,7 @@ if (typeof baseFigureTemplate !== "undefined") {
|
|
|
}
|
|
}
|
|
|
return calculateUtil.getProgressiveFee(
|
|
return calculateUtil.getProgressiveFee(
|
|
|
baseFee,
|
|
baseFee,
|
|
|
- "养护管理单位项目管理费",
|
|
|
|
|
|
|
+ "养护单位(业主)管理费",
|
|
|
projectObj.project.property.progressiveInterval,
|
|
projectObj.project.property.progressiveInterval,
|
|
|
decimalObj.bills.totalPrice,
|
|
decimalObj.bills.totalPrice,
|
|
|
deficiency
|
|
deficiency
|