From 2836d34bdd6fec5609b673740b89bb74f99c9f0b Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 10 Apr 2025 14:18:18 +0800 Subject: [PATCH] =?UTF-8?q?2025-04-10=20BOM=20Routing=20=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=8E=92=E9=99=A4=E5=B7=B2=E8=BD=AC=E6=AD=A3=E7=9A=84=E4=B8=B4?= =?UTF-8?q?=E6=97=B6=E7=89=A9=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 6d9d9a3..612ecc5 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -5080,10 +5080,14 @@ createBy: this.$store.state.user.name, ifsPartNo: '', fromPartSite: this.modalData.site, - fromPartNo: this.modalData.partNo, - fromPartDesc: this.modalData.partDesc, + fromPartNo: '', + fromPartDesc: '', copyFlag: '' } + if (this.modalData.flag !== '3') { + this.copyPartData.fromPartNo = this.modalData.partNo + this.copyPartData.fromPartDesc = this.modalData.partDesc + } this.copyPartModelFlag = true },