车辆接口更新

This commit is contained in:
wangshiming
2022-01-20 15:24:19 +08:00
parent a68612626b
commit 61dccdd3d3
9 changed files with 73 additions and 53 deletions

View File

@ -415,13 +415,13 @@ export class InvoiceRequestedComponent implements OnInit {
buttons: [
{ type: 'divider' },
{
text: '开票',
text: '开票<br/>',
click: item => this.requestedInvoiceAction(item)
},
{
text: '驳回<br/>',
click: item => this.rejectAction([item])
},
// {
// text: '驳回<br/>',
// click: item => this.rejectAction([item])
// },
{
text: '订单明细<br/>',
click: item => this.router.navigate(['/ticket/invoice-requested/detail/' + item?.id])
@ -430,10 +430,10 @@ export class InvoiceRequestedComponent implements OnInit {
text: '查看原因<br/>',
click: item => this.showReason(item)
},
{
text: '下载对账单'
// click: item => this.rejectAction(item)
}
// {
// text: '下载对账单'
// // click: item => this.rejectAction(item)
// }
]
}
];