From 5faae71e92fe817263f20840f360d5a2339c5667 Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Wed, 7 Aug 2024 15:31:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionReceipt/job/productionReceiptJob.vue | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/pages/productionReceipt/job/productionReceiptJob.vue b/src/pages/productionReceipt/job/productionReceiptJob.vue index 884bc7b9..ee4863cf 100644 --- a/src/pages/productionReceipt/job/productionReceiptJob.vue +++ b/src/pages/productionReceipt/job/productionReceiptJob.vue @@ -3,8 +3,7 @@ @@ -85,7 +84,7 @@ title: '', scanMessage: "", productionLineList: [], - productionLine:"" + productionLine: "" }; }, onLoad(option) { @@ -136,7 +135,7 @@ methods: { productionLineCode(productionLineCode) { this.productionLine = productionLineCode - this.getList('refresh', this.productionLine) + this.getList('refresh', this.productionLine) }, getProductionReceiptJobByProductionline() { getProductionReceiptJobByProductionline().then(res => { @@ -353,8 +352,8 @@ this.scanMessage = "" var filters = [{ column: "packingNumber", - action: "==", - value: result.label.packingNumber + action: "in", + value: result.package.number + "," + result.package.parentNumber }, { column: "batch",