This commit is contained in:
Taric Xin
2022-01-19 14:02:10 +08:00
parent d3246222f7
commit eb42a89f0f
6 changed files with 152 additions and 41 deletions

View File

@ -176,8 +176,14 @@ export class RechargeRecordComponent implements OnInit {
className: 'text-center',
buttons: [
{
text: '查看回单'
// click: item => this.router.navigate(['/financial-management/freight-account/detail/1'])
text: '查看回单',
click: item =>
this.service.getReceiptUrl(item.receiptUrl, {
bankType: item.bankType,
rmYll: item.roleId,
snglFlgCd: item.paySerialNumber,
bussType: '06'
})
}
]
}