From dcfc8913d3b94890edacd47061047ba0d91ab242 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Sat, 7 Jun 2025 09:48:12 +0800 Subject: [PATCH] =?UTF-8?q?2025-06-07=20=E7=89=A9=E6=96=99=E8=BD=AC?= =?UTF-8?q?=E6=AD=A3=E6=97=B6=EF=BC=8C=E5=B0=86BOM=E4=B8=AD=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=88=B0=E8=AF=A5=E7=89=A9=E6=96=99=E7=9A=84=E5=AD=90?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E6=94=B9=E4=B8=BA=E8=BD=AC=E6=AD=A3=E5=90=8E?= =?UTF-8?q?=E7=9A=84IFS=E7=89=A9=E6=96=99=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/part/partInformation.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index 657860b..7e54cf8 100644 --- a/src/views/modules/part/partInformation.vue +++ b/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) {