Commit 111dcd11 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 询价报价下单商品添加priceType字段

parent 8242addd
......@@ -54,6 +54,8 @@ const InquiryModalTable:React.FC<InquiryModalTableProps> = (props) => {
v.memberRoleId = item.offerMemberRoleId
v.orderMode = schemaAction.getFieldValue('orderMode')
v.shopId = schemaAction.getFieldValue('shopId')
// b2b询价下单 定价类型必定为2
v.priceType = 2
return v
})
......
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