From 206ace3ad989b5230845f9f6b7f46bd750359a59 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Tue, 9 Jan 2024 11:21:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=B0=E8=B4=A7=E6=A3=80?= =?UTF-8?q?=E9=AA=8C=EF=BC=8C=E6=B2=A1=E6=9C=89=E6=89=AB=E6=8F=8F=E4=B8=8D?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/inspect/job/inspectDetail.vue | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/pages/inspect/job/inspectDetail.vue b/pages/inspect/job/inspectDetail.vue index dd258838..6e6c8033 100644 --- a/pages/inspect/job/inspectDetail.vue +++ b/pages/inspect/job/inspectDetail.vue @@ -466,16 +466,18 @@ detail.toInventoryStatus = "NOK" } } - - } else { - detail.sampleQty = detail.qty; - detail.failedQty = 0; - detail.crackQty = 0; - detail.notPassedQty = 0; - detail.goodQty = detail.qty; - detail.inspectUser = this.$store.state.user.id - detail.toInventoryStatus = "OK" - } + } + + // else { + // detail.sampleQty = detail.qty; + // detail.failedQty = 0; + // detail.crackQty = 0; + // detail.notPassedQty = 0; + // detail.handleQty = 0; + // detail.goodQty = detail.qty; + // detail.inspectUser = this.$store.state.user.id + // detail.toInventoryStatus = "OK" + // } list.push(detail) })