|
|
@@ -331,11 +331,6 @@ if (typeof baseFigureTemplate !== "undefined") {
|
|
|
const equipmentFee = cbTools.getEquipmentFee(fixedNode, tender, "common");
|
|
|
return (baseFee - equipmentFee).toDecimal(decimalObj.bills.totalPrice);
|
|
|
},
|
|
|
- // 定额建筑安装工程费(不含设备费)
|
|
|
- DEJZAZGCFBHSB(tender) {
|
|
|
- //建安费扣除设备费
|
|
|
- return cbTools.getFeeWithDeduction(fixedFlag.CONSTRUCTION_INSTALL_FEE, [fixedFlag.EQUIPMENT_ACQUISITION_FEE], tender, "rationCommon");
|
|
|
- },
|
|
|
// 土地使用及拆迁补偿费:取清单固定类别是“土地使用及拆迁补偿费”的金额
|
|
|
TDSYJCQBCF(tender) {
|
|
|
return cbTools.getBaseFee(fixedFlag.LAND_USED_DEMOLITION, tender, "common");
|
|
|
@@ -509,7 +504,7 @@ if (typeof baseFigureTemplate !== "undefined") {
|
|
|
);
|
|
|
},
|
|
|
GCBXF(tender) {
|
|
|
- return (this.DEJZAZGCFBHSB(tender) * 0.4).toDecimal(decimalObj.bills.totalPrice);
|
|
|
+ return (this.JZAZGCFBHSB(tender) * 0.4).toDecimal(decimalObj.bills.totalPrice);
|
|
|
},
|
|
|
};
|
|
|
|