From 08146523bab7e8c55ac2cc5c54c7bba553155539 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Fri, 6 Jan 2023 16:18:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvPreInProductsDetail.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/inventory/InvPreInProductsDetail.vue b/src/views/inventory/InvPreInProductsDetail.vue index 012c10d..062f176 100644 --- a/src/views/inventory/InvPreInProductsDetail.vue +++ b/src/views/inventory/InvPreInProductsDetail.vue @@ -187,14 +187,14 @@ export default { getCodeList() { this.loading = true; this.query.orderIdFk = this.idQuery.orderIdFk; - let query = { - orderIdFk: this.idQuery.orderIdFk, - code:this.query.code - } + // let query = { + // orderIdFk: this.idQuery.orderIdFk, + // code:this.query.code, + // } /* this.query.batchNo = this.idQuery.batchNo; this.query.supId = this.idQuery.supId; this.query.invStorageCode = this.idQuery.invStorageCode;*/ - filterDetailProducts(query) //查找该单号下的所有条码 + filterDetailProducts(this.query) //查找该单号下的所有条码 .then((response) => { this.loading = false; this.codeArry = response.data.list || [];