Browse Source

plm BMM

master
ruanqi 11 months ago
parent
commit
76f28db981
  1. 4
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_customerInformation.vue
  2. 1
      src/views/modules/sampleManagement/technicalSpecificationDetail/technicalSpecificationDetail.vue

4
src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_customerInformation.vue

@ -329,6 +329,10 @@
getOADetailForBM(this.searchData).then(({data}) => { getOADetailForBM(this.searchData).then(({data}) => {
this.spForm.nodeName = data.row.nodeName this.spForm.nodeName = data.row.nodeName
this.spForm.sp = data.row.sp this.spForm.sp = data.row.sp
// console.log(''+this.spForm.sp)
// console.log(''+this.searchData.username)
// console.log(this.spForm.sp.includes(this.searchData.username))
}) })
searchBMcustomerInfo(this.searchData).then(({data}) => { searchBMcustomerInfo(this.searchData).then(({data}) => {
if(data.rows.length>0){ if(data.rows.length>0){

1
src/views/modules/sampleManagement/technicalSpecificationDetail/technicalSpecificationDetail.vue

@ -131,6 +131,7 @@
this.dataForm.site=data.site this.dataForm.site=data.site
this.dataForm.codeNo=data.codeNo this.dataForm.codeNo=data.codeNo
this.dataForm.buNo=data.buNo this.dataForm.buNo=data.buNo
this.dataForm.username=data.username
localStorage.removeItem('tsfData'); localStorage.removeItem('tsfData');
} }
this.$nextTick(() => { this.$nextTick(() => {

Loading…
Cancel
Save