mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 12:46:43 +08:00
feature/FCRS-954关于EAST2.0证件类型调整导致周边系统调整的需求
This commit is contained in:
@@ -996,7 +996,7 @@ export default {
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
//投保-被保险人证件类型(证件类型调整以及周边系统调整)
|
//投保-被保险人证件类型(证件类型调整以及周边系统调整)
|
||||||
idTypeSpecial: [
|
idTypeAdjustment: [
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
text: '居民身份证'
|
text: '居民身份证'
|
||||||
@@ -1086,7 +1086,7 @@ export default {
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
// 投保-投保人证件类型(证件类型调整以及周边系统调整)
|
// 投保-投保人证件类型(证件类型调整以及周边系统调整)
|
||||||
insuredIdTypeSpecial: [
|
insuredIdTypeAdjustment: [
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
text: '居民身份证'
|
text: '居民身份证'
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
:readonly="isInsured && nameLimit"
|
:readonly="isInsured && nameLimit"
|
||||||
></customer-picker>
|
></customer-picker>
|
||||||
<van-field
|
<van-field
|
||||||
:value="userInfo.idType | idToText('idTypeSpecial')"
|
:value="userInfo.idType | idToText('idTypeAdjustment')"
|
||||||
v-validate="'required'"
|
v-validate="'required'"
|
||||||
readonly
|
readonly
|
||||||
required
|
required
|
||||||
@@ -533,7 +533,7 @@ export default {
|
|||||||
if (pickerType == '1') {
|
if (pickerType == '1') {
|
||||||
this.columns = DataDictionary.nativeplace
|
this.columns = DataDictionary.nativeplace
|
||||||
} else if (pickerType == '2') {
|
} else if (pickerType == '2') {
|
||||||
this.columns = DataDictionary.idTypeSpecial
|
this.columns = DataDictionary.idTypeAdjustment
|
||||||
} else if (pickerType == '3') {
|
} else if (pickerType == '3') {
|
||||||
this.columns = DataDictionary.degree
|
this.columns = DataDictionary.degree
|
||||||
} else if (pickerType == '4') {
|
} else if (pickerType == '4') {
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
@on-click="selectClick('1')"
|
@on-click="selectClick('1')"
|
||||||
></customer-picker>
|
></customer-picker>
|
||||||
<van-field
|
<van-field
|
||||||
:value="userInfo.idType | idToText('insuredIdTypeSpecial')"
|
:value="userInfo.idType | idToText('insuredIdTypeAdjustment')"
|
||||||
v-validate="'required'"
|
v-validate="'required'"
|
||||||
readonly
|
readonly
|
||||||
required
|
required
|
||||||
@@ -881,7 +881,7 @@
|
|||||||
this.columns = DataDictionary.nativeplace
|
this.columns = DataDictionary.nativeplace
|
||||||
break
|
break
|
||||||
case '2':
|
case '2':
|
||||||
this.columns = DataDictionary.insuredIdTypeSpecial
|
this.columns = DataDictionary.insuredIdTypeAdjustment
|
||||||
break
|
break
|
||||||
// case '3':
|
// case '3':
|
||||||
// this.columns = DataDictionary.degree
|
// this.columns = DataDictionary.degree
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
:readonly="isAppnt"
|
:readonly="isAppnt"
|
||||||
></customer-picker>
|
></customer-picker>
|
||||||
<van-field
|
<van-field
|
||||||
:value="userInfo.idType | idToText('idTypeSpecial')"
|
:value="userInfo.idType | idToText('idTypeAdjustment')"
|
||||||
v-validate="'required'"
|
v-validate="'required'"
|
||||||
readonly
|
readonly
|
||||||
required
|
required
|
||||||
@@ -924,7 +924,7 @@
|
|||||||
if (pickerType == '1') {
|
if (pickerType == '1') {
|
||||||
this.columns = DataDictionary.nativeplace
|
this.columns = DataDictionary.nativeplace
|
||||||
} else if (pickerType == '2') {
|
} else if (pickerType == '2') {
|
||||||
this.columns = DataDictionary.idTypeSpecial
|
this.columns = DataDictionary.idTypeAdjustment
|
||||||
} /*else if (pickerType == '3') {
|
} /*else if (pickerType == '3') {
|
||||||
this.columns = DataDictionary.degree
|
this.columns = DataDictionary.degree
|
||||||
} */ else if (pickerType == '4') {
|
} */ else if (pickerType == '4') {
|
||||||
|
|||||||
Reference in New Issue
Block a user