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={