车辆对接
This commit is contained in:
@ -162,29 +162,10 @@ export class InvoiceRequestedComponent implements OnInit {
|
||||
nzTitle: '开票',
|
||||
nzContent: RequestedInvoiceModalComponent,
|
||||
nzWidth: 1200,
|
||||
nzFooter: [
|
||||
{
|
||||
type: 'default',
|
||||
label: '移除',
|
||||
onClick: com => {
|
||||
com?.removeOrder(com.data);
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'default',
|
||||
label: '手工处理',
|
||||
onClick: () => {
|
||||
modal.destroy();
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'primary',
|
||||
label: '自动开票',
|
||||
onClick: () => {
|
||||
modal.destroy();
|
||||
}
|
||||
}
|
||||
]
|
||||
nzComponentParams: {
|
||||
id: item.id
|
||||
},
|
||||
nzFooter: null
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user