Browse Source

2025-06-07

物料转正时,将BOM中使用到该物料的子件,改为转正后的IFS物料编码
master
fengyuan_yang 7 months ago
parent
commit
dcfc8913d3
  1. 6
      src/views/modules/part/partInformation.vue

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

@ -4713,8 +4713,7 @@
}).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
@ -4754,8 +4753,7 @@
}).catch(()=>{
this.saveLoading = false
})
}
else {
} else {
this.saveLoading = true
partInformationEdit(this.modalData).then(({data}) => {
if (data && data.code === 0) {

Loading…
Cancel
Save