Browse Source

内蒙2022 工程保险费算法调整。

chenshilong 3 years ago
parent
commit
db7a129db5
1 changed files with 1 additions and 6 deletions
  1. 1 6
      web/over_write/js/neimeng_2022.js

+ 1 - 6
web/over_write/js/neimeng_2022.js

@@ -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);
     },
   };