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()