替换containsAllLable
This commit is contained in:
@ -30,9 +30,9 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
totalCallNo = 0;
|
||||
|
||||
openInfo: any = { invoicedate: null, invoiceno: null };
|
||||
constructor(public service: TicketService, private nzModalService: NzModalService, private router: Router) {}
|
||||
constructor(public service: TicketService, private nzModalService: NzModalService, private router: Router) { }
|
||||
|
||||
ngOnInit(): void {}
|
||||
ngOnInit(): void { }
|
||||
|
||||
beforeReq = (requestOptions: STRequestOptions) => {
|
||||
if (this.sf) {
|
||||
@ -113,7 +113,7 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
this.nzModalService.warning({
|
||||
nzTitle: '确定将所选待处理开票申请推送开票?',
|
||||
nzContent: '推送开票后发票信息不可修改,待系统开票完成后会自动返回开票结果',
|
||||
nzOnOk: () => {}
|
||||
nzOnOk: () => { }
|
||||
});
|
||||
}
|
||||
|
||||
@ -130,7 +130,7 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
this.nzModalService.warning({
|
||||
nzTitle: '确定将所选待确认开票申请撤回?',
|
||||
nzContent: '提交税控后发票信息不可修改,待税控开票完成后返回开票结果',
|
||||
nzOnOk: () => {}
|
||||
nzOnOk: () => { }
|
||||
});
|
||||
}
|
||||
|
||||
@ -147,7 +147,7 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
this.nzModalService.warning({
|
||||
nzTitle: '确定将所选待确认开票申请撤回?',
|
||||
nzContent: '提交税控后发票信息不可修改,待税控开票完成后返回开票结果',
|
||||
nzOnOk: () => {}
|
||||
nzOnOk: () => { }
|
||||
});
|
||||
}
|
||||
|
||||
@ -232,7 +232,7 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
type: 'string',
|
||||
ui: {
|
||||
widget: 'dict-select',
|
||||
containsAllLable: true,
|
||||
containsAllLabel: true,
|
||||
params: { dictKey: 'vatinv:status' },
|
||||
containAllLable: true,
|
||||
visibleIf: {
|
||||
|
||||
Reference in New Issue
Block a user