From 2529c5fa6f86aeb391390315b4967f72951791a2 Mon Sep 17 00:00:00 2001 From: nanxiyu <13981706105@163.com> Date: Sat, 27 Dec 2025 12:52:38 +0800 Subject: [PATCH] 1 --- .env | 2 +- .env.development | 4 +- src/api/h5/expert.ts | 11 + .../miOwLibr/ownershipCreate/index.ts | 8 + src/components/Upload/Image.vue | 6 +- .../common/PostInvestmentEvaluationForm.vue | 27 +- .../investment/ExpertDetailDialog.vue | 3 +- .../common/ProjectBasicInfoForm.vue | 13 +- .../common/ProjectBasicInfoView.vue | 72 +- .../investment/common/ProjectExitPlanForm.vue | 105 ++- .../common/ProjectPlanApplyForm.vue | 641 ++++++------------ .../common/ProjectPlanApplyFormDetails.vue | 5 +- .../common/ProjectProgressReportForm.vue | 9 +- .../ProjectProgressReportFormDeatils.vue | 186 +++-- src/components/investment/interface/types.ts | 30 +- .../mixedReform/MixedRegisterSections.vue | 5 +- src/components/workbench/TaskManagement.vue | 45 +- .../workbench/common/ApprovalAction.vue | 101 +-- src/layout/component/aside.vue | 4 +- src/layout/navBars/breadcrumb/user.vue | 2 +- src/views/admin/system/user/personal.vue | 34 +- .../config/projectReviewPolicy/index.vue | 5 +- src/views/flow/create/all.vue | 12 +- src/views/flow/form/tools/FlowNodeFormat.vue | 7 +- .../flow/form/tools/FlowNodeFormatData.vue | 6 +- .../invBid/postInvestmentEvaluation/form.vue | 7 +- .../invBid/postInvestmentEvaluation/index.vue | 3 + .../interface/type.ts | 4 + src/views/invMid/committeeReview/index.vue | 20 +- src/views/invMid/planApply/index.vue | 184 +++-- src/views/invMid/progressReport/index.vue | 52 +- .../invMid/progressReportExamine/index.vue | 19 +- .../invMid/projectExitFeedback/index.vue | 133 ++-- .../projectExitFeedback/interface/type.ts | 58 +- src/views/invMid/projectExitPlan/index.vue | 164 ++--- .../investment/cooperationUnit/index.vue | 2 +- src/views/investment/expertApply/index.vue | 14 - .../investment/expertApplyExamine/index.vue | 3 +- src/views/investment/expertLibrary/index.vue | 50 +- src/views/investment/i18n/en.ts | 5 - src/views/investment/i18n/zh-cn.ts | 5 - .../investment/mixedReformRegister/index.vue | 2 +- src/views/workbench/my-initiated/index.vue | 42 +- vite.config.ts | 28 - 44 files changed, 942 insertions(+), 1196 deletions(-) diff --git a/.env b/.env index a90ebb1..8dc6b70 100644 --- a/.env +++ b/.env @@ -30,7 +30,7 @@ VITE_OAUTH2_MOBILE_CLIENT='app:app' VITE_OAUTH2_SOCIAL_CLIENT='social:social' # 是否开启前端滑块验证码 -VITE_VERIFY_ENABLE = true +VITE_VERIFY_ENABLE = false # 是否开启前端图形验证码 VITE_VERIFY_IMAGE_ENABLE = false diff --git a/.env.development b/.env.development index dfa7812..2b76bcc 100644 --- a/.env.development +++ b/.env.development @@ -8,7 +8,7 @@ VITE_OPEN = true ENV = 'development' # ADMIN 服务地址 -VITE_ADMIN_PROXY_PATH = http://panel1.nanxiislet.com:9999 +# VITE_ADMIN_PROXY_PATH = http://panel1.nanxiislet.com:9999 # VITE_ADMIN_PROXY_PATH = http://192.168.2.102:9999 # 罗老师本地 -# VITE_ADMIN_PROXY_PATH = http://10.30.148.198:7777 +VITE_ADMIN_PROXY_PATH = http://10.30.148.198:7777 diff --git a/src/api/h5/expert.ts b/src/api/h5/expert.ts index 0d36def..51f2cbc 100644 --- a/src/api/h5/expert.ts +++ b/src/api/h5/expert.ts @@ -9,4 +9,15 @@ export const getByProcessInstanceId = (processInstanceId: any) => { processInstanceId } }); +} +// 企业微信登录 +export const loginWx = (code: any) => { + return request({ + url: '/oauth2/token', + method: 'post', + data:{ + grant_type: 'wechat_work', + code:'' + } + }); } \ No newline at end of file diff --git a/src/api/workbench/miOwLibr/ownershipCreate/index.ts b/src/api/workbench/miOwLibr/ownershipCreate/index.ts index 41e624b..cb8cd5c 100644 --- a/src/api/workbench/miOwLibr/ownershipCreate/index.ts +++ b/src/api/workbench/miOwLibr/ownershipCreate/index.ts @@ -53,3 +53,11 @@ export const getPropertyRightsByProcessInstanceIdAPI = (processInstanceId: strin params: { processInstanceId }, }); } +// 根据id查询流程详情 +export const getProcessInfoByIdAPI = (id: string | number) => { + return request({ + url:'/admin/flow/form/processInfo', + method: 'get', + params: { id }, + }) +} \ No newline at end of file diff --git a/src/components/Upload/Image.vue b/src/components/Upload/Image.vue index 353d623..891d54f 100644 --- a/src/components/Upload/Image.vue +++ b/src/components/Upload/Image.vue @@ -16,7 +16,9 @@ >