瀏覽代碼

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