|
@@ -4,8 +4,8 @@
|
|
|
|
|
|
//默认的小数位数,用于定义用户可编辑的字段(入库),用户不可编辑的字段在前端defaultDecima._def中定义即可
|
|
|
const defaultDecimal = {
|
|
|
- bills: { unitPrice: 2, totalPrice: 2 },
|
|
|
- ration: { quantity: 4, unitPrice: 2, totalPrice: 2 },
|
|
|
+ bills: { unitPrice: 2, totalPrice: 0 },
|
|
|
+ ration: { quantity: 4, unitPrice: 2, totalPrice: 0 },
|
|
|
glj: { quantity: 4, unitPriceHasMix: 2, unitPrice: 2 },
|
|
|
feeRate: 3,
|
|
|
quantity_detail: 4,
|