From 6d71e7332bcc88e0ae522828fc41f3917d4555a3 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Fri, 7 Apr 2023 15:27:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8F=91=E7=A5=A8=E7=99=BB?= =?UTF-8?q?=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/InvoiceRegistration.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/inout/InvoiceRegistration.vue b/src/views/inout/InvoiceRegistration.vue index 2fca937..c9fd669 100644 --- a/src/views/inout/InvoiceRegistration.vue +++ b/src/views/inout/InvoiceRegistration.vue @@ -185,7 +185,7 @@ 单据 {{ currentRow.billNo }}-单据详情 - @@ -277,7 +277,7 @@ 单据 {{ currentRow.billNo }}-发票信息 - @@ -613,13 +613,12 @@ export default { this.getList(); }, InvoiceRegister(row) { - this.$confirm('是否登记新的发票?', '提示', { confirmButtonText: '确认', cancelButtonText: '取消', type: 'warning' }).then(() => { - this.insertInvoice(row) + insertInvoice(row) .then(response => { if (response.code === 20000) { this.closeInvoice(row);