From aa3cc0a3956e99ec62aa1d0537647466f0c5e8fe Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Fri, 24 Apr 2020 17:33:11 +0800 Subject: [PATCH] =?UTF-8?q?[NEW]=E3=80=90=E6=95=B0=E6=8D=AE=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E3=80=91=E5=A2=9E=E5=8A=A0=E5=8D=A1=E5=8D=95=E4=BF=9D?= =?UTF-8?q?=E5=8D=95=E7=8A=B6=E6=80=81=E6=9E=9A=E4=B8=BE=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/utils/data-dictionary.js | 54 ++++++++------------------ 1 file changed, 17 insertions(+), 37 deletions(-) diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js index 2f03fa830..128aadaa1 100644 --- a/src/assets/js/utils/data-dictionary.js +++ b/src/assets/js/utils/data-dictionary.js @@ -165,7 +165,7 @@ export default { id: 6, text: '台湾居民来往大陆通行证' }, - /* { + /* { id: 7, text: '其他', disabled: true @@ -207,7 +207,7 @@ export default { id: 6, text: '台湾居民来往大陆通行证' }, - /* { + /* { id: 7, text: '其他', disabled: true @@ -828,6 +828,14 @@ export default { { id: '55', text: '支付失败' + }, + { + id: '56', + text: '卡单投被保人信息保存成功' + }, + { + id: '57', + text: '卡单保存账户信息成功' } ], // 产品编码 @@ -1441,21 +1449,9 @@ export default { { 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: '司外' } - ], + 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: '安哥拉' }, @@ -1749,18 +1745,9 @@ export default { { id: '08', text: '其它' } ], // 申请人身份 - applicantStatus: [ - { id: '01', text: '本人' }, - { id: '02', text: '监护人' } - ], + applicantStatus: [{ id: '01', text: '本人' }, { id: '02', text: '监护人' }], // 理赔申请人身份 - lpApplicantStatus: [ - { id: '1', text: '本人' }, - { id: '2', text: '配偶' }, - { id: '3', text: '父母' }, - { id: '4', text: '子女' }, - { id: '5', text: '其他' } - ], + lpApplicantStatus: [{ id: '1', text: '本人' }, { id: '2', text: '配偶' }, { id: '3', text: '父母' }, { id: '4', text: '子女' }, { id: '5', text: '其他' }], // 出险申请类型 applyType: [ { @@ -2009,10 +1996,7 @@ export default { } ], //对象 - targetDictionary: [ - { value: '本人', code: '00' }, - { value: '配偶', code: '01' } - ], + targetDictionary: [{ value: '本人', code: '00' }, { value: '配偶', code: '01' }], nbsRelation: [ { name: '配偶', value: '00' }, { name: '子女', value: '01' }, @@ -2033,11 +2017,7 @@ export default { { code: '08', value: '其他费用' } ], //险种类型字典 - insuranceDictionary: [ - { code: '01', value: '寿险' }, - { code: '02', value: '重疾' }, - { code: '03', value: '年金' } - ], + insuranceDictionary: [{ code: '01', value: '寿险' }, { code: '02', value: '重疾' }, { code: '03', value: '年金' }], // 活动量管理 - 人才库 - 状态 talentPoolStatus: [ { id: 0, text: '暂不考虑' },