diff --git a/src/views/modules/qc/IQCResultEntry.vue b/src/views/modules/qc/IQCResultEntry.vue index e35979b..d75a006 100644 --- a/src/views/modules/qc/IQCResultEntry.vue +++ b/src/views/modules/qc/IQCResultEntry.vue @@ -2832,6 +2832,7 @@ this.detailData.notPassQty = row.notPassQty this.detailData.batchQualifiedQty = row.batchQualifiedQty this.detailData.noBatchQualifiedQty = this.detailData.rollQty - row.batchQualifiedQty + //如果没有保存过久给默认值 默认全部通过 if (row.state === '待检验'&&row.batchQualifiedQty===null) { this.detailData.inspectionResult='合格' this.detailData.batchQualifiedQty =this.detailData.rollQty