Browse Source

plm BMM

master
ruanqi 1 year ago
parent
commit
a9afca5a82
  1. 1
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue
  2. 1
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue

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

@ -472,6 +472,7 @@
}); });
tsdBasicInformationSearch(this.searchData).then(({data}) => { tsdBasicInformationSearch(this.searchData).then(({data}) => {
this.baseForm=data.row; this.baseForm=data.row;
this.bomData.site=data.row.site
this.bomData.partNo=data.row.finalPartNo this.bomData.partNo=data.row.finalPartNo
this.getNodeAuthority(data.row) this.getNodeAuthority(data.row)
}) })

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

@ -984,6 +984,7 @@
if(data&& data.code===0){ if(data&& data.code===0){
this.sheetData=data.row this.sheetData=data.row
this.baseForm=data.row; this.baseForm=data.row;
this.routeData.site=data.row.site
this.routeData.partNo=data.row.finalPartNo this.routeData.partNo=data.row.finalPartNo
this.getNodeAuthority(data.row) this.getNodeAuthority(data.row)
}else { }else {

Loading…
Cancel
Save