Commit 4c3f79fa authored by 卢均锐's avatar 卢均锐

fix: 业务请款协同详情补全跳转路径

parent 9477bbea
......@@ -101,7 +101,7 @@ const SearchDetail = () => {
if (record.billType === 1) {
window.open(`/memberCenter/tranactionAbility/saleOrder/orderList/preview?id=${record.billId}`)
} else if (record.billType === 2) {
window.open(`memberCenter/contract/coordination/coordinationList/details?contractId=${record.billId}`)
window.open(`/memberCenter/contract/coordination/coordinationList/details?contractId=${record.billId}`)
}else {
window.open(`/memberCenter/afterService/returnManage/returnQuery/detail?id=${record.billId}`)
}
......
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