From 16517523e3f6c9a24284c56e15d731bb737aecc0 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 31 Dec 2025 11:24:50 +0800 Subject: [PATCH] =?UTF-8?q?2025-12-31=20=E5=A6=82=E6=9E=9C=E5=95=86?= =?UTF-8?q?=E5=93=81=E7=BB=841=E6=98=AF"00100"=EF=BC=8C=E5=88=99=E5=95=86?= =?UTF-8?q?=E5=93=81=E7=BB=843=E5=BF=85=E5=A1=AB=EF=BC=8C=E5=85=88?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/part/partInformation.vue | 8 ++++---- .../modules/project/projectInfo/com_project_info_part.vue | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index c073d22..b4fc0ae 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -4864,10 +4864,10 @@ return } // 如果商品组1是"00100",则商品组3必填 - if (this.modalData.productGroupId1 === '00100' && (this.modalData.commGroup3 === '' || this.modalData.commGroup3 == null)) { - this.$message.warning('商品组1为"00100"时,商品组3必填!') - return - } + // if (this.modalData.productGroupId1 === '00100' && (this.modalData.commGroup3 === '' || this.modalData.commGroup3 == null)) { + // this.$message.warning('商品组1为"00100"时,商品组3必填!') + // return + // } if (this.modalData.umId === '' || this.modalData.umId == null) { this.$message.warning('请选择计量单位!') return diff --git a/src/views/modules/project/projectInfo/com_project_info_part.vue b/src/views/modules/project/projectInfo/com_project_info_part.vue index c7cacf1..a011d14 100644 --- a/src/views/modules/project/projectInfo/com_project_info_part.vue +++ b/src/views/modules/project/projectInfo/com_project_info_part.vue @@ -2561,10 +2561,10 @@ import {downLoadFile, queryFileId, readPartFromFile} from "../../../../api/part/ return } // 如果商品组1是"00100",则商品组3必填 - if (this.modalData.productGroupId1 === '00100' && (this.modalData.commGroup3 === '' || this.modalData.commGroup3 == null)) { - this.$message.warning('商品组1为"00100"时,商品组3必填!') - return - } + // if (this.modalData.productGroupId1 === '00100' && (this.modalData.commGroup3 === '' || this.modalData.commGroup3 == null)) { + // this.$message.warning('商品组1为"00100"时,商品组3必填!') + // return + // } if (this.modalData.umId === '' || this.modalData.umId == null) { this.$message.warning('请选择计量单位!') return