From 591f83310d7f8366aed78ccb1053314a9da3fc79 Mon Sep 17 00:00:00 2001
From: wangwei <1610949092@qq.com>
Date: Tue, 3 Dec 2024 17:57:09 +0800
Subject: [PATCH] =?UTF-8?q?12/3=20=E5=8F=91=E7=A5=A8=E7=99=BB=E8=AE=B0?=
=?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/inout/InvoiceCkeck.vue | 198 +++++++++++++-------------
src/views/inout/InvoiceRegByOrder.vue | 7 +-
2 files changed, 105 insertions(+), 100 deletions(-)
diff --git a/src/views/inout/InvoiceCkeck.vue b/src/views/inout/InvoiceCkeck.vue
index dbdae515..3701a049 100644
--- a/src/views/inout/InvoiceCkeck.vue
+++ b/src/views/inout/InvoiceCkeck.vue
@@ -155,100 +155,100 @@
-
-
-
- 单据 {{ input.billNo }}-单据详情
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1068,6 +1070,7 @@ export default {
acceptQuery: null,
acceptOrderVisible: false,
subRow: null,
+ detailList:[]
};
},
components: {AcceptOrder, DialogInvoice, InvoiceRegister, ElImageViewer, InvoiceRegistrationDetermine, checkInvoice},
@@ -1097,11 +1100,13 @@ export default {
this.getList();
},
InvoiceRegister1(_this,row) {
- _this.savebillno = row.billNo
+ _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;