浏览代码

fix: 四川养护基数报表相关

vian 4 年之前
父节点
当前提交
b71a2f315b
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      web/over_write/js/sichuan_2021.js

+ 7 - 0
web/over_write/js/sichuan_2021.js

@@ -430,4 +430,11 @@ if (typeof baseFigureTemplate !== 'undefined') {
             return projectObj.project.calcProgram.getTotalFee([oneToSeven], deductNodes, fullFeeField).toDecimal(decimalObj.bills.totalPrice);
         }
     };
+}
+
+if (typeof module !== 'undefined') {
+    module.exports = {
+        progression,
+        deficiency,
+    };
 }