From 49658c110d4561f2f2304b8ab79c242f6e59e6b8 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Tue, 31 Oct 2023 14:08:32 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BC=81=E6=A0=87=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/workCenter.js | 3 ++ src/components/ProcessDetailList.vue | 52 +++++++++++++----- src/components/UploadFile.vue | 4 +- .../RevisionPlanActivelyReportFlow.vue | 54 ++++++++++++++++--- .../PlanApprovalChangeFlow.vue | 8 +-- .../processCenter/table/TodoList.vue | 7 +++ 6 files changed, 102 insertions(+), 26 deletions(-) diff --git a/src/api/workCenter.js b/src/api/workCenter.js index 223f1526..93354b8d 100644 --- a/src/api/workCenter.js +++ b/src/api/workCenter.js @@ -38,6 +38,8 @@ const activelyReportTurnTo = (params) => postAction('/process/es/annualReport/tr const activelyReportAgree = (params) => postAction('/process/es/annualReport/agree', params) // 拒绝 const activelyReportReject = (params) => postAction('/process/es/annualReport/reject', params) +// 根据流程id获取流程信息 +const activelyReportGetDataById = (taskId, params) => getAction(`/process/es/annualReport/handle/${taskId}`, params) // 年度制修订计划(标准化发起) // 发起 @@ -148,6 +150,7 @@ export { activelyReportTurnTo, activelyReportAgree, activelyReportReject, + activelyReportGetDataById, standardizationInitApproval, standardizationInitSave, diff --git a/src/components/ProcessDetailList.vue b/src/components/ProcessDetailList.vue index 4c929074..7fa67349 100644 --- a/src/components/ProcessDetailList.vue +++ b/src/components/ProcessDetailList.vue @@ -9,16 +9,16 @@ - - - - - - + + + + + + + + + +
@@ -44,6 +44,16 @@ :scroll="{x: '100%'}" @change="handleTableChange"> + + +