From 8a457952fa5c8c4dc12367e8b3d0f404ecf81dbd Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Wed, 21 Jan 2026 13:56:14 +0800 Subject: [PATCH] =?UTF-8?q?CRM=5F26-01-29#task#13363,=E6=BD=9C=E5=9C=A8?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=95=86=E5=AE=A1=E6=A0=B8-=E8=B4=A2?= =?UTF-8?q?=E5=8A=A1=E4=BF=A1=E6=81=AF-h5=E5=81=9A=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/supplierAdd.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/index/supplierAdd.vue b/src/views/index/supplierAdd.vue index fa51a916..21d0a4b0 100644 --- a/src/views/index/supplierAdd.vue +++ b/src/views/index/supplierAdd.vue @@ -264,6 +264,10 @@ this.$toast('营业执照未上传') return } + if( !this.licensePhoto ) { + this.$toast('开户许可证未上传') + return + } if( !(this.form.serviceAreaCode.length > 0) ) { this.$toast('服务区域不能为空') return