update qms不合格评审页面关联检测类型

master
yinq 2 weeks ago
parent 399e6d051c
commit 54c19a540e

@ -134,7 +134,7 @@
</template>
</el-table-column>
<el-table-column label="质检单号" align="center" prop="inspectionNo" v-if="columns[3].visible"/>
<el-table-column label="检测类型" align="center" prop="inspectionType" v-if="columns[4].visible"/>
<el-table-column label="检测类型" align="center" prop="typeName" v-if="columns[4].visible"/>
<el-table-column label="生产日期" align="center" prop="productionDate" width="180" v-if="columns[5].visible">
<template #default="scope">
<span>{{ parseTime(scope.row.productionDate, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
@ -483,17 +483,17 @@ const dialog = reactive<DialogOption>({
//
const columns = ref<FieldOption[]>([
{ key: 0, label: `序号`, visible: true },
{ key: 0, label: `序号`, visible: false },
{ key: 1, label: `不合格检测单号`, visible: true },
{ key: 2, label: `评审结果`, visible: true },
{ key: 3, label: `质检单号`, visible: true },
{ key: 4, label: `检测类型`, visible: true },
{ key: 5, label: `生产日期`, visible: true },
{ key: 5, label: `生产日期`, visible: false },
{ key: 6, label: `派工单号`, visible: true },
{ key: 7, label: `工序名称`, visible: true },
{ key: 8, label: `物料名称`, visible: true },
{ key: 9, label: `物料编码`, visible: true },
{ key: 10, label: `物料规格`, visible: true },
{ key: 10, label: `物料规格`, visible: false },
{ key: 11, label: `供应商名称`, visible: true },
{ key: 12, label: `供应商编码`, visible: true },
{ key: 13, label: `质检数量`, visible: true },

Loading…
Cancel
Save