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