edit
This commit is contained in:
@ -180,7 +180,7 @@ export class CancellationInvoiceComponent implements OnInit {
|
|||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
removeInvocie(item?: any) {
|
removeInvocie(item?: any) {
|
||||||
this.nzModalService.warning({
|
const modal = this.nzModalService.warning({
|
||||||
nzTitle: '确定将所选已确认开票申请作废?',
|
nzTitle: '确定将所选已确认开票申请作废?',
|
||||||
nzContent: '作废后发票信息不可修改',
|
nzContent: '作废后发票信息不可修改',
|
||||||
nzOnOk: () => {
|
nzOnOk: () => {
|
||||||
@ -188,6 +188,7 @@ export class CancellationInvoiceComponent implements OnInit {
|
|||||||
if (res) {
|
if (res) {
|
||||||
this.service.msgSrv.success('发票作废成功');
|
this.service.msgSrv.success('发票作废成功');
|
||||||
this.st.load(1);
|
this.st.load(1);
|
||||||
|
modal.destroy();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
@ -39,7 +39,7 @@ export class TicketService extends ShipperBaseService {
|
|||||||
// 运营端批量推送开票-E税云开票
|
// 运营端批量推送开票-E税云开票
|
||||||
$api_batch_push_invoic = '/api/fcc/ficoVatinvH/crmPushInvoBath';
|
$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';
|
$api_get_order_summary_path = '/api/fcc/ficoExpressH/getSummaryOrderAddress';
|
||||||
|
|||||||
Reference in New Issue
Block a user