CRM_26-01-13#story#7762,潜在服务商增加财务结算信息的需求--曹智龙

This commit is contained in:
2026-01-12 15:19:32 +08:00
parent 783910ba84
commit 9083f4ff30
4 changed files with 4 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 915 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@@ -48,7 +48,7 @@
</van-uploader> </van-uploader>
</div> </div>
<div class="credentials_item"> <div class="credentials_item">
<div class="credentials_title">4.开户许可证</div> <div class="credentials_title">4.开户许可证/基本存款账户信息</div>
<van-uploader <van-uploader
accept="image/*" accept="image/*"
v-model="licensePhotoList" v-model="licensePhotoList"
@@ -170,6 +170,7 @@
billingPhone:'', billingPhone:'',
billingAddress:'', billingAddress:'',
billHead:'', billHead:'',
companyType:'',
} }
}, },
qrCodeUrl: '', qrCodeUrl: '',
@@ -414,6 +415,7 @@
this.form.areaName = res?.data?.address this.form.areaName = res?.data?.address
this.form.accountInfoDTO.dutyParagraph=res?.data?.regNum this.form.accountInfoDTO.dutyParagraph=res?.data?.regNum
this.form.accountInfoDTO.unitName = res?.data?.name this.form.accountInfoDTO.unitName = res?.data?.name
this.form.accountInfoDTO.companyType=res?.data?.type
await this.QrCodeHandler(); await this.QrCodeHandler();
}, },
async licensePhotoHandler(file){// 开户许可证 async licensePhotoHandler(file){// 开户许可证

View File

@@ -40,7 +40,7 @@
<img :src="supplierInfo?.businessLicense" alt=""> <img :src="supplierInfo?.businessLicense" alt="">
</div> </div>
<div class="credentials_item"> <div class="credentials_item">
<div class="credentials_title">4.开户许可证</div> <div class="credentials_title">4.开户许可证/基本存款账户信息</div>
<img :src="supplierInfo?.accountUrl" alt=""> <img :src="supplierInfo?.accountUrl" alt="">
</div> </div>
</div> </div>