【金融机构客户尽职调查和客户身份资料及交易记录保存管理办法要求需求】受益人为法定时,上传影像校验不通过

This commit is contained in:
li.yuetong
2022-02-23 15:50:19 +08:00
parent 217825f362
commit fd2e7bdd74

View File

@@ -271,7 +271,7 @@
</div>
</div> -->
<!-- 受益人类型 -->
<div>
<div v-if="saleBtnfPersonInfo">
<div class="flex bg-white p10 align-items-c">
<span>请点击+上传受益人身份证件</span>
</div>
@@ -523,25 +523,31 @@ export default {
//收益人信息
this.saleBtnfPersonInfo = this.saleInsuredPersonInfo.bnfDTOs
//bnfInfo 受益人影像数据反显,护照属于其他类型,护照以外的证件区分正反面
this.saleBtnfPersonInfo.forEach((item, index, arr) => {
if(item.idType == '4'){
this.bnfInfo.push(
{
// 受益人其他类型页面
fileLIstImgBeneficiary: []
}
)
}else{
this.bnfInfo.push(
{
// 受益人身份证正面
fileListIdFrontBeneficiary: [],
// 受益人身份证
fileListIdBackBeneficiary: []
}
)
}
})
console.log(this.saleBtnfPersonInfo,'this.saleBtnfPersonInfo')
if(this.saleBtnfPersonInfo){
this.saleBtnfPersonInfo.forEach((item, index, arr) => {
if(item.idType == '4'){
this.bnfInfo.push(
{
// 受益人其他类型页面
fileLIstImgBeneficiary: []
}
)
}else{
this.bnfInfo.push(
{
// 受益人身份证
fileListIdFrontBeneficiary: [],
// 受益人身份证反面
fileListIdBackBeneficiary: []
}
)
}
})
}else{
this.isDisabledBnf = false
}
// localStorage.saleInsuredPersonInfo = JSON.stringify(res.orderDTO.insuredDTOs[0])
// 核保老师确认只有财务告知第8项社保问题选【是】不用展示上传资料按钮其他健康告知或财务告知选【是】都可以展示上传资料按钮
if (this.saleInsuredInfo.impartDTO.impartItemDTOS && this.saleInsuredInfo.impartDTO.impartItemDTOS.length > 0) {