edit
This commit is contained in:
@ -180,7 +180,7 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
* @returns
|
||||
*/
|
||||
removeInvocie(item?: any) {
|
||||
this.nzModalService.warning({
|
||||
const modal = this.nzModalService.warning({
|
||||
nzTitle: '确定将所选已确认开票申请作废?',
|
||||
nzContent: '作废后发票信息不可修改',
|
||||
nzOnOk: () => {
|
||||
@ -188,6 +188,7 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
if (res) {
|
||||
this.service.msgSrv.success('发票作废成功');
|
||||
this.st.load(1);
|
||||
modal.destroy();
|
||||
}
|
||||
});
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user