From 83f36b12a85b7606fb26c30fa15455af1290400a Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Tue, 3 Feb 2026 17:33:46 +0800 Subject: [PATCH] =?UTF-8?q?CRM=5F26-02-05#story#8149,=E6=BD=9C=E5=9C=A8?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=95=86=E6=8F=90=E4=BA=A4=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=A0=B8=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/supplierAdd.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/index/supplierAdd.vue b/src/views/index/supplierAdd.vue index 21d0a4b0..a44dc1b7 100644 --- a/src/views/index/supplierAdd.vue +++ b/src/views/index/supplierAdd.vue @@ -156,6 +156,7 @@ minorCount: '', serviceAreaCode: [], linkEmail:'', + person:'', accountInfoDTO:{ dutyParagraph:'', accountNumber:'', @@ -264,6 +265,10 @@ this.$toast('营业执照未上传') return } + if(this.form.person != this.form.legalName){ + this.$toast('身份证法人姓名和营业执照法人不一致') + return + } if( !this.licensePhoto ) { this.$toast('开户许可证未上传') return @@ -398,6 +403,7 @@ imageUrl: this.idFrontPhoto, cardSide: 'FRONT' }) + // 身份证法人名称 this.form.legalName = res?.data?.name }, async companyPhotoHandler(file) { @@ -420,6 +426,8 @@ this.form.accountInfoDTO.dutyParagraph=res?.data?.regNum this.form.accountInfoDTO.unitName = res?.data?.name this.form.accountInfoDTO.companyType=res?.data?.type + // 营业执照法人名称 + this.form.person = res?.data?.person await this.QrCodeHandler(); }, async licensePhotoHandler(file){// 开户许可证