|
|
@ -4947,6 +4947,11 @@ |
|
|
this.saveLoading = false |
|
|
this.saveLoading = false |
|
|
}) |
|
|
}) |
|
|
} else { |
|
|
} else { |
|
|
|
|
|
this.modalData.mainInfoFlag = this.mainInfoFlag |
|
|
|
|
|
this.modalData.costsInfoFlag = this.costsInfoFlag |
|
|
|
|
|
this.modalData.manufacturingInfoFlag = this.manufacturingInfoFlag |
|
|
|
|
|
this.modalData.planningInfoFlag = this.planningInfoFlag |
|
|
|
|
|
this.modalData.partItemInfoFlag = this.partItemInfoFlag |
|
|
partInformationEdit(this.modalData).then(({data}) => { |
|
|
partInformationEdit(this.modalData).then(({data}) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
this.searchData.plmPartNo = this.modalData.plmPartNo |
|
|
this.searchData.plmPartNo = this.modalData.plmPartNo |
|
|
|