From 44311539c77a0dbd655f348a76dc3d707219854e Mon Sep 17 00:00:00 2001 From: Aoi_Tori <2547614904@qq.com> Date: Thu, 29 May 2025 18:46:58 +0800 Subject: [PATCH] 2025/5/29 --- src/views/modules/part/partInformation.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index 3a539e7..092ebd7 100644 --- a/src/views/modules/part/partInformation.vue +++ b/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) {