|
|
|
@ -994,6 +994,9 @@ export default {
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
this.addProductPlanObject = null;
|
|
|
|
|
this.sopViewModel = false;
|
|
|
|
|
this.$modal.closeLoading();
|
|
|
|
|
}).finally(() => {
|
|
|
|
|
this.$modal.closeLoading();
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
//图纸图片上传
|
|
|
|
@ -1034,6 +1037,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
this.uploadAttachList[this.addProductPlanObject.materialBomId].splice(index, 1);
|
|
|
|
|
let num = 0;
|
|
|
|
|
|
|
|
|
|
arrPic.map((item) => {
|
|
|
|
|
if (item.uid === file.uid) {
|
|
|
|
|
arrPic.splice(num, 1);
|
|
|
|
|