From 11d0c0c60715f8a509fcfb6b8f05a0f209ba579e Mon Sep 17 00:00:00 2001 From: linfso Date: Sun, 17 Nov 2024 09:45:23 +0800 Subject: [PATCH] md --- .../emisSettleBill/panel/SiteConfirmSubBillListPanel.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/emis/emisSettleBill/panel/SiteConfirmSubBillListPanel.vue b/src/views/emis/emisSettleBill/panel/SiteConfirmSubBillListPanel.vue index 8c5b02bb..a92fe445 100644 --- a/src/views/emis/emisSettleBill/panel/SiteConfirmSubBillListPanel.vue +++ b/src/views/emis/emisSettleBill/panel/SiteConfirmSubBillListPanel.vue @@ -573,13 +573,15 @@ export default { }).catch(() => {}); }, handleSetNoNeedOpenBill(row){ - const ids = row.id || this.ids; - this.$modal.confirm('确认不开票?').then(function() { + const ids = row.id || this.ids; + this.$modal.confirm('是否确认').then(function() { return setNoNeedOpenBill(ids); }).then(() => { this.getList(); + this.$modal.msgSuccess("操作成功"); }).catch(() => {}); - }, + + }, // 移除运单 handleRemovceBillCode(){ let postData={