|
|
@@ -168,16 +168,17 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<el-select
|
|
|
+ v-if="
|
|
|
+ !['炉水电导率', '给水电导率'].includes(
|
|
|
+ scope.row.inspectionName
|
|
|
+ )
|
|
|
+ "
|
|
|
v-model="scope.row.qualityResults"
|
|
|
placeholder="请选择"
|
|
|
style="width: 100%"
|
|
|
@change="qualityResultsListChange(tableData)"
|
|
|
:disabled="
|
|
|
- type == 'detail' ||
|
|
|
- (!pageName && props.row.correlationId) ||
|
|
|
- ['炉水电导率', '给水电导率'].includes(
|
|
|
- scope.row.inspectionName
|
|
|
- )
|
|
|
+ type == 'detail' || (!pageName && props.row.correlationId)
|
|
|
"
|
|
|
>
|
|
|
<el-option
|
|
|
@@ -402,7 +403,7 @@
|
|
|
let num1 = arr.find(
|
|
|
(item) => item.inspectionName == '炉水电导率'
|
|
|
)?.qualityResultContent;
|
|
|
- console.log(num,num1)
|
|
|
+ console.log(num, num1);
|
|
|
|
|
|
arr.forEach((item, i) => {
|
|
|
if (num && num1 && item.inspectionName == '干度值') {
|