Commit a22e7e1d authored by XieZhiXiong's avatar XieZhiXiong

修改字段名称

parent 044b3035
...@@ -448,10 +448,10 @@ const ExchangeForm: React.FC<BillsFormProps> = ({ ...@@ -448,10 +448,10 @@ const ExchangeForm: React.FC<BillsFormProps> = ({
productId: item.productId, productId: item.productId,
productName: item.productName, productName: item.productName,
category: item.category, category: item.category,
brand: item.unitName, brand: item.brand,
unit: item.costPrice, unit: item.unit,
purchaseCount: item.purchaseCount,
purchasePrice: item.price, purchasePrice: item.price,
purchaseCount: item.purchaseCount,
purchaseAmount: +(item.price * item.purchaseCount).toFixed(2), purchaseAmount: +(item.price * item.purchaseCount).toFixed(2),
replaceReason: '', replaceReason: '',
extraData: { extraData: {
......
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