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