|
|
|
@ -271,7 +271,7 @@ |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="modalData" :rules="rules" style="margin-left: 7px;margin-top: -5px;"> |
|
|
|
<el-form-item prop="templateId" :rules="rules.templateId"> |
|
|
|
<span style="cursor: pointer" v-if="this.controlData.baseData === '控制'" slot="label" @click="queryTemplateList"><a>检验模板</a></span> |
|
|
|
<span style="cursor: pointer" v-if="'1' === '1'" slot="label" @click="queryTemplateList"><a>检验模板</a></span> |
|
|
|
<span v-else slot="label">检验模板</span> |
|
|
|
<!-- <span style="cursor: pointer" slot="label" @click="queryTemplateList"><a>检验模板</a></span>--> |
|
|
|
<el-input v-model="modalData.templateName" disabled style="width: 221px"></el-input> |
|
|
|
@ -2445,7 +2445,7 @@ export default { |
|
|
|
// 单位 |
|
|
|
this.umSearch() |
|
|
|
// 查看 质量任务生成规则控制 动控是否开启 |
|
|
|
this.queryController() |
|
|
|
// this.queryController() |
|
|
|
// 动态列 |
|
|
|
// this.getTableUserColumn(this.$route.meta.menuId+'table1',1) |
|
|
|
// this.getTableUserColumn(this.$route.meta.menuId+'table2',2) |
|
|
|
|