|
|
|
@ -4905,7 +4905,22 @@ |
|
|
|
this.modalData.routingAlternativeList = this.routingAlternativeSelections |
|
|
|
partInformationToOfficial(this.modalData).then(({data}) => { |
|
|
|
if (data && data.code === 0) { |
|
|
|
this.searchData.ifsPartNo = this.modalData.ifsPartNo |
|
|
|
this.searchData = { |
|
|
|
site: this.$store.state.user.site, |
|
|
|
partNo: '', |
|
|
|
erpPartNo: '', |
|
|
|
startDate: '', |
|
|
|
endDate: '', |
|
|
|
partDesc: '', |
|
|
|
spec: '', |
|
|
|
active: '', |
|
|
|
page: 1, |
|
|
|
limit: 10, |
|
|
|
status: '', |
|
|
|
ifsPartNo: this.modalData.ifsPartNo, |
|
|
|
plmPartNo: '', |
|
|
|
partType: '' |
|
|
|
} |
|
|
|
this.getDataList() |
|
|
|
this.modalFlag = false |
|
|
|
this.$message({ |
|
|
|
|