mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 04:52:52 +08:00
[FIX]【自助入司改造】家庭信息-证件类型数据字典修改
This commit is contained in:
@@ -1318,7 +1318,14 @@ export default {
|
||||
id: 2,
|
||||
text: '户口本'
|
||||
},
|
||||
|
||||
{
|
||||
id: 3,
|
||||
text: '出生证'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
text: '外国人护照'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
text: '港澳居民来往内地通行证'
|
||||
@@ -1328,12 +1335,13 @@ export default {
|
||||
text: '台湾居民来往大陆通行证'
|
||||
},
|
||||
{
|
||||
id: 8,
|
||||
text: '外国人永久居留身份证'
|
||||
id: 7,
|
||||
text: '其他',
|
||||
disabled: true
|
||||
},
|
||||
{
|
||||
id: 9,
|
||||
text: '港澳台居民居住证'
|
||||
id: 8,
|
||||
text: '外国人永久居留身份证'
|
||||
}
|
||||
],
|
||||
// 健康状况
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<van-field label="姓名" type="text" name="姓名" placeholder="请输入" v-validate="'required|name'" clearable v-model="item.name" required />
|
||||
<select-radio :radios="sexRadio" label="性别" name="性别" v-validate="'required'" required :value.sync="item.sex"></select-radio>
|
||||
<van-field
|
||||
:value="item.idType | idToText('idType')"
|
||||
:value="item.idType | idToText('rsIdType')"
|
||||
v-validate="'required'"
|
||||
readonly
|
||||
label="证件类型"
|
||||
@@ -209,7 +209,7 @@ export default {
|
||||
this.columns = DataDictionary.relationType
|
||||
}
|
||||
if (pickerType == '2') {
|
||||
this.columns = DataDictionary.idType
|
||||
this.columns = DataDictionary.rsIdType
|
||||
}
|
||||
},
|
||||
onConfirm(value) {
|
||||
|
||||
Reference in New Issue
Block a user