Browse Source

plm BMM

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

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

@ -56,7 +56,7 @@
<!-- </el-form>-->
<!-- <el-form :inline="true" label-position="top" label-width="100px" >-->
<el-form-item >
<span slot="label" style="" @click="getUserList(7)"><a herf="#">Select PE Engineer</a></span>
<span slot="label" style="" @click="getUserList(7)"><a herf="#">Select Engineer</a></span>
<el-input v-model="dataForm.engineer" readonly style="width: 130px" placeholder="请选择人员" ></el-input>
</el-form-item>
<el-form-item >
@ -72,10 +72,10 @@
<!-- <span slot="label" style="" @click="technicianModal()"><a herf="#">Select Artwork</a></span>-->
<!-- <el-input v-model="dataForm.technician" readonly style="width: 130px" @focus="technicianModal()"></el-input>-->
<!-- </el-form-item>-->
<!-- <el-form-item >-->
<!-- <span slot="label" style="" @click="getUserList(3)"><a herf="#">PE人员</a></span>-->
<!-- <el-input v-model="dataForm.peOperaterName" ref="peOperaterName" placeholder="请选择人员" readonly style="width: 130px" ></el-input>-->
<!-- </el-form-item>-->
<el-form-item >
<span slot="label" style="" @click="getUserList(3)"><a herf="#">PE人员</a></span>
<el-input v-model="dataForm.peOperaterName" ref="peOperaterName" placeholder="请选择人员" readonly style="width: 130px" ></el-input>
</el-form-item>
<el-form-item >
<span slot="label" style="" @click="getUserList(4)"><a herf="#">CS人员</a></span>
<el-input v-model="dataForm.csOperaterName" ref="csOperaterName" placeholder="请选择人员" readonly style="width: 130px" ></el-input>

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

@ -116,7 +116,7 @@
</div></el-col>
<el-col :span="6"><div class="grid-content bg-purple">
<el-form-item >
<span slot="label" style="" @click="getBaseList(7)"><a herf="#">Select PE Engineer</a></span>
<span slot="label" style="" @click="getBaseList(7)"><a herf="#">Select Engineer</a></span>
<el-input v-model="dataForm.engineer" readonly placeholder="请选择人员" ></el-input>
</el-form-item>
</div></el-col>
@ -142,12 +142,12 @@
<!-- </el-form-item>-->
<!-- </div></el-col>-->
<!-- <el-col :span="6"><div class="grid-content bg-purple">-->
<!-- <el-form-item >-->
<!-- <span slot="label" style="" @click="getBaseList(3)"><a herf="#">PE人员</a></span>-->
<!-- <el-input v-model="dataForm.peOperaterName" ref="peOperaterName" placeholder="请选择人员" readonly style="" ></el-input>-->
<!-- </el-form-item>-->
<!-- </div></el-col>-->
<el-col :span="6"><div class="grid-content bg-purple">
<el-form-item >
<span slot="label" style="" @click="getBaseList(3)"><a herf="#">PE人员</a></span>
<el-input v-model="dataForm.peOperaterName" ref="peOperaterName" placeholder="请选择人员" readonly style="" ></el-input>
</el-form-item>
</div></el-col>
<el-col :span="6"><div class="grid-content bg-purple">
<el-form-item >
<span slot="label" style="" @click="getBaseList(4)"><a herf="#">CS人员</a></span>

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

@ -126,7 +126,7 @@
</el-row>
<el-row :gutter="20">
<el-col :span="6"><div class="grid-content bg-purple">
<el-form-item :label="'Select PE Engineer'">
<el-form-item :label="'Select Engineer'">
<el-input v-model="infoData.engineer" ref="peOperaterName" placeholder="请选择人员" readonly ></el-input>
</el-form-item>
</div></el-col>

Loading…
Cancel
Save