CRM_26-01-13#story#7762,潜在服务商增加财务结算信息的需求--曹智龙
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 915 KiB |
BIN
src/assets/supplier/licensePhoto1.png
Normal file
BIN
src/assets/supplier/licensePhoto1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
@@ -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){// 开户许可证
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<img :src="supplierInfo?.businessLicense" alt="">
|
||||
</div>
|
||||
<div class="credentials_item">
|
||||
<div class="credentials_title">4.开户许可证</div>
|
||||
<div class="credentials_title">4.开户许可证/基本存款账户信息</div>
|
||||
<img :src="supplierInfo?.accountUrl" alt="">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user