From 66da01abbb4a3f5b1302380def0466d4810f6658 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Wed, 8 Jan 2025 14:50:43 +0800 Subject: [PATCH] =?UTF-8?q?1/8=20=E5=8F=91=E7=A5=A8=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/InvoiceCkeck.vue | 196 +++++++++++++------------- src/views/inout/InvoiceRegByOrder.vue | 4 - 2 files changed, 98 insertions(+), 102 deletions(-) diff --git a/src/views/inout/InvoiceCkeck.vue b/src/views/inout/InvoiceCkeck.vue index 619a07c..732aac6 100644 --- a/src/views/inout/InvoiceCkeck.vue +++ b/src/views/inout/InvoiceCkeck.vue @@ -155,99 +155,99 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + 单据 {{ input.billNo }}-单据详情 + + + + + + + + + + + + + + + + + + + + + + + @@ -1061,7 +1060,6 @@ export default { acceptQuery: null, acceptOrderVisible: false, subRow: null, - detaillist:[], }; }, components: {AcceptOrder, DialogInvoice, InvoiceRegister, ElImageViewer, InvoiceRegistrationDetermine, checkInvoice}, @@ -1092,11 +1090,9 @@ export default { InvoiceRegister1(_this,row) { _this.savebillno = _this.currentRow.billNo _this.inputInv = row; - _this.detaillist.push(row) _this.checkInvoice = true; }, closecheckInvoice() { - this.detaillist = [] this.checkInvoice = false; this.getList(); this.currentRow.billNo = this.savebillno;