From a9382c11a4bbfeb487578c7122c476df8bbcbfdb Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Wed, 15 Apr 2026 10:59:29 +0800 Subject: [PATCH] =?UTF-8?q?CRM=5F26-04-22#story#8495,=E6=BD=9C=E5=9C=A8?= =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86H5=E9=A1=B5=E9=9D=A2=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E4=BF=A1=E6=81=AF=EF=BC=8C=E4=BF=A1=E6=81=AF=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=EF=BC=8C=E6=8F=90=E4=BA=A4=E8=A1=A5=E5=85=85=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=B8=8E=E9=80=80=E5=9B=9E=E7=90=86=E7=94=B1=E7=9A=84?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=8E=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/supplierAdd.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/index/supplierAdd.vue b/src/views/index/supplierAdd.vue index a44dc1b7..ab36bbc5 100644 --- a/src/views/index/supplierAdd.vue +++ b/src/views/index/supplierAdd.vue @@ -277,6 +277,11 @@ this.$toast('服务区域不能为空') return } + if( !this.qrCode ) { + await this.QrCodeHandler(); + this.$toast('请先添加下方企微再申请') + return + } // this.wechatId='wmOTNXBwAABrvKkE_Fh8ZN8Xm2S9v2wQ' if(!this.wechatId) { await this.QrCodeResult(); @@ -428,7 +433,7 @@ this.form.accountInfoDTO.companyType=res?.data?.type // 营业执照法人名称 this.form.person = res?.data?.person - await this.QrCodeHandler(); + // await this.QrCodeHandler(); }, async licensePhotoHandler(file){// 开户许可证 const formData = new FormData();