From 900e9d7c000901bb618864ce370ea5cb3c549854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Mon, 8 Sep 2025 11:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9IQC=E4=BB=BB=E5=8A=A1=20?= =?UTF-8?q?=E6=A3=80=E9=AA=8C=E5=8D=95=20=E5=BA=94=E7=94=A8=E5=90=8E=20=20?= =?UTF-8?q?=E5=90=88=E6=A0=BC=E6=95=B0=E9=87=8F=20=E4=B8=8D=E5=90=88?= =?UTF-8?q?=E6=A0=BC=E6=95=B0=E9=87=8F=E4=B8=8D=E5=AF=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/IQCResultEntry.vue | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/views/modules/qc/IQCResultEntry.vue b/src/views/modules/qc/IQCResultEntry.vue index 339c1e0..d64876f 100644 --- a/src/views/modules/qc/IQCResultEntry.vue +++ b/src/views/modules/qc/IQCResultEntry.vue @@ -2672,12 +2672,15 @@ this.detailData.responsiblePersonName = row.responsiblePersonName this.detailData.invdefinetype = row.invdefinetype this.detailData.state = row.state - if (row.state === '待检验') { - this.detailData.passQty = row.samplingQty - } else { - this.detailData.passQty = row.passQty - this.detailData.notPassQty = row.notPassQty - } + // if (row.state === '待检验') { + // this.detailData.passQty = row.samplingQty + // } else { + // this.detailData.passQty = row.passQty + // this.detailData.notPassQty = row.notPassQty + // } + //2025/9/8 海波更改 合格数量 不合格数量 + this.detailData.passQty = row.passQty + this.detailData.notPassQty = row.notPassQty this.detailData.batchQualifiedQty = row.batchQualifiedQty this.getInspectionFormData() this.inspectorSearch()