Browse Source

2025-09-11

master
fengyuan_yang 4 months ago
parent
commit
52f4caf3a4
  1. 5
      src/views/modules/part/partInformation.vue

5
src/views/modules/part/partInformation.vue

@ -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

Loading…
Cancel
Save