Commit b33cd4c9 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改税率相关字段值

parent 31ce1724
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-04 15:09:09
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-07 14:51:11
* @LastEditTime: 2021-08-09 16:39:07
* @Description: 维修商品抽屉组件
*/
import React from 'react';
......@@ -193,8 +193,8 @@ class GoodsDrawer extends React.Component<GoodsDrawerProps, GoodsDrawerState> {
...rest,
quantity: +rest.quantity,
purchasePrice: +rest.purchasePrice,
tax: rest.tax,
taxRate: rest.taxRate,
tax: rest.tax ? 1 : 0,
taxRate: +rest.taxRate,
orderNo: item.orderNo,
orderId: item.orderId,
payInfoList: item.payInfoList,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment