Browse Source

2025/5/29

master
Aoi_Tori 8 months ago
parent
commit
44311539c7
  1. 8
      src/views/modules/part/partInformation.vue

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

@ -4925,10 +4925,13 @@
})
}
this.saveLoading = false
this.searchData.plmPartNo = this.modalData.partNo
this.getDataList()
}).catch(()=>{
this.saveLoading = false
})
} else if (this.modalData.flag === '3') { //
}
else if (this.modalData.flag === '3') { //
if (this.modalData.ifsPartNo === '' || this.modalData.ifsPartNo == null) {
this.$message.warning('请填写IFS物料编码!')
return
@ -4968,7 +4971,8 @@
}).catch(()=>{
this.saveLoading = false
})
} else {
}
else {
this.saveLoading = true
partInformationEdit(this.modalData).then(({data}) => {
if (data && data.code === 0) {

Loading…
Cancel
Save