|
@@ -15,4 +15,24 @@ if (typeof feeRateObject !== 'undefined') {
|
|
|
}
|
|
}
|
|
|
return result;
|
|
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
|
|
|
|
|
+ };
|
|
|
}
|
|
}
|