Selaa lähdekoodia

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

vian 4 vuotta sitten
vanhempi
commit
b71a2f315b
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  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,
+    };
 }