From a3a3958137bc36838065bc67fcadcddde6981827 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 4 Jul 2025 09:47:44 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/businessHandling/index.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/views/business/businessHandling/index.vue b/src/views/business/businessHandling/index.vue index a4eda9a5..0936f9c6 100644 --- a/src/views/business/businessHandling/index.vue +++ b/src/views/business/businessHandling/index.vue @@ -486,7 +486,7 @@ export default { } ], phone: [ - { required: true, message: '联系电话不能为空', trigger: 'blur' }, + // { required: true, message: '联系电话不能为空', trigger: 'blur' }, { pattern: /^(?:(?:\+|00)86)?1[3-9]\d{9}$/, message: '请输入正确的手机号码', @@ -500,13 +500,6 @@ export default { trigger: 'blur' } ], - supplierPlace: [ - { - required: true, - message: '请输入供货地点', - trigger: 'blur' - } - ], bmFileInfos: [ { required: false, // 是否分包商(是:合同编号必填) From bb693e384a856e86cdcb0198f984e31ae7e040f9 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Fri, 4 Jul 2025 09:58:31 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E6=9C=BA=E6=A2=B0=E5=8C=96=E6=A0=87?= =?UTF-8?q?=E5=87=86=E9=85=8D=E7=BD=AE=EF=BC=8C=E6=96=B0=E5=A2=9E=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=97=B6=EF=BC=8C=E6=97=A0=E6=B3=95=E8=BE=93=E5=85=A5?= =?UTF-8?q?=EF=BC=8C=E5=8F=AA=E8=83=BD=E7=82=B9=E9=80=89=EF=BC=9B=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=AE=8C=E8=A6=81=E4=B9=88=E5=BC=B9=E7=AA=97=E4=B8=8D?= =?UTF-8?q?=E5=85=B3=E9=97=AD=EF=BC=8C=E8=A6=81=E4=B9=88=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E5=BD=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/ma/mechEquipConfigMgmt/index.vue | 50 ++++++++++++++----- 1 file changed, 37 insertions(+), 13 deletions(-) diff --git a/src/views/material/ma/mechEquipConfigMgmt/index.vue b/src/views/material/ma/mechEquipConfigMgmt/index.vue index f9d9f0b6..30510049 100644 --- a/src/views/material/ma/mechEquipConfigMgmt/index.vue +++ b/src/views/material/ma/mechEquipConfigMgmt/index.vue @@ -201,13 +201,34 @@ :props="{ value: 'typeId', label: 'typeName' }" @change="changeType" style="width: 100%" + clearable + filterable > - + + + + +