This commit is contained in:
Taric Xin
2022-02-15 16:07:25 +08:00
parent bb331fa4b8
commit 2ec7169598
6 changed files with 246 additions and 6 deletions

View File

@ -119,7 +119,7 @@ export class AdvanceCollectionComponent implements OnInit {
return [
{ title: '网络货运人', width: 160, index: 'ltdName' },
{ title: '银行类型', width: 120, index: 'bankTypeLabel' },
{ title: '银行类型', width: 120, index: 'banktype' },
{ title: '收款账户', width: 120, index: 'ltdaccountId' },
{ title: '收款类型', width: 120, index: 'brmtype' },
{
title: '预收余额',
@ -139,15 +139,13 @@ export class AdvanceCollectionComponent implements OnInit {
buttons: [
{
text: '浏览',
click: item => this.router.navigate(['/financial-management/driver-account/detail/' + item.id])
click: item => this.router.navigate(['/financial-management/advance-collection/detail/' + item.id])
},
{
text: '核销',
click: item => this.router.navigate(['/financial-management/driver-account/detail/' + item.id])
},
{
text: '退款',
click: item => this.router.navigate(['/financial-management/driver-account/detail/' + item.id])
}
]
}