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}) => {