|
|
|
@ -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 |
|
|
|
|