mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 02:46:45 +08:00
feature/FCRS-954关于EAST2.0证件类型调整导致周边系统调整的需求
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<div class="p10">
|
<div class="p10">
|
||||||
<div v-for="(item, index) in idType" :key="index">
|
<div v-for="(item, index) in idType" :key="index">
|
||||||
<div v-if="item.id == saleInsuredInfo.idType">
|
<div v-if="item.id == saleInsuredInfo.idType">
|
||||||
<div v-if="item.id == '1' || item.id == '2' || item.id == '3' || item.id == '5' || item.id == '6' || item.id == '8' || item.id == '9'">
|
<div v-if="item.id == '1' || item.id == '2' || item.id == '3' || item.id == '5' || item.id == '6' || item.id == '8' || item.id == '9' || item.id == '11' || item.id == '12'">
|
||||||
<van-cell-group>
|
<van-cell-group>
|
||||||
<van-field required :label="item.id == '2' ? `${item.text}户主页` : `${item.text}正面`" disabled />
|
<van-field required :label="item.id == '2' ? `${item.text}户主页` : `${item.text}正面`" disabled />
|
||||||
</van-cell-group>
|
</van-cell-group>
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
<div class=" ">
|
<div class=" ">
|
||||||
<div v-for="(item, index) in idType" :key="index">
|
<div v-for="(item, index) in idType" :key="index">
|
||||||
<div v-if="item.id == saleInsuredPersonInfo.idType">
|
<div v-if="item.id == saleInsuredPersonInfo.idType">
|
||||||
<div v-if="item.id == '1' || item.id == '2' || item.id == '3' || item.id == '5' || item.id == '6' || item.id == '8' || item.id == '9'">
|
<div v-if="item.id == '1' || item.id == '2' || item.id == '3' || item.id == '5' || item.id == '6' || item.id == '8' || item.id == '9' || item.id == '11' || item.id == '12'">
|
||||||
<van-cell-group>
|
<van-cell-group>
|
||||||
<van-field required :label="item.id == '2' ? `${item.text}户主页` : `${item.text}正面`" disabled />
|
<van-field required :label="item.id == '2' ? `${item.text}户主页` : `${item.text}正面`" disabled />
|
||||||
</van-cell-group>
|
</van-cell-group>
|
||||||
@@ -161,7 +161,7 @@
|
|||||||
<div v-for="(item, index) in idType" :key="index">
|
<div v-for="(item, index) in idType" :key="index">
|
||||||
<div v-for="(item01, index01) in saleBtnfPersonInfo" :key="index01">
|
<div v-for="(item01, index01) in saleBtnfPersonInfo" :key="index01">
|
||||||
<div v-if="item.id == item01.idType">
|
<div v-if="item.id == item01.idType">
|
||||||
<div v-if="item.id == '1' || item.id == '2' || item.id == '3' || item.id == '5' || item.id == '6' || item.id == '8' || item.id == '9'">
|
<div v-if="item.id == '1' || item.id == '2' || item.id == '3' || item.id == '5' || item.id == '6' || item.id == '8' || item.id == '9' || item.id == '11' || item.id == '12'">
|
||||||
<van-cell-group>
|
<van-cell-group>
|
||||||
<van-field required :label="item.id == '2' ? `${item01.name}+${item.text}户主页` : `${item01.name}+${item.text}正面`" disabled />
|
<van-field required :label="item.id == '2' ? `${item01.name}+${item.text}户主页` : `${item01.name}+${item.text}正面`" disabled />
|
||||||
</van-cell-group>
|
</van-cell-group>
|
||||||
@@ -432,7 +432,7 @@ export default {
|
|||||||
// 获取是投保人还是被保险人
|
// 获取是投保人还是被保险人
|
||||||
that.isAppant = window.localStorage.getItem('accountInformationRadio')
|
that.isAppant = window.localStorage.getItem('accountInformationRadio')
|
||||||
// 数据字典获取
|
// 数据字典获取
|
||||||
that.idType = DataDictionary.idType
|
that.idType = DataDictionary.idTypeAdjustment
|
||||||
|
|
||||||
// 获取投保人信息
|
// 获取投保人信息
|
||||||
// if (this.$CacheUtils.getLocItem('saleInsuredInfo')) {
|
// if (this.$CacheUtils.getLocItem('saleInsuredInfo')) {
|
||||||
@@ -642,8 +642,7 @@ export default {
|
|||||||
test(name, type, subBusinessType, subBusinessNo, id, bnfId) {
|
test(name, type, subBusinessType, subBusinessNo, id, bnfId) {
|
||||||
this.imageType = type
|
this.imageType = type
|
||||||
this.subBusinessType = subBusinessType
|
this.subBusinessType = subBusinessType
|
||||||
this.bnfId = bnfId
|
this.bnfId = bnfId == '11' || bnfId == '12' ? '9' : bnfId
|
||||||
this.id = id
|
|
||||||
this.type = name
|
this.type = name
|
||||||
this.subBusinessNo = subBusinessNo
|
this.subBusinessNo = subBusinessNo
|
||||||
this.$store.commit('updateUploadImgType', name)
|
this.$store.commit('updateUploadImgType', name)
|
||||||
|
|||||||
Reference in New Issue
Block a user