车辆对接

This commit is contained in:
wangshiming
2021-12-31 13:53:53 +08:00
parent 1561d4b6eb
commit 5245db0b39
5 changed files with 121 additions and 64 deletions

View File

@ -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
});
}