diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js index 739c335a7..9c876ac68 100644 --- a/src/assets/js/utils/data-dictionary.js +++ b/src/assets/js/utils/data-dictionary.js @@ -350,6 +350,33 @@ export default { text: '丧偶' } ], + //入司婚姻状况 + rsmarriage: [ + { + id: 5, + text: '结婚' + }, + { + id: 6, + text: '单身' + }, + { + id: 7, + text: '离婚' + }, + { + id: 8, + text: '丧偶' + }, + { + id: 9, + text: '分居' + }, + { + id: 10, + text: '其他' + } + ], //文化程度 degree: [ { @@ -772,15 +799,69 @@ export default { { shortName: '重疾险', name: '国富人寿八桂无忧重大疾病保险(B款)', - code: 'GFRSPRO_M0001' + code: 'GFRS_M0001' }, { shortName: '年金险', name: '国富人寿国富民鑫年金保险', - code: 'GFRSPRO_M0002' + code: 'GFRS_M0002' + }, + { + shortName: '年金险', + name: '国富人寿金管家养老年金保险产品(万能型)', + code: 'GFRS_M0003' + }, + { + shortName: '年金险', + name: '国富人寿瑞利年金保险', + code: 'GFRS_M0004' + }, + { + shortName: '医疗险', + name: '国富人寿国富民惠医疗保险', + code: 'GFRS_M0005' + }, + { + shortName: '年金险', + name: '国富人寿福宝宝教育年金保险', + code: 'GFRS_M0006' + }, + { + shortName: '重疾险', + name: '国富人寿国富民安重大疾病保险', + code: 'GFRS_M0007' + }, + { + shortName: '意外险', + name: '国富人寿综合意外伤害保险', + code: 'GFRS_M0008' + }, + { + shortName: '重疾险', + name: '国富人寿国富民康重大疾病保险', + code: 'GFRS_M0009' + }, + { + shortName: '重疾险', + name: '国富人寿八桂无忧重大疾病保险', + code: 'GFRS_M0010' + }, + { + shortName: '年金险', + name: '国富人寿国富鑫享年金保险', + code: 'GFRS_M0011' } ], - // 收入来源 + // 职级 + applGrade: [ + { id: 'A101', text: '客户专员' }, + { id: 'A102', text: '客户经理' }, + { id: 'A201', text: '业务主任' }, + { id: 'A202', text: '高级业务主任' }, + { id: 'A301', text: '营业部经理' }, + { id: 'A302', text: '高级营业部经理' }, + { id: 'A401', text: '业务总监' } + ], salarySource: [ { id: 1, @@ -833,68 +914,292 @@ export default { ], // 民族 nationType: [ - { 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: '代码', text: '民族' }, - { id: '29', text: '柯尔克孜族' }, - { id: '30', text: '土族' }, - { id: '31', text: '达斡尔族' }, - { id: '32', text: '仫佬族' }, - { id: '33', text: '羌族' }, - { id: '34', text: '布朗族' }, - { id: '35', text: '撒拉族' }, - { id: '36', text: '毛难族' }, - { id: '37', text: '仡佬族' }, - { id: '38', text: '锡伯族' }, - { id: '39', text: '阿昌族' }, - { id: '40', text: '普米族' }, - { id: '41', text: '塔吉克族' }, - { id: '42', text: '怒族' }, - { id: '43', text: '乌孜别克族' }, - { id: '44', text: '俄罗斯族' }, - { id: '45', text: '鄂温克族' }, - { id: '46', text: '崩龙族' }, - { id: '47', text: '保安族' }, - { id: '48', text: '裕固族' }, - { id: '49', text: '京族' }, - { id: '50', text: '塔塔尔族' }, - { id: '51', text: '独龙族' }, - { id: '52', text: '鄂伦春族' }, - { id: '53', text: '赫哲族' }, - { id: '54', text: '门巴族' }, - { id: '55', text: '珞巴族' }, - { id: '56', text: '基诺族' }, - { id: '97', text: '其他' }, - { id: '98', text: '外国血统' } + { + 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: '代码', + text: '民族' + }, + { + id: '29', + text: '柯尔克孜族' + }, + { + id: '30', + text: '土族' + }, + { + id: '31', + text: '达斡尔族' + }, + { + id: '32', + text: '仫佬族' + }, + { + id: '33', + text: '羌族' + }, + { + id: '34', + text: '布朗族' + }, + { + id: '35', + text: '撒拉族' + }, + { + id: '36', + text: '毛难族' + }, + { + id: '37', + text: '仡佬族' + }, + { + id: '38', + text: '锡伯族' + }, + { + id: '39', + text: '阿昌族' + }, + { + id: '40', + text: '普米族' + }, + { + id: '41', + text: '塔吉克族' + }, + { + id: '42', + text: '怒族' + }, + { + id: '43', + text: '乌孜别克族' + }, + { + id: '44', + text: '俄罗斯族' + }, + { + id: '45', + text: '鄂温克族' + }, + { + id: '46', + text: '崩龙族' + }, + { + id: '47', + text: '保安族' + }, + { + id: '48', + text: '裕固族' + }, + { + id: '49', + text: '京族' + }, + { + id: '50', + text: '塔塔尔族' + }, + { + id: '51', + text: '独龙族' + }, + { + id: '52', + text: '鄂伦春族' + }, + { + id: '53', + text: '赫哲族' + }, + { + id: '54', + text: '门巴族' + }, + { + id: '55', + text: '珞巴族' + }, + { + id: '56', + text: '基诺族' + }, + { + id: '97', + text: '其他' + }, + { + id: '98', + text: '外国血统' + } ], //政治面貌 politicsStatus: [ + { + id: '01', + text: '中共党员' + }, + { + id: '02', + 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: '无党派人士' + } + ], + //入司政治面貌 + rspoliticsStatus: [ { id: '01', text: '中共党员' }, { id: '02', text: '中共预备党员' }, { id: '04', text: '民革党员' }, @@ -905,7 +1210,10 @@ export default { { id: '09', text: '致公党党员' }, { id: '10', text: '九三学社社员' }, { id: '11', text: '台盟盟员' }, - { id: '12', text: '无党派人士' } + { id: '12', text: '无党派人士' }, + { id: '13', text: '群众' }, + { id: '15', text: '工商' }, + { id: '99', text: '其他党派' } ], rsIdType: [ { @@ -936,6 +1244,421 @@ export default { ], // 健康状况 healthCondition: [], + // 入司健康状况 + rshealthCondition: [ + { + id: 'N', + text: '否' + }, + { + id: 'Y', + text: '是' + } + ], + // 入司银行类别 + rsbank: [ + { 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: '汇丰银行' } + ], + //入司文化程度 + rsdegree: [ + { + id: 2, + text: '硕士' + }, + { + id: 3, + text: '本科' + }, + { + id: 4, + text: '大专' + }, + { + id: 5, + text: '高中' + }, + { + id: 6, + text: '初中' + }, + { + id: 7, + text: '中专' + }, + { + id: 8, + text: '小学' + }, + { + id: 12, + text: '其他' + }, + { + id: 13, + text: '文盲' + }, + { + id: 14, + text: '中技' + }, + { + id: 12, + text: '其他' + }, + { + id: 10, + text: '博士' + }, + { + id: 11, + text: '博士后' + } + ], + rsRankAgent: [ + { id: 'TRM', text: '见习风险管理师' }, + { id: 'ARM', text: '助理风险管理师' }, + { id: 'JRM', text: '初级风险管理师' }, + { id: 'IRM', text: '中级风险管理师' }, + { id: 'SRM', text: '高级风险管理师' }, + { id: 'ERM', text: '资深风险管理师' }, + { id: 'UM', text: '组经理' }, + { id: 'SUM', text: '高级组经理' }, + { id: 'EUM', text: '资深组经理' }, + { id: 'AM', text: '部经理' }, + { id: 'EAM', text: '资深部经理' }, + { id: 'AD', text: '营业总监' } + ], + 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: '安道尔共和国' }, + { id: 'ARM', text: '亚美尼亚' }, + { id: 'ATF', text: '法属南部领土' }, + { id: 'AUT', text: '奥地利' }, + { id: 'BEL', text: '比利时' }, + { id: 'BGD', text: '孟加拉国' }, + { id: 'BHS', text: '巴哈马' }, + { id: 'BLZ', text: '伯利兹' }, + { id: 'BRA', text: '巴西' }, + { id: 'BTN', text: '不丹' }, + { id: 'BWA', text: '博茨瓦纳' }, + { id: 'CHE', text: '瑞士' }, + { id: 'CHN', text: '中国' }, + { id: 'COD', text: '刚果民主共和国(金)' }, + { id: 'COM', text: '科摩罗' }, + { id: 'CUB', text: '古巴' }, + { id: 'CYP', text: '塞浦路斯' }, + { id: 'DJI', text: '吉布提' }, + { id: 'DOM', text: '多米尼加' }, + { id: 'EGY', text: '埃及' }, + { id: 'ESP', text: '西班牙' }, + { id: 'MDG', text: '马达加斯加' }, + { id: 'MHL', text: '马绍尔群岛' }, + { id: 'MMR', text: '缅甸' }, + { id: 'MNP', text: '北马里亚纳群岛联邦' }, + { id: 'MUS', text: '毛里求斯' }, + { id: 'MYT', text: '马约特' }, + { id: 'NER', text: '尼日尔' }, + { id: 'NIC', text: '尼加拉瓜' }, + { id: 'NOR', text: '挪威' }, + { id: 'NRU', text: '瑙鲁' }, + { id: 'OTH', text: '其他' }, + { id: 'PCN', text: '皮特凯恩岛' }, + { id: 'PLW', text: '帕劳' }, + { id: 'PRI', text: '波多黎各' }, + { id: 'PRY', text: '巴拉圭' }, + { id: 'QAT', text: '卡塔尔' }, + { id: 'RUS', text: '俄罗斯' }, + { id: 'SAU', text: '沙特阿拉伯' }, + { id: 'SGP', text: '新加坡' }, + { id: 'SJM ', text: '斯瓦尔巴群岛和扬马群岛' }, + { id: 'SMR', text: '圣马力诺' }, + { id: 'STP', text: '圣多美和普林西比' }, + { id: 'SWE', text: '瑞典' }, + { id: 'SYR', text: '叙利亚' }, + { id: 'TGO', text: '多哥' }, + { id: 'TKL', text: '托克劳群岛' }, + { id: 'TON', text: '汤加' }, + { id: 'TUN', text: '突尼斯' }, + { id: 'TUR', text: '土耳其' }, + { id: 'TUV', text: '图瓦卢' }, + { id: 'TWN', text: '台湾' }, + { id: 'TZA', text: '坦桑尼亚' }, + { id: 'UGA', text: '乌干达' }, + { id: 'UKR', text: '乌克兰' }, + { id: 'URY', text: '乌拉圭' }, + { id: 'USA', text: '美国' }, + { id: 'UZB', text: '乌兹别克斯坦' }, + { id: 'VAT', text: '梵蒂冈' }, + { id: 'VCT', text: '圣文森特和格林纳丁斯' }, + { id: 'VEN', text: '委内瑞拉' }, + { id: 'VGB', text: '英属维尔京群岛' }, + { id: 'VIR', text: '美属维尔京群岛' }, + { id: 'VNM', text: '越南' }, + { id: 'VUT', text: '瓦努阿图' }, + { id: 'WLF', text: '瓦利斯和富图纳群岛' }, + { id: 'WSM', text: '西萨摩亚' }, + { id: 'YEM', text: '也门' }, + { id: 'ZAF', text: '南非' }, + { id: 'ZAR', text: '扎伊尔' }, + { id: 'ZMB', text: '赞比亚' }, + { id: 'ZWE', text: '津巴布韦' }, + { id: 'TTO', text: '特立尼达和多巴哥' }, + { id: 'ABW', text: '阿鲁巴岛' }, + { id: 'AFG', text: '阿富汗' }, + { id: 'AIA', text: '安圭拉岛' }, + { id: 'ALB', text: '阿尔巴尼亚' }, + { id: 'ANT', text: '荷属安的列斯' }, + { id: 'ARE', text: '阿联酋' }, + { id: 'ARG', text: '阿根廷' }, + { id: 'ASM', text: '萨摩亚' }, + { id: 'ATA', text: '南极洲' }, + { id: 'ATG', text: '安提瓜和巴布达' }, + { id: 'AUS', text: '澳大利亚' }, + { id: 'AZE ', text: '阿塞拜疆' }, + { id: 'BDI', text: '布隆迪' }, + { id: 'BEN', text: '贝宁' }, + { id: 'BFA', text: '布基纳法索' }, + { id: 'BGR', text: '保加利亚' }, + { id: 'BHR', text: '巴林' }, + { id: 'BIH', text: '波斯尼亚和黑塞哥维那' }, + { id: 'BLR', text: '白俄罗斯' }, + { id: 'BMU', text: '百慕大群岛' }, + { id: 'BOL', text: '玻利维亚' }, + { id: 'BRB', text: '巴巴多斯' }, + { id: 'BRN', text: '文莱' }, + { id: 'BVT', text: '布维岛' }, + { id: 'CAF', text: '中非' }, + { id: 'CAN', text: '加拿大' }, + { id: 'CCK', text: '科科斯(基林)群岛' }, + { id: 'CHL', text: '智利' }, + { id: 'CIV', text: '科特迪瓦' }, + { id: 'CMR', text: '喀麦隆' }, + { id: 'COG', text: '刚果共和国(布)' }, + { id: 'COK', text: '库克群岛' }, + { id: 'COL', text: '哥伦比亚' }, + { id: 'CPV', text: '佛得角' }, + { id: 'CRI', text: '哥斯达黎加' }, + { id: 'CXR', text: '圣诞岛' }, + { id: 'CYM', text: '开曼群岛' }, + { id: 'CZE', text: '捷克' }, + { id: 'DEU', text: '德国' }, + { id: 'DMA', text: '多米尼克' }, + { id: 'DNK', text: '丹麦' }, + { id: 'DZA', text: '阿尔及利亚' }, + { id: 'ECU', text: '厄瓜多尔' }, + { id: 'ENG', text: '英国' }, + { id: 'ERI', text: '厄立特里亚' }, + { id: 'ESH', text: '西撒哈拉' }, + { id: 'EST', text: '爱沙尼亚' }, + { id: 'ETH', text: '埃塞俄比亚' }, + { id: 'FIN', text: '芬兰' }, + { id: 'FJI', text: '斐济' }, + { id: 'FLK', text: '福克兰群岛' }, + { id: 'FRA', text: '法国' }, + { id: 'FRO', text: '法罗群岛' }, + { id: 'FSM', text: '密克罗尼西亚' }, + { id: 'GAB', text: '加蓬' }, + { id: 'GAT', text: '港澳台地区' }, + { id: 'GEO', text: '格鲁吉亚' }, + { id: 'GHA', text: '加纳' }, + { id: 'GIB', text: '直布罗陀' }, + { id: 'GIN', text: '几内亚' }, + { id: 'GLP', text: '瓜德罗普岛' }, + { id: 'GMB', text: '冈比亚' }, + { id: 'GNB', text: '几内亚比绍' }, + { id: 'GNQ', text: '赤道几内亚' }, + { id: 'GRC', text: '希腊' }, + { id: 'GRD', text: '格林纳达' }, + { id: 'GRL', text: '格陵兰' }, + { id: 'GTM', text: '危地马拉' }, + { id: 'GUF', text: '法属圭亚那' }, + { id: 'GUM', text: '关岛' }, + { id: 'GUY', text: '圭亚那' }, + { id: 'HKG', text: '香港' }, + { id: 'HMD', text: '赫德岛和麦克唐纳岛' }, + { id: 'HND', text: '洪都拉斯' }, + { id: 'HRV', text: '克罗地亚' }, + { id: 'HTI', text: '海地共和国' }, + { id: 'HUN', text: '匈牙利' }, + { id: 'IDN', text: '印度尼西亚' }, + { id: 'IND', text: '印度' }, + { id: 'IOT', text: '英属印度洋领土' }, + { id: 'IRL', text: '爱尔兰' }, + { id: 'IRN', text: '伊朗' }, + { id: 'IRQ', text: '伊拉克' }, + { id: 'ISL', text: '冰岛' }, + { id: 'ISR', text: '以色列' }, + { id: 'ITA', text: '意大利' }, + { id: 'JAM', text: '牙买加' }, + { id: 'JAN', text: '日本' }, + { id: 'JOR', text: '约旦' }, + { id: 'KAZ', text: '哈萨克斯坦' }, + { id: 'KEN', text: '肯尼亚' }, + { id: 'KGZ', text: '吉尔吉斯斯坦' }, + { id: 'KHM', text: '柬埔寨' }, + { id: 'KIR', text: '基里巴斯' }, + { id: 'KNA', text: '圣基茨和尼维斯' }, + { id: 'KOR', text: '韩国' }, + { id: 'KWT', text: '科威特' }, + { id: 'LAO', text: '老挝' }, + { id: 'LBN ', text: '黎巴嫩' }, + { id: 'LBR', text: '利比里亚' }, + { id: 'LBY', text: '利比亚' }, + { id: 'LCA', text: '圣卢西亚' }, + { id: 'LIE', text: '列支敦士登' }, + { id: 'LKA', text: '斯里兰卡' }, + { id: 'LSO', text: '莱索托' }, + { id: 'LTU', text: '立陶宛' }, + { id: 'LUX', text: '卢森堡' }, + { id: 'LVA', text: '拉脱维亚' }, + { id: 'MAC', text: '澳门' }, + { id: 'MAR', text: '摩洛哥' }, + { id: 'MCO', text: '摩纳哥' }, + { id: 'MDA', text: '摩尔多瓦' }, + { id: 'MDV', text: '马尔代夫' }, + { id: 'MEX', text: '墨西哥' }, + { id: 'MKD', text: '马其顿' }, + { id: 'MLI', text: '马里' }, + { id: 'MLT', text: '马耳他' }, + { id: 'MNG', text: '蒙古' }, + { id: 'MOZ', text: '莫桑比克' }, + { id: 'MRT', text: '毛里塔尼亚' }, + { id: 'MSR', text: '蒙特塞拉特岛' }, + { id: 'MTQ', text: '马提尼克岛' }, + { id: 'MWI', text: '马拉维' }, + { id: 'MYS', text: '马来西亚' }, + { id: 'NAM', text: '纳米比亚' }, + { id: 'NCL', text: '新喀里多尼亚' }, + { id: 'NFK', text: '诺福克岛' }, + { id: 'NGA', text: '尼日利亚' }, + { id: 'NIU', text: '纽埃' }, + { id: 'NLD', text: '荷兰' }, + { id: 'NPL', text: '尼泊尔' }, + { id: 'NZL', text: '新西兰' }, + { id: 'OMN', text: '阿曼' }, + { id: 'PAK', text: '巴基斯坦' }, + { id: 'PAN', text: '巴拿马' }, + { id: 'PER', text: '秘鲁' }, + { id: 'PHL', text: '菲律宾' }, + { id: 'PNG', text: '巴布亚新几内亚' }, + { id: 'POL', text: '波兰' }, + { id: 'PRK', text: '朝鲜' }, + { id: 'PRT', text: '葡萄牙' }, + { id: 'PSE', text: '巴勒斯坦' }, + { id: 'PYF', text: '法属波利尼西亚' }, + { id: 'REU', text: '留尼汪岛' }, + { id: 'ROM', text: '罗马尼亚' }, + { id: 'RWA', text: '卢旺达' }, + { id: 'SCG', text: '塞尔维亚' }, + { id: 'SDN', text: '苏丹' }, + { id: 'SEN', text: '塞内加尔' }, + { id: 'SGS', text: '南乔治亚岛和南桑德韦奇岛' }, + { id: 'SHN', text: '圣赫勒拿' }, + { id: 'SLB', text: '所罗门群岛' }, + { id: 'SLE', text: '塞拉利昂' }, + { id: 'SLV', text: '萨尔瓦多' }, + { id: 'SOM', text: '索马里' }, + { id: 'SPM', text: '圣皮埃尔和密克隆' }, + { id: 'SUR', text: '苏里南' }, + { id: 'SVK', text: '斯洛伐克' }, + { id: 'SVN', text: '斯洛文尼亚' }, + { id: 'SWZ', text: '斯威士兰' }, + { id: 'SYC', text: '塞舌尔' }, + { id: 'TCA', text: '特克斯和凯科斯群岛' }, + { id: 'TCD', text: '乍得' }, + { id: 'THA', text: '泰国(除外缅甸与柬埔寨边境, 极南部省北大年, 也拉, 那拉提瓦和宋卡)' }, + { id: 'TJK', text: '塔吉克斯坦' }, + { id: 'TKM', text: '土库曼斯坦' }, + { id: 'TMP', text: '东帝汶' } + ], + agentGrade: [{ A101: '客户专员' }, + { A102: '客户经理' }, + { A201: '业务主任' }, + { A202: '高级主任' }, + { A301: '营业部经理' }, + { 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: '其它' }], // 申请人身份 applicantStatus: [{ id: '01', text: '本人' }, { id: '02', text: '监护人' }], // 理赔申请人身份 @@ -1048,19 +1771,19 @@ export default { // 理赔证件类型 lpIdType: [ { - id: '0', + id: '1', text: '身份证' }, { - id: '1', + id: '2', text: '户口本' }, { - id: '2', + id: '3', text: '出生证' }, { - id: '3', + id: '10', text: '外国人永久居留身份证' }, { @@ -1076,7 +1799,7 @@ export default { text: '台湾居民来往大陆通行证' }, { - id: '7', + id: '9', text: '港澳台居民居住证' }, { @@ -1084,7 +1807,7 @@ export default { text: '台湾身份证' }, { - id: '9', + id: '7', text: '其他' } ], diff --git a/src/views/ebiz/claims/ClaimsSignature.vue b/src/views/ebiz/claims/ClaimsSignature.vue index bfd34993d..adef580f6 100644 --- a/src/views/ebiz/claims/ClaimsSignature.vue +++ b/src/views/ebiz/claims/ClaimsSignature.vue @@ -9,15 +9,14 @@ 《鼎诚人寿理赔申请书》 -
+
- + -->
申请人签名 :
@@ -172,27 +171,28 @@ export default { loadingType: 'spinner', message: '加载中……' }) - if (val == 0) { - EWebBridge.webCallAppInJs('ca_sign', { - //身份证号码 - number: that.list.mandatorCertiCode, - //姓名 - name: that.list.mandatorName, - keyword: '受托人姓名', - pageNo: '1', - index: '1', - offset: '20', - pos: '3' - }).then(data => { - this.$toast.clear() - if (JSON.parse(data).state == '1') { - that.list.mandatorSignState = '1' - that.isDisabledComplite = false - that.baseEncryp = decodeURI(JSON.parse(data).sign) - that.base64 = that.base64 = 'data:image/png;base64,' + JSON.parse(data).base64 - } - }) - } else { + // if (val == 0) { + // EWebBridge.webCallAppInJs('ca_sign', { + // //身份证号码 + // number: that.list.mandatorCertiCode, + // //姓名 + // name: that.list.mandatorName, + // keyword: '受托人姓名', + // pageNo: '1', + // index: '1', + // offset: '20', + // pos: '3' + // }).then(data => { + // this.$toast.clear() + // if (JSON.parse(data).state == '1') { + // that.list.mandatorSignState = '1' + // that.isDisabledComplite = false + // that.baseEncryp = decodeURI(JSON.parse(data).sign) + // that.base64 = that.base64 = 'data:image/png;base64,' + JSON.parse(data).base64 + // } + // }) + // } + if(val == 1) { if (this.isWeixin) { this.toAirSign('3', '申请人签名', '20', '4') } else {