Commit 36c58485 authored by 前端-许佳敏's avatar 前端-许佳敏

fix:新增订单时加入商品图片字段

parent c3cb7ea4
......@@ -179,6 +179,7 @@ const PurchaseOrderDetail:React.FC<PurchaseOrderDetailProps> = (props) => {
v.price = 1
v.isMemberPrice = Number(v.isMemberPrice)
v.memberPrice = parseInt(v.memberPrice)
v.imgUrl = v.mainPic
// v.productId = v.id
// v.productName = v.name
// v.category = v.customerCategoryName
......
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