CRM_26-01-13#story#7762,潜在服务商增加财务结算信息的需求--曹智龙
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
</van-uploader>
|
||||
</div>
|
||||
<div class="credentials_item">
|
||||
<div class="credentials_title">4.开户许可证</div>
|
||||
<div class="credentials_title">4.开户许可证/基本存款账户信息</div>
|
||||
<van-uploader
|
||||
accept="image/*"
|
||||
v-model="licensePhotoList"
|
||||
@@ -170,6 +170,7 @@
|
||||
billingPhone:'',
|
||||
billingAddress:'',
|
||||
billHead:'',
|
||||
companyType:'',
|
||||
}
|
||||
},
|
||||
qrCodeUrl: '',
|
||||
@@ -414,6 +415,7 @@
|
||||
this.form.areaName = res?.data?.address
|
||||
this.form.accountInfoDTO.dutyParagraph=res?.data?.regNum
|
||||
this.form.accountInfoDTO.unitName = res?.data?.name
|
||||
this.form.accountInfoDTO.companyType=res?.data?.type
|
||||
await this.QrCodeHandler();
|
||||
},
|
||||
async licensePhotoHandler(file){// 开户许可证
|
||||
|
||||
Reference in New Issue
Block a user