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