Преглед изворни кода

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/YangHuCost

# Conflicts:
#	web/over_write/js/sichuan_2021.js
zhangweicheng пре 4 година
родитељ
комит
6c89374240
1 измењених фајлова са 9 додато и 1 уклоњено
  1. 9 1
      web/over_write/js/sichuan_2021.js

+ 9 - 1
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,
+    };
+}