物料转正时,将BOM中使用到该物料的子件,改为转正后的IFS物料编码
@ -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 @@
else {
} else {
this.saveLoading = true
partInformationEdit(this.modalData).then(({data}) => {
if (data && data.code === 0) {