第二项

This commit is contained in:
nimengmeng_1990
2019-11-22 17:21:04 +08:00
parent 186d337267
commit 034252a595
7 changed files with 210 additions and 77 deletions

View File

@@ -692,7 +692,15 @@ export default {
code: 'GFRSPRO_M0002'
}
],
// 收入来源
// 职级
applGrade: [
{ id: 'A101', text: '客户专员' },
{ id: 'A102', text: '客户经理' },
{ id: 'A201', text: '业务主任' },
{ id: 'A202', text: '高级主任' },
{ id: 'A301', text: '营业部经理' },
{ id: 'A401', text: '业务总监' }
],
salarySource: [
{
id: 1,
@@ -924,6 +932,7 @@ export default {
relationType: [{ id: '0', text: '父母' }, { id: '1', text: '配偶' }, { id: '2', text: '子女' }],
guarantRelationType: [{ id: '0', text: '亲属' }, { id: '1', text: '朋友' }, { id: '2', text: '同事' }, { id: '3', text: '其他' }],
classification: [{ id: '0', text: '司内' }, { id: '1', text: '司外' }],
//入司国籍/地区
rsnativeplace: [
{ id: 'AGO', text: '安哥拉' },
{ id: 'AND', text: '安道尔共和国' },
@@ -1172,5 +1181,52 @@ export default {
{ A201: '业务主任' },
{ A202: '高级主任' },
{ A301: '营业部经理' },
{ A401: '业务总监' }]
{ A401: '业务总监' }],
//入司籍贯、户口所在地
rsnativePlace: [
{ id: '01', text: '北京市' },
{ id: '02', text: '天津市' },
{ id: '03', text: '河北省' },
{ id: '04', text: '山西省' },
{ id: '05', text: '内蒙古自治区' },
{ id: '06', text: '辽宁省' },
{ id: '07', text: '吉林省' },
{ id: '08', text: '黑龙江省' },
{ id: '09', text: '上海市' },
{ id: '10', text: '江苏省' },
{ id: '11', text: '浙江省' },
{ id: '12', text: '安徽省' },
{ id: '13', text: '福建省' },
{ id: '14', text: '江西省' },
{ id: '15', text: '山东省' },
{ id: '16', text: '河南省' },
{ id: '17', text: '湖北省' },
{ id: '18', text: '湖南省' },
{ id: '19', text: '广东省' },
{ id: '20', text: '广西壮族自治区' },
{ id: '21', text: '海南省' },
{ id: '22', text: '重庆市' },
{ id: '23', text: '四川省' },
{ id: '24', text: '贵州省' },
{ id: '25', text: '云南省' },
{ id: '26', text: '西藏自治区' },
{ id: '27', text: '陕西省' },
{ id: '28', text: '甘肃省' },
{ id: '29', text: '青海省' },
{ id: '30', text: '宁夏回族自治区' },
{ id: '31', text: '新疆维吾尔族自治区' },
{ id: '32', text: '台湾省' },
{ id: '33', text: '香港特别行政区' },
{ id: '34', text: '澳门特别行政区' }
],
//原职业
oldOccupation: [
{ id: '02', text: '教师' },
{ id: '03', text: '销售' },
{ id: '04', text: '技师' },
{ id: '05', text: '财务' },
{ id: '06', text: '医护' },
{ id: '07', text: '保险外勤' },
{ id: '08', text: '其它' }
]
}