From eb26312b231c744813daa44c3c9bb211b101589a Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 8 Nov 2024 17:15:45 +0800 Subject: [PATCH] 2024-11-08 --- src/views/modules/part/partInformation.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index 64e258c..03b1f72 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -125,7 +125,7 @@ - + @@ -3129,10 +3129,10 @@ * 物料信息新增/编辑 */ saveData () { - if (this.modalData.partNo === '' || this.modalData.partNo == null) { - this.$message.warning('请填写物料编码!') - return - } + // if (this.modalData.partNo === '' || this.modalData.partNo == null) { + // this.$message.warning('请填写物料编码!') + // return + // } if (this.modalData.partDesc === '' || this.modalData.partDesc == null) { this.$message.warning('请填写物料描述!') return