From c16e2269d7ec2319bdffcaa7fed254ad73b02b4e Mon Sep 17 00:00:00 2001 From: zhangqi1 Date: Thu, 16 Sep 2021 22:30:05 +0800 Subject: [PATCH] =?UTF-8?q?GFRS-2618=E3=80=90=E5=89=8D=E7=AB=AF=E3=80=91?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B4=A5=E8=B4=B4=E7=94=B3=E8=AF=B7=E7=9A=84?= =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E9=83=A8=E5=88=86=E4=BB=A3=E7=A0=81=E3=80=82=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E4=BA=BA--=E5=BC=A0=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/ebiz/parentList/parentList.js | 8 +- src/assets/js/utils/data-dictionary.js | 2 + src/components/ebiz/parentList/Parent.vue | 114 +- .../ebiz/parentList/ParentPicker.vue | 9 +- .../allowance/application/AccountInfo.vue | 2 +- .../application/AttachmentManagement.vue | 1208 +++++++---------- .../ebiz/allowance/application/BaseInfo.vue | 14 +- .../ebiz/allowance/myInfo/AccountInfo.vue | 6 +- src/views/ebiz/allowance/myInfo/BaseInfo.vue | 12 +- 9 files changed, 630 insertions(+), 745 deletions(-) diff --git a/src/api/ebiz/parentList/parentList.js b/src/api/ebiz/parentList/parentList.js index e70cded94..4b8fd84b1 100644 --- a/src/api/ebiz/parentList/parentList.js +++ b/src/api/ebiz/parentList/parentList.js @@ -1,7 +1,7 @@ import request from '@/assets/js/utils/request' import getUrl from '@/assets/js/utils/get-url' -// 代理人客户列表 +// 查询父母列表数据的接口 export function getAllowanceBaseList(data) { return request({ url: getUrl('/agent/allowanceBase/getAllowanceBaseList', 1), @@ -10,10 +10,10 @@ export function getAllowanceBaseList(data) { }) } -//查询代理人客户信息 -export function getAgentCustomerInfo(data) { +// 列表父母信息录入校验的接口 +export function check(data) { return request({ - url: getUrl('/customer/agent/getAgentCustomerInfo', 1), + url: getUrl('/agent/allowanceBase/check', 1), method: 'post', data }) diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js index 08745054c..e2f0879c5 100644 --- a/src/assets/js/utils/data-dictionary.js +++ b/src/assets/js/utils/data-dictionary.js @@ -3616,6 +3616,7 @@ export default { { id: '2', text: '重新投保' } ], + // // 津贴申请-证件类型的枚举(父母津贴申请功能专用,因为父母津贴功能中证件类型没有出生证,所以在此创建一个新的枚举,供父母津贴功能专用) allowanceIdType: [ { id: 1, text: '居民身份证' }, @@ -3634,4 +3635,5 @@ export default { { id: '0', text: '父亲' }, { id: '1', text: '母亲' } ] + // } diff --git a/src/components/ebiz/parentList/Parent.vue b/src/components/ebiz/parentList/Parent.vue index 48b7011fe..e1dd11553 100644 --- a/src/components/ebiz/parentList/Parent.vue +++ b/src/components/ebiz/parentList/Parent.vue @@ -2,22 +2,15 @@
- - -
- - -
-
{{ parent.name }}
-
{{ parent.customerPhone }}
-
-
- - - -
- +
+ +
+
{{ parent.name }}
+
+
+ {{ parent.typeName }} +
@@ -25,10 +18,21 @@

暂无数据

+ + + 点击增加父母信息 +