8021
This commit is contained in:
@ -273,6 +273,7 @@ export class PayableOrderComponent implements OnInit {
|
||||
buttons: [
|
||||
{
|
||||
text: '浏览',
|
||||
acl: { ability: ['FINANCIAL-PAYABLE-view'] },
|
||||
click: item =>
|
||||
this.router.navigate(['/financial-management/payable-order/detail/' + item.id], { queryParams: { billHId: item.id } })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user