Commit 545187a9 authored by 卢均锐's avatar 卢均锐

fix: 业务请款详情跳转路径修改

parent b0f29215
......@@ -64,7 +64,7 @@ const SearchDetail = () => {
{ label: '请款类型', extra: data.applyTypeName, type: 'text' },
{ label: '支付方式', extra: data.moneyPayWayName, type: 'text' },
{ label: '请款备注', extra: data.remark, type: 'text' },
{ label: '对账单号', extra: data?.reconciliationNo ? <Link to={`/memberCenter/balance/businessReconciliation/search/preview?id=${data.reconciliationId}&no=${data.reconciliationNo}`}>{data.reconciliationNo}</Link> : '-', type: 'text' },
{ label: '对账单号', extra: data?.reconciliationNo ? <Link to={`/memberCenter/balance/businessReconciliationCollaboration/search/preview?id=${data.reconciliationId}&no=${data.reconciliationNo}`}>{data.reconciliationNo}</Link> : '-', type: 'text' },
{ label: '发票号码', extra: data?.invoiceMessages ? <>{data?.invoiceMessages?.numbers.map((item) => <div>{item.invoiceNumber}({item.invoiceDate})</div>)}</> : '-', type: 'text' },
{ label: '状态', extra: <StatusTag type='primary' title={data.statusName} />, type: 'text' },
{ label: '单据时间', extra: data.createTime, type: 'text' },
......
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