|
|
|
|
@ -63,10 +63,10 @@ |
|
|
|
|
{{scope.row.qualified == 1 ? '合格' : scope.row.qualified == 2 ? '不合格' : ''}} |
|
|
|
|
</template> |
|
|
|
|
<!-- 复测电导率 --> |
|
|
|
|
<template #conductivityRepeatTestValue="scope"> |
|
|
|
|
<!-- <template #conductivityRepeatTestValue="scope"> |
|
|
|
|
<div class="inpu-text"> |
|
|
|
|
<el-input @input="val => scope.row.conductivityRepeatTestValue = formatDecimal(val, 5)" :disabled="scope.row.status == 2 || scope.row.status == 4" v-model="scope.row.conductivityRepeatTestValue" /></div> |
|
|
|
|
</template> |
|
|
|
|
</template> --> |
|
|
|
|
<template #firstTestDate="scope"> |
|
|
|
|
<div class="inpu-text"> |
|
|
|
|
<el-date-picker |
|
|
|
|
@ -426,17 +426,17 @@ export default { |
|
|
|
|
width: 200, |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '复测电导率测量值', |
|
|
|
|
prop: 'conductivityRepeatTestValue', |
|
|
|
|
sortable: true, |
|
|
|
|
filter: true, |
|
|
|
|
span: 24, |
|
|
|
|
search: false, |
|
|
|
|
width: 220, |
|
|
|
|
cell: true |
|
|
|
|
// { |
|
|
|
|
// label: '复测电导率测量值', |
|
|
|
|
// prop: 'conductivityRepeatTestValue', |
|
|
|
|
// sortable: true, |
|
|
|
|
// filter: true, |
|
|
|
|
// span: 24, |
|
|
|
|
// search: false, |
|
|
|
|
// width: 220, |
|
|
|
|
// cell: true |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
// }, |
|
|
|
|
|
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
@ -596,7 +596,7 @@ export default { |
|
|
|
|
}) |
|
|
|
|
}else if(this.data[0].status == 8){ |
|
|
|
|
const requiredFields = [ |
|
|
|
|
{ key: 'conductivityRepeatTestValue', label: '复测电导率测量值' }, |
|
|
|
|
// { key: 'conductivityRepeatTestValue', label: '复测电导率测量值' }, |
|
|
|
|
{ key: 'repeatTestValue', label: '复测测量值' }, |
|
|
|
|
]; |
|
|
|
|
// 遍历所有行进行校验和计算 |
|
|
|
|
|