Browse Source

plm BM

master
ruanqi 2 years ago
parent
commit
ee539d52ca
  1. 17
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue

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

@ -147,6 +147,14 @@
<el-input v-model="dataForm.dccOperaterName" 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(103,6)"><a herf="#">MP人员</a></span>
<el-input v-model="dataForm.mpOperatorName" placeholder="请选择人员" readonly style="" ></el-input>
</el-form-item>
</div></el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="6"><div class="grid-content bg-purple">
<el-form-item :label="'pod'">
<el-select v-model="dataForm.pod" :disabled="ifDisableFlag">
@ -276,6 +284,8 @@
customerPartNo:'',
partDesc:'',
pod:'',
mpOperatorName:'',
mpOperator:'',
createBy:'',
createDate:'',
proofingNo:'',
@ -345,6 +355,9 @@
if(type==5) {
strVal = this.dataForm.dccOperater
}
if(type==6) {
strVal = this.dataForm.mpOperator
}
}
this.$refs.baseList.init(val, strVal)
})
@ -372,6 +385,10 @@
this.dataForm.dccOperater = val.username
this.dataForm.dccOperaterName = val.user_display
}
if(this.tagNo1==6) {
this.dataForm.mpOperator = val.username
this.dataForm.mpOperatorName = val.user_display
}
}
},
//

Loading…
Cancel
Save