Browse Source

feat: 四川养护(2021) 的预算项目、工程量清单项目,鼠标右键“插入设备”是否灰显与“插入定额”一致,默认取费类别为"设备购置"。

zhangweicheng 4 năm trước cách đây
mục cha
commit
9c6ccf5416
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 7 1
      web/over_write/js/sichuan_2021.js

+ 7 - 1
web/over_write/js/sichuan_2021.js

@@ -430,4 +430,10 @@ if (typeof baseFigureTemplate !== 'undefined') {
             return projectObj.project.calcProgram.getTotalFee([oneToSeven], deductNodes, fullFeeField).toDecimal(decimalObj.bills.totalPrice);
         }
     };
-}
+}
+
+if (typeof projectObj !== 'undefined') {
+    projectObj.isInsertEquipmentVisable = function (selected) {
+        return true;   //四川养护2021不管是预算或者工程量清单,都是显示
+    }
+  }