质量缺陷修复

dev-scheduling
jinna 3 weeks ago
parent c2d17f7298
commit c0b826df2a
  1. 2
      src/views/orderManagement/components/mold/addMoldDailog.vue
  2. 6
      src/views/qualityManagement/tankSolutionSystem/components/disposeDialog.vue
  3. 3
      src/views/qualityManagement/tankSolutionSystem/tankSolutionTaskDispose.vue

@ -1,6 +1,6 @@
<template>
<el-dialog
title="新增"
:title="moldAddMore ? '批量模具申报' : '模具申报'"
append-to-body
:modelValue="openShow"
width="90%"

@ -1,5 +1,5 @@
<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 style="font-weight: 550;">任务信息</div>
<div class="info_box">
@ -270,7 +270,7 @@
<span>电导率测量值</span><span>{{ detailForm.conductivityRepeatTestValue }}</span>
</el-col>
<el-col :span="6">
<span>化验人</span><span>{{ detailForm.repeatTestUserId }}</span>
<span>化验人</span><span>{{ detailForm.repeatTestUserRealName }}</span>
</el-col>
<el-col :span="6">
<span>化验时间</span><span>{{ detailForm.repeatFillDate }}</span>
@ -333,7 +333,7 @@
<template #footer>
<span class="dialog-footer">
<el-button @click="closeDialog"> </el-button>
<el-button type="primary" @click="submit"> </el-button>
<!-- <el-button type="primary" @click="submit"> </el-button> -->
</span>
</template>
</el-dialog>

@ -380,11 +380,14 @@ export default {
{
label: '上次化验时间',
prop: 'firstTestDate',
type:'date',
search: false,
sortable: true,
filter: true,
span: 24,
width: 160,
format:"YYYY-MM-DD",
valueFormat:"YYYY-MM-DD",
},
{
label: '槽液到期时间',

Loading…
Cancel
Save