|
|
@@ -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不管是预算或者工程量清单,都是显示
|
|
|
+ }
|
|
|
+ }
|