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; | ||||
|  | ||||
| @ -39,7 +39,7 @@ export class TicketService extends ShipperBaseService { | ||||
|   // 运营端批量推送开票-E税云开票 | ||||
|   $api_batch_push_invoic = '/api/fcc/ficoVatinvH/crmPushInvoBath'; | ||||
|   // 发票作废 | ||||
|   $api_cancel_invoic = '/api/fcc/ficoInpinvH/inpinvHCancel'; | ||||
|   $api_cancel_invoic = '/api/fcc/ficoVatinvH/inpinvHCancel'; | ||||
|  | ||||
|   // 获取汇总下单路径 | ||||
|   $api_get_order_summary_path = '/api/fcc/ficoExpressH/getSummaryOrderAddress'; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user