From e832b3e1d501a3803b213d050eff34952b56ae45 Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Wed, 13 Jul 2022 15:53:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=83=BD=E5=8A=9B=E4=B8=8A=E6=9E=B6?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E5=AE=A1=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/src/assets/img/sj-jx.png | Bin 0 -> 102 bytes .../myAgent/demo/Application-resources.vue | 2 +- .../myAgent/demo/ResourcesAndServices.vue | 97 ++++++++++++++++-- 3 files changed, 91 insertions(+), 8 deletions(-) create mode 100644 back/src/assets/img/sj-jx.png diff --git a/back/src/assets/img/sj-jx.png b/back/src/assets/img/sj-jx.png new file mode 100644 index 0000000000000000000000000000000000000000..a51062732a6785f6b9730982fa022126470d6c58 GIT binary patch literal 102 zcmeAS@N?(olHy`uVBq!ia0vp^>_9Bd!3HEZxJ@+%QY^(zo*^7SP{WbZ0p!bix;Tbt w1Sh9t{Qp0nkv&0XYD$6xFH6EJ3C%_Z2D@e# -
22222222222222
+
From d551b833d3e1fb1d70bd1a66801880a6c007e60d Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Wed, 13 Jul 2022 16:30:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=88=91=E7=9A=84=E7=94=B3=E8=AF=B7=20?= =?UTF-8?q?=E8=83=BD=E5=8A=9B=E7=94=B3=E8=AF=B7=20=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/public/index.html | 6 +- front/src/api/personalCenter.js | 7 + front/src/views/home/AbilityToApplyFor.vue | 399 ++++++------ front/src/views/home/apply.vue | 2 + .../components/AbilityApplication.vue | 322 ++++++++++ .../components/ApplyDetails.vue | 581 ++---------------- .../personalCenter/components/MyApply.vue | 208 +++++-- 7 files changed, 733 insertions(+), 792 deletions(-) create mode 100644 front/src/views/personalCenter/components/AbilityApplication.vue diff --git a/front/public/index.html b/front/public/index.html index e408d9d5..a9535a2a 100644 --- a/front/public/index.html +++ b/front/public/index.html @@ -1,8 +1,8 @@ @@ -49,7 +49,7 @@ window.SITE_CONFIG['backUrl'] = 'http://15.2.21.238:9797'; window.SITE_CONFIG['previewUrl'] = 'http://15.2.21.238:9796/'; window.SITE_CONFIG['frontUrl'] = 'http://15.2.21.238:9796/document/#/devModelFile/'; - window.SITE_CONFIG['apiURL'] = 'http://15.2.21.239:8888/renren-admin'; + window.SITE_CONFIG['apiURL'] = 'http://15.2.21.238:8888/renren-admin'; window.SITE_CONFIG['POI_URL'] = 'http://15.2.21.238:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address'; // 穿透版本 // window.SITE_CONFIG['backUrl'] = 'http://124.222.94.39:9797'; diff --git a/front/src/api/personalCenter.js b/front/src/api/personalCenter.js index d9eb8e9b..b58168f4 100644 --- a/front/src/api/personalCenter.js +++ b/front/src/api/personalCenter.js @@ -14,6 +14,13 @@ export function getTabilityapplication(params) { params, }) } +export function getByApplyFlag(params) { + return request({ + url: '/processForm/tabilityapplication/getByApplyFlag/' + params, + method: 'get', + // params, + }) +} // 查询申购车列表 export function getSgcList(params) { diff --git a/front/src/views/home/AbilityToApplyFor.vue b/front/src/views/home/AbilityToApplyFor.vue index 57d4eabf..cc0393e2 100644 --- a/front/src/views/home/AbilityToApplyFor.vue +++ b/front/src/views/home/AbilityToApplyFor.vue @@ -5,44 +5,54 @@ 展开 收起 -
+
{{ item.deptName }}
- - + +