|
|
|
@ -1,5 +1,5 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<el-dialog title="检验结果填报" append-to-body :modelValue="showDialog" width="80%" @close="closeDialog"> |
|
|
|
<el-dialog title="详情" append-to-body :modelValue="showDialog" width="80%" @close="closeDialog"> |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<div style="font-weight: 550;">任务信息</div> |
|
|
|
<div style="font-weight: 550;">任务信息</div> |
|
|
|
<div class="info_box"> |
|
|
|
<div class="info_box"> |
|
|
|
@ -270,7 +270,7 @@ |
|
|
|
<span>电导率测量值:</span><span>{{ detailForm.conductivityRepeatTestValue }}</span> |
|
|
|
<span>电导率测量值:</span><span>{{ detailForm.conductivityRepeatTestValue }}</span> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6"> |
|
|
|
<el-col :span="6"> |
|
|
|
<span>化验人:</span><span>{{ detailForm.repeatTestUserId }}</span> |
|
|
|
<span>化验人:</span><span>{{ detailForm.repeatTestUserRealName }}</span> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6"> |
|
|
|
<el-col :span="6"> |
|
|
|
<span>化验时间:</span><span>{{ detailForm.repeatFillDate }}</span> |
|
|
|
<span>化验时间:</span><span>{{ detailForm.repeatFillDate }}</span> |
|
|
|
@ -333,7 +333,7 @@ |
|
|
|
<template #footer> |
|
|
|
<template #footer> |
|
|
|
<span class="dialog-footer"> |
|
|
|
<span class="dialog-footer"> |
|
|
|
<el-button @click="closeDialog">取 消</el-button> |
|
|
|
<el-button @click="closeDialog">取 消</el-button> |
|
|
|
<el-button type="primary" @click="submit">确 定</el-button> |
|
|
|
<!-- <el-button type="primary" @click="submit">确 定</el-button> --> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-dialog> |
|
|
|
</el-dialog> |
|
|
|
|