From d05b9ab0152887ea2eaeab0c776cfdd7e18cf46b Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 8 May 2025 15:09:59 +0800 Subject: [PATCH] =?UTF-8?q?2025-05-08=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/part/bomManagement.vue | 10 +++++----- src/views/modules/part/routingManagement.vue | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/modules/part/bomManagement.vue b/src/views/modules/part/bomManagement.vue index b6ef59e..46f7016 100644 --- a/src/views/modules/part/bomManagement.vue +++ b/src/views/modules/part/bomManagement.vue @@ -175,7 +175,7 @@ Copy Build Retire - 转正式BOM + 转正式BOM @@ -4016,10 +4016,10 @@ export default { this.$message.warning('请填写替代编码!') return } - if (this.copyAlternativeData.alternativeDescription === '' || this.copyAlternativeData.alternativeDescription == null) { - this.$message.warning('请填写替代名称!') - return - } + // if (this.copyAlternativeData.alternativeDescription === '' || this.copyAlternativeData.alternativeDescription == null) { + // this.$message.warning('请填写替代名称!') + // return + // } this.copyAlternativeData.previousVersion = this.detailData this.copyLoading = true copyAlternative(this.copyAlternativeData).then(({data}) => { diff --git a/src/views/modules/part/routingManagement.vue b/src/views/modules/part/routingManagement.vue index b28fa8d..210bd72 100644 --- a/src/views/modules/part/routingManagement.vue +++ b/src/views/modules/part/routingManagement.vue @@ -165,7 +165,7 @@ Copy Build Retire - 转正式Routing + 转正式Routing @@ -695,7 +695,7 @@ - +
Source Revision @@ -4273,10 +4273,10 @@ export default { this.$message.warning('请填写替代编码!') return } - if (this.copyAlternativeData.alternativeDescription === '' || this.copyAlternativeData.alternativeDescription == null) { - this.$message.warning('请填写替代名称!') - return - } + // if (this.copyAlternativeData.alternativeDescription === '' || this.copyAlternativeData.alternativeDescription == null) { + // this.$message.warning('请填写替代名称!') + // return + // } this.copyAlternativeData.previousVersion = this.detailData this.copyLoading = true copyAlternative(this.copyAlternativeData).then(({data}) => {