From ed353fd193d02089ef080bd4b8aa3aae2942bc2a Mon Sep 17 00:00:00 2001 From: "li.yuetong" Date: Wed, 9 Mar 2022 19:29:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9B=BD=E5=AF=8C=E6=83=A0=E6=A1=82?= =?UTF-8?q?=E4=BF=9D=E5=9B=A2=E4=BD=93=E5=8C=BB=E7=96=97=E4=BF=9D=E9=99=A9?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E4=B8=8A=E7=BA=BF=E9=87=91=E6=8E=8C=E6=A1=82?= =?UTF-8?q?=E6=8A=95=E4=BF=9D=E5=BC=80=E5=8F=91=E9=9C=80=E6=B1=82=E3=80=91?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/ebiz/cardList.js | 53 + src/views/ebiz/cardList/GroupAppntInfo.vue | 1146 ++++++++++++++++++ src/views/ebiz/cardList/GroupCheckInfo.vue | 0 src/views/ebiz/cardList/GroupInsuredInfo.vue | 0 src/views/ebiz/cardList/GroupInsuredList.vue | 0 src/views/ebiz/cardList/GroupPayMent.vue | 0 6 files changed, 1199 insertions(+) create mode 100644 src/views/ebiz/cardList/GroupAppntInfo.vue create mode 100644 src/views/ebiz/cardList/GroupCheckInfo.vue create mode 100644 src/views/ebiz/cardList/GroupInsuredInfo.vue create mode 100644 src/views/ebiz/cardList/GroupInsuredList.vue create mode 100644 src/views/ebiz/cardList/GroupPayMent.vue diff --git a/src/router/ebiz/cardList.js b/src/router/ebiz/cardList.js index 4889cc705..1bb661a8e 100644 --- a/src/router/ebiz/cardList.js +++ b/src/router/ebiz/cardList.js @@ -11,6 +11,13 @@ const phoneCode = () => import('@/views/ebiz/cardList/phoneCode') const cardDetail = () => import('@/views/ebiz/cardList/cardDetail') const SignatureConfirmation = () => import('@/views/ebiz/cardList/SignatureConfirmation') const Result = () => import('@/views/ebiz/cardList/Result') +//团险模块 +const GroupAppntInfo = () => import('@/views/ebiz/cardList/GroupAppntInfo') +const GroupInsuredInfo = () => import('@/views/ebiz/cardList/GroupInsuredInfo') +const GroupInsuredList = () => import('@/views/ebiz/cardList/GroupInsuredList') +const GroupPayMent = () => import('@/views/ebiz/cardList/GroupPayMent') +const GroupCheckInfo = () => import('@/views/ebiz/cardList/GroupCheckInfo') + export default [ { @@ -121,5 +128,51 @@ export default [ index: 11 } }, + //团险模块 + { + path: '/cardList/GroupAppntInfo', + name: 'GroupAppntInfo', + component: GroupAppntInfo, + meta: { + title: '填写投保信息', + index: 12 + } + }, + { + path: '/cardList/GroupInsuredList', + name: 'GroupInsuredList', + component: GroupInsuredList, + meta: { + title: '选择被保险人', + index: 13 + } + }, + { + path: '/cardList/GroupInsuredInfo', + name: 'GroupInsuredInfo', + component: GroupInsuredInfo, + meta: { + title: '填写被保险人信息', + index: 14 + } + }, + { + path: '/cardList/GroupPayMent', + name: 'GroupPayMent', + component: GroupPayMent, + meta: { + title: '支付分享', + index: 15 + } + }, + { + path: '/cardList/GroupCheckInfo', + name: 'GroupCheckInfo', + component: GroupCheckInfo, + meta: { + title: '核对投被保险人信息', + index: 16 + } + }, ] diff --git a/src/views/ebiz/cardList/GroupAppntInfo.vue b/src/views/ebiz/cardList/GroupAppntInfo.vue new file mode 100644 index 000000000..b30b22fc3 --- /dev/null +++ b/src/views/ebiz/cardList/GroupAppntInfo.vue @@ -0,0 +1,1146 @@ + + + diff --git a/src/views/ebiz/cardList/GroupCheckInfo.vue b/src/views/ebiz/cardList/GroupCheckInfo.vue new file mode 100644 index 000000000..e69de29bb diff --git a/src/views/ebiz/cardList/GroupInsuredInfo.vue b/src/views/ebiz/cardList/GroupInsuredInfo.vue new file mode 100644 index 000000000..e69de29bb diff --git a/src/views/ebiz/cardList/GroupInsuredList.vue b/src/views/ebiz/cardList/GroupInsuredList.vue new file mode 100644 index 000000000..e69de29bb diff --git a/src/views/ebiz/cardList/GroupPayMent.vue b/src/views/ebiz/cardList/GroupPayMent.vue new file mode 100644 index 000000000..e69de29bb