From 1edf3f3fc664202f0e3fda65a3c263e30d43cd4b Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 8 May 2023 19:57:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E7=A5=A8=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/InvoiceRegistration.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/inout/InvoiceRegistration.vue b/src/views/inout/InvoiceRegistration.vue index cd4c7d34..1e36cefe 100644 --- a/src/views/inout/InvoiceRegistration.vue +++ b/src/views/inout/InvoiceRegistration.vue @@ -1039,11 +1039,11 @@ export default { return; } this.bizDetailLoading = true; - this.bizQuery.orderIdFk = this.currentRow.billNo; if(row != null) { + this.bizQuery.orderIdFk=row.orderIdFk; this.bizQuery.batchNo = row.batchNo; this.bizQuery.relId = row.bindRlFk; - this.bizQuery.bizIdFk = row.id; + // this.bizQuery.bizIdFk = row.id; } filterListInvoice(this.bizQuery).then((res) => { this.bizDetailLoading = false;