mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-19 00:56:45 +08:00
证件
This commit is contained in:
@@ -144,112 +144,130 @@ export default {
|
|||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
text: '身份证'
|
text: '身份证'
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 2,
|
|
||||||
text: '户口本',
|
|
||||||
disabled: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 3,
|
|
||||||
text: '出生证明',
|
|
||||||
disabled: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 4,
|
|
||||||
text: '护照',
|
|
||||||
disabled: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 5,
|
|
||||||
text: '港澳居民通行证',
|
|
||||||
disabled: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 6,
|
|
||||||
text: '台湾居民通行证',
|
|
||||||
disabled: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 7,
|
|
||||||
text: '其他',
|
|
||||||
disabled: true
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
// idType: [
|
||||||
|
// {
|
||||||
|
// id: 1,
|
||||||
|
// text: '身份证'
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 2,
|
||||||
|
// text: '户口本',
|
||||||
|
// disabled: true
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 3,
|
||||||
|
// text: '出生证明',
|
||||||
|
// disabled: true
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 4,
|
||||||
|
// text: '护照',
|
||||||
|
// disabled: true
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 5,
|
||||||
|
// text: '港澳居民通行证',
|
||||||
|
// disabled: true
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 6,
|
||||||
|
// text: '台湾居民通行证',
|
||||||
|
// disabled: true
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 7,
|
||||||
|
// text: '其他',
|
||||||
|
// disabled: true
|
||||||
|
// }
|
||||||
|
// ],
|
||||||
//投保人证件类型
|
//投保人证件类型
|
||||||
insuredIdType: [
|
insuredIdType: [
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
text: '身份证'
|
text: '身份证'
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 2,
|
|
||||||
text: '户口本',
|
|
||||||
disabled: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 3,
|
|
||||||
text: '出生证明',
|
|
||||||
disabled: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 4,
|
|
||||||
text: '护照',
|
|
||||||
disabled: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 5,
|
|
||||||
text: '港澳居民通行证',
|
|
||||||
disabled: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 6,
|
|
||||||
text: '台湾居民通行证',
|
|
||||||
disabled: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 7,
|
|
||||||
text: '其他',
|
|
||||||
disabled: true
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
// insuredIdType: [
|
||||||
|
// {
|
||||||
|
// id: 1,
|
||||||
|
// text: '身份证'
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 2,
|
||||||
|
// text: '户口本',
|
||||||
|
// disabled: true
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 3,
|
||||||
|
// text: '出生证明',
|
||||||
|
// disabled: true
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 4,
|
||||||
|
// text: '护照',
|
||||||
|
// disabled: true
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 5,
|
||||||
|
// text: '港澳居民通行证',
|
||||||
|
// disabled: true
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 6,
|
||||||
|
// text: '台湾居民通行证',
|
||||||
|
// disabled: true
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 7,
|
||||||
|
// text: '其他',
|
||||||
|
// disabled: true
|
||||||
|
// }
|
||||||
|
// ],
|
||||||
//出生证明
|
//出生证明
|
||||||
birthType: [
|
birthType: [
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
text: '身份证'
|
text: '身份证'
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 2,
|
|
||||||
text: '户口本',
|
|
||||||
disabled: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 3,
|
|
||||||
text: '出生证明',
|
|
||||||
disabled: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 4,
|
|
||||||
text: '护照',
|
|
||||||
disabled: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 5,
|
|
||||||
text: '港澳居民通行证',
|
|
||||||
disabled: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 6,
|
|
||||||
text: '台湾居民通行证',
|
|
||||||
disabled: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 7,
|
|
||||||
text: '其他',
|
|
||||||
disabled: true
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
// birthType: [
|
||||||
|
// {
|
||||||
|
// id: 1,
|
||||||
|
// text: '身份证'
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 2,
|
||||||
|
// text: '户口本',
|
||||||
|
// disabled: true
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 3,
|
||||||
|
// text: '出生证明',
|
||||||
|
// disabled: true
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 4,
|
||||||
|
// text: '护照',
|
||||||
|
// disabled: true
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 5,
|
||||||
|
// text: '港澳居民通行证',
|
||||||
|
// disabled: true
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 6,
|
||||||
|
// text: '台湾居民通行证',
|
||||||
|
// disabled: true
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// id: 7,
|
||||||
|
// text: '其他',
|
||||||
|
// disabled: true
|
||||||
|
// }
|
||||||
|
// ],
|
||||||
//投保人/被保人关系
|
//投保人/被保人关系
|
||||||
relationToAppnt: [
|
relationToAppnt: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user