Browse Source

plm BMM

master
ruanqi 1 year ago
parent
commit
4bf6b91543
  1. 2
      src/views/modules/sampleManagement/com_technical-add-or-update.vue
  2. 2
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue
  3. 2
      src/views/modules/sampleManagement/technicalSpecificationList.vue

2
src/views/modules/sampleManagement/com_technical-add-or-update.vue

@ -75,7 +75,7 @@
<el-input v-model="dataForm.dccOperaterName" ref="dccOperaterName" placeholder="请选择人员" readonly style="width: 130px" ></el-input>
</el-form-item>
<el-form-item >
<span slot="label" style="" @click="getUserList(6)"><a herf="#">MP人员</a></span>
<span slot="label" style="" @click="getUserList(6)"><a herf="#">Select Technical</a></span>
<el-input v-model="dataForm.mpOperatorName" ref="mpOperatorName" placeholder="请选择人员" readonly style="width: 130px" ></el-input>
</el-form-item>
</el-form>

2
src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue

@ -149,7 +149,7 @@
</div></el-col>
<el-col :span="6"><div class="grid-content bg-purple">
<el-form-item >
<span slot="label" style="" @click="getBaseList(6)"><a herf="#">MP人员</a></span>
<span slot="label" style="" @click="getBaseList(6)"><a herf="#">Select Technical</a></span>
<el-input v-model="dataForm.mpOperatorName" ref="mpOperatorName" placeholder="请选择人员" readonly style="" ></el-input>
</el-form-item>
</div></el-col>

2
src/views/modules/sampleManagement/technicalSpecificationList.vue

@ -162,7 +162,7 @@
</el-form-item>
</div></el-col>
<el-col :span="6"><div class="grid-content bg-purple">
<el-form-item :label="'MP人员'">
<el-form-item :label="'Select Technical'">
<el-input v-model="infoData.mpOperatorName" ref="mpOperatorName" placeholder="请选择人员" readonly ></el-input>
</el-form-item>
</div></el-col>

Loading…
Cancel
Save