From ccbcab8dfaea2d427437f1314ad21284add64e8b Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Wed, 29 Jun 2022 17:28:49 +0800 Subject: [PATCH 01/10] =?UTF-8?q?=E6=96=B0=E8=83=BD=E5=8A=9B=E7=94=B3?= =?UTF-8?q?=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/public/index.html | 7 +- .../activiti/demo/correction-process2.vue | 295 ++++++----- .../modules/myAgent/CompetencyApplication.vue | 23 +- .../myAgent/demo/competency-application.vue | 460 ++++++++++++++++++ front/public/index.html | 8 +- front/src/api/home.js | 6 +- front/src/views/home/AbilityToApplyFor.vue | 8 +- front/src/views/home/apply.vue | 264 +++++++--- .../components/PurchaseVehicle.vue | 15 +- 9 files changed, 833 insertions(+), 253 deletions(-) create mode 100644 back/src/views/modules/myAgent/demo/competency-application.vue diff --git a/back/public/index.html b/back/public/index.html index eb19bbb6..f975e31c 100644 --- a/back/public/index.html +++ b/back/public/index.html @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2022-04-11 10:11:40 * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-06-23 18:30:45 + * @LastEditTime: 2022-06-29 16:59:38 * @Description: 告诉大家这是什么 --> @@ -42,8 +42,9 @@ <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> diff --git a/back/src/views/modules/myAgent/CompetencyApplication.vue b/back/src/views/modules/myAgent/CompetencyApplication.vue index 1a3edea2..ceae9900 100644 --- a/back/src/views/modules/myAgent/CompetencyApplication.vue +++ b/back/src/views/modules/myAgent/CompetencyApplication.vue @@ -2,7 +2,7 @@ * @Author: hisense.liangjunhua * @Date: 2022-06-27 11:27:22 * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-06-27 11:50:45 + * @LastEditTime: 2022-06-29 16:31:26 * @Description: 能力申请 --> @@ -143,7 +133,8 @@ export default { }, dataForm: { taskName: '', - taskId: '' + taskId: '', + processDefinitionKey: 'abilityprocess_v2' }, processInstanceId: '' } diff --git a/back/src/views/modules/myAgent/demo/competency-application.vue b/back/src/views/modules/myAgent/demo/competency-application.vue new file mode 100644 index 00000000..f3f02e2a --- /dev/null +++ b/back/src/views/modules/myAgent/demo/competency-application.vue @@ -0,0 +1,460 @@ + + + + + + diff --git a/front/public/index.html b/front/public/index.html index afc695e8..5f765f8b 100644 --- a/front/public/index.html +++ b/front/public/index.html @@ -1,8 +1,8 @@ @@ -45,9 +45,9 @@ // window.SITE_CONFIG['apiURL'] = 'http://10.134.135.9:8888/renren-admin'; // 开发 window.SITE_CONFIG['backUrl'] = 'http://15.2.21.238:9797'; - window.SITE_CONFIG['previewUrl'] = 'http://15.2.21.238:9796'; + 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/home.js b/front/src/api/home.js index 6f560eb9..d2af042f 100644 --- a/front/src/api/home.js +++ b/front/src/api/home.js @@ -1,8 +1,8 @@ /* * @Author: hisense.wuhongjian * @Date: 2022-04-01 19:19:40 - * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-06-22 18:59:03 + * @LastEditors: hisense.liangjunhua + * @LastEditTime: 2022-06-29 14:34:24 * @Description: 告诉大家这是什么 */ import request from '@/utils/request' @@ -114,7 +114,7 @@ export function lastestPage(params) { // 提交申请 export function submitApply(data) { return request({ - url: '/ability/center/apply', + url: '/ability/center/v2/apply', method: 'post', data, }) diff --git a/front/src/views/home/AbilityToApplyFor.vue b/front/src/views/home/AbilityToApplyFor.vue index 36d26a83..ec68b65f 100644 --- a/front/src/views/home/AbilityToApplyFor.vue +++ b/front/src/views/home/AbilityToApplyFor.vue @@ -10,7 +10,7 @@ {{ item.deptName }} -