CRM_26-04-22#story#8495,潜在供应商H5页面提交信息,信息审核,提交补充信息与退回理由的优化与修复
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user