Merge branch 'feature/GFRS-1198【待确定】自助入司改造(涉及销管)' into dev

This commit is contained in:
yuweiqi
2020-07-08 14:37:33 +08:00
2 changed files with 15 additions and 7 deletions

View File

@@ -1333,7 +1333,14 @@ export default {
id: 2,
text: '户口本'
},
{
id: 3,
text: '出生证'
},
{
id: 4,
text: '外国人护照'
},
{
id: 5,
text: '港澳居民来往内地通行证'
@@ -1343,12 +1350,13 @@ export default {
text: '台湾居民来往大陆通行证'
},
{
id: 8,
text: '外国人永久居留身份证'
id: 7,
text: '其他',
disabled: true
},
{
id: 9,
text: '港澳台居民居住证'
id: 8,
text: '外国人永久居留身份证'
}
],
// 健康状况

View File

@@ -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) {