|
@@ -436,4 +436,12 @@ if (typeof projectObj !== 'undefined') {
|
|
|
projectObj.isInsertEquipmentVisable = function (selected) {
|
|
projectObj.isInsertEquipmentVisable = function (selected) {
|
|
|
return true; //四川养护2021不管是预算或者工程量清单,都是显示
|
|
return true; //四川养护2021不管是预算或者工程量清单,都是显示
|
|
|
}
|
|
}
|
|
|
- }
|
|
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+if (typeof module !== 'undefined') {
|
|
|
|
|
+ module.exports = {
|
|
|
|
|
+ progression,
|
|
|
|
|
+ deficiency,
|
|
|
|
|
+ };
|
|
|
|
|
+}
|