车辆接口更新
This commit is contained in:
@ -327,23 +327,23 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
iif: item => item.sts != '3',
|
||||
click: item => this.requestedAction(item)
|
||||
},
|
||||
{
|
||||
text: '推送开票',
|
||||
iif: item => item.sts != '3',
|
||||
click: item => this.pushInvoiceAction(item)
|
||||
},
|
||||
{
|
||||
text: '移除',
|
||||
click: item => this.batchRemove(item)
|
||||
},
|
||||
{
|
||||
text: '确认'
|
||||
// click: item => this.rejectAction(item)
|
||||
},
|
||||
{
|
||||
text: '撤回',
|
||||
click: item => this.batchWithdraw(item)
|
||||
}
|
||||
// {
|
||||
// text: '推送开票',
|
||||
// iif: item => item.sts != '3',
|
||||
// click: item => this.pushInvoiceAction(item)
|
||||
// },
|
||||
// {
|
||||
// text: '移除',
|
||||
// click: item => this.batchRemove(item)
|
||||
// },
|
||||
// {
|
||||
// text: '确认'
|
||||
// // click: item => this.rejectAction(item)
|
||||
// },
|
||||
// {
|
||||
// text: '撤回',
|
||||
// click: item => this.batchWithdraw(item)
|
||||
// }
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user