Commit 7a8ee31e authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 确认询价报价跳转采购订单链接更改

parent bd69cd35
......@@ -76,7 +76,7 @@ const OfferSearch = () => {
dataIndex: 'operate',
render: (_, record) => record.isShowPurchaseOrder &&
<AuthButton btnCode='waitAuditOfferOne.chuangjiancaigoudingdan' >
<Button type='link' onClick={() => history.push(`/memberCenter/tranactionAbility/purchaseOrder/readyAddB2bOrder/add?modelType=3&quotationId=${record.id}`)}>{intl.formatMessage({ id: 'dealAbility.chuangjiancaigoudingdan' })}</Button>
<Button type='link' onClick={() => history.push(`/memberCenter/order/purchaseOrder/readyAddB2bOrder/add?modelType=3&quotationId=${record.id}`)}>{intl.formatMessage({ id: 'dealAbility.chuangjiancaigoudingdan' })}</Button>
</AuthButton>
}
......
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