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);