edit
This commit is contained in:
@ -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'
|
||||
})
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user