This commit is contained in:
Taric Xin
2022-01-19 16:30:12 +08:00
parent ce64b48674
commit 48ce6a1d10
22 changed files with 623 additions and 144 deletions

View File

@ -320,7 +320,7 @@ export class VoucherSummaryComponent implements OnInit {
},
{
text: '列表',
click: (item: any) => this.router.navigate(['/financial-management/voucher-summary/detail/' + item.id])
click: (item: any) => this.router.navigate(['/financial-management/voucher-summary/list/' + item.vc2code])
}
]
}