Przeglądaj źródła

养护单位(业主)管理费

chenshilong 3 lat temu
rodzic
commit
b6e8c03a83
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      web/over_write/js/henan_2022.js

+ 4 - 4
web/over_write/js/henan_2022.js

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