Commit 3071ab1c authored by Damon's avatar Damon

refactor: 保存配件增加单价

parent d5c243ca
...@@ -108,7 +108,8 @@ ...@@ -108,7 +108,8 @@
name: v.name, name: v.name,
part_id: v.skuId, part_id: v.skuId,
quantity: v.quantity, quantity: v.quantity,
max: v.max max: v.max,
cost: v.cost || 0
} }
}) })
......
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