Commit c5f0c4e3 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修改查看换货申请单跳转订单详情查看不了的问题

parent b8ea0cfa
......@@ -410,7 +410,8 @@ const ExchangeForm: React.FC<BillsFormProps> = ({
extraData: {
remaining: item.purchaseCount || 0, // 已换货数量,这里取 采购数量判断即可
id: item.orderRecordId,
taskTypeKey,
taskTypeKey,
orderId: item.orderId,
},
associated: !item.associatedProductId ? '' : `${item.associatedProductId}/${item.associatedProductName}/${item.associatedType || ' '}/${item.associatedCategory}/${item.associatedBrand}`,
})),
......
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