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