Commit 3efff496 authored by Damon's avatar Damon

fix: 【ID1001720】【扳手会小程序-订单-完工基本信息页面】:物料信息处没有校验可用库存数量

parent 544cf9dd
......@@ -153,6 +153,7 @@ export default {
skuId: v.skuId,
quantity: v.quantity,
cost: v.cost || 0,
max: v.max
}
})
......
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