赵宏斌 3 months ago
parent
commit
f9f59b6ea9
  1. 4
      src/views/modules/qc/FAIResultEntry.vue
  2. 4
      src/views/modules/qc/FQCResultEntry.vue
  3. 4
      src/views/modules/qc/IPQCResultEntry.vue

4
src/views/modules/qc/FAIResultEntry.vue

@ -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)

4
src/views/modules/qc/FQCResultEntry.vue

@ -255,7 +255,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>
<el-input v-model="modalData.templateName" disabled style="width: 221px"></el-input>
</el-form-item>
@ -2411,7 +2411,7 @@
//
this.umSearch()
//
this.queryController()
// this.queryController()
//
// this.getTableUserColumn(this.$route.meta.menuId+'table1',1)
// this.getTableUserColumn(this.$route.meta.menuId+'table2',2)

4
src/views/modules/qc/IPQCResultEntry.vue

@ -282,7 +282,7 @@
</el-form>
<el-form :inline="true" label-position="top" :model="modalData" 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>
<el-input v-model="modalData.templateName" disabled style="width: 221px"></el-input>
</el-form-item>
@ -2484,7 +2484,7 @@
//
this.umSearch()
//
this.queryController()
// this.queryController()
//
// this.getTableUserColumn(this.$route.meta.menuId+'table1',1)
// this.getTableUserColumn(this.$route.meta.menuId+'table2',2)

Loading…
Cancel
Save