Sfoglia il codice sorgente

feat: 甘肃养护费率默认小数位数为4位

zhangweicheng 4 anni fa
parent
commit
222834354a
1 ha cambiato i file con 20 aggiunte e 0 eliminazioni
  1. 20 0
      web/over_write/js/gansu_2021.js

+ 20 - 0
web/over_write/js/gansu_2021.js

@@ -15,4 +15,24 @@ if (typeof feeRateObject !== 'undefined') {
         }
         return result;
     }
+}
+
+
+if (typeof module !== 'undefined') {
+    // 甘肃养护,项目属性-小数位数,费率小数位数默认为2。
+    const defaultDecimal = {
+        bills: {unitPrice: 2, totalPrice: 0},
+        ration: {quantity: 3, unitPrice: 2, totalPrice: 0},
+        glj: {quantity: 3, unitPriceHasMix: 2, unitPrice: 2},
+        feeRate: 4,
+        quantity_detail: 4,
+        material:5,//三材系数
+        process: 6,
+        marketPriceProcess: 2,
+        temProcess:6
+    };
+  
+    module.exports = {
+        defaultDecimal
+    };
 }