|
|
@ -219,11 +219,11 @@ |
|
|
<span v-else style="cursor: pointer" slot="label" @click="getOperatorList"><a>协同人员</a></span> |
|
|
<span v-else style="cursor: pointer" slot="label" @click="getOperatorList"><a>协同人员</a></span> |
|
|
<el-input v-model="detailData.operatorName" readonly style="width: 150px"></el-input> |
|
|
<el-input v-model="detailData.operatorName" readonly style="width: 150px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item> |
|
|
|
|
|
<span v-if="detailData.submitFlag === 'Y'" slot="label">责任人</span> |
|
|
|
|
|
<span v-else style="cursor: pointer" slot="label" @click="getResponsiblePersonList"><a>责任人</a></span> |
|
|
|
|
|
<el-input v-model="detailData.responsiblePersonName" readonly style="width: 150px"></el-input> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
<!-- <el-form-item>--> |
|
|
|
|
|
<!-- <span v-if="detailData.submitFlag === 'Y'" slot="label">责任人</span>--> |
|
|
|
|
|
<!-- <span v-else style="cursor: pointer" slot="label" @click="getResponsiblePersonList"><a>责任人</a></span>--> |
|
|
|
|
|
<!-- <el-input v-model="detailData.responsiblePersonName" readonly style="width: 150px"></el-input>--> |
|
|
|
|
|
<!-- </el-form-item>--> |
|
|
</el-form> |
|
|
</el-form> |
|
|
<el-form :inline="true" label-position="top"> |
|
|
<el-form :inline="true" label-position="top"> |
|
|
<el-form-item :label="'到货数量'"> |
|
|
<el-form-item :label="'到货数量'"> |
|
|
@ -2830,9 +2830,9 @@ |
|
|
//2025/9/8 海波更改 合格数量 不合格数量 |
|
|
//2025/9/8 海波更改 合格数量 不合格数量 |
|
|
this.detailData.passQty = row.passQty |
|
|
this.detailData.passQty = row.passQty |
|
|
this.detailData.notPassQty = row.notPassQty |
|
|
this.detailData.notPassQty = row.notPassQty |
|
|
this.detailData.noBatchQualifiedQty = this.detailData.rollQty - row.batchQualifiedQty |
|
|
|
|
|
this.detailData.batchQualifiedQty = row.batchQualifiedQty |
|
|
this.detailData.batchQualifiedQty = row.batchQualifiedQty |
|
|
if (row.state === '待检验'&&this.detailData.inspectionResult==='待检验') { |
|
|
|
|
|
|
|
|
this.detailData.noBatchQualifiedQty = this.detailData.rollQty - row.batchQualifiedQty |
|
|
|
|
|
if (row.state === '待检验'&&row.batchQualifiedQty===null) { |
|
|
this.detailData.inspectionResult='合格' |
|
|
this.detailData.inspectionResult='合格' |
|
|
this.detailData.batchQualifiedQty =this.detailData.rollQty |
|
|
this.detailData.batchQualifiedQty =this.detailData.rollQty |
|
|
this.detailData.rollCount=this.detailData.rollQty |
|
|
this.detailData.rollCount=this.detailData.rollQty |
|
|
|