From 5ee96b1837cfad55dd7e968a5bbb0ba5b07870ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 22:34:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../task/myProcess/detail/detailDrawer.vue | 466 +++++++++++++++ .../task/todo/detail/approveDrawer.vue | 547 ++++++++++++++++++ 2 files changed, 1013 insertions(+) create mode 100644 ruoyi-ui/src/views/flowable/task/myProcess/detail/detailDrawer.vue create mode 100644 ruoyi-ui/src/views/flowable/task/todo/detail/approveDrawer.vue diff --git a/ruoyi-ui/src/views/flowable/task/myProcess/detail/detailDrawer.vue b/ruoyi-ui/src/views/flowable/task/myProcess/detail/detailDrawer.vue new file mode 100644 index 00000000..b4fb9b6e --- /dev/null +++ b/ruoyi-ui/src/views/flowable/task/myProcess/detail/detailDrawer.vue @@ -0,0 +1,466 @@ + + + + + 流程详情 【{{ title }}】 - 当前进度【{{ jdtitle }}】 - 当前节点【{{options.taskName}}】 + + + + + + + + {{ getSort(index) }}{{item.taskName}}{{item.commentResult}} + + + + 办理人 + {{item.assigneeName}} + {{item.deptName}} + + + 候选办理 + {{item.candidate}} + + + 驳回节点 + {{getDeleteReason(item.deleteReason)}} + + + 接收时间 + {{item.startTime}} + + + 处理时间 + {{item.endTime}} + + + 处理耗时 + {{getDurationDate(item.duration)}} + + + 处理意见 + {{item.message}} + + + + + + + + + + {{ initData.projectName }} + + + {{ options.startDeptName }} + + + {{ options.startUserName }} + + + {{ title }} + + + + {{file.substring(file.lastIndexOf('/')+1)}} + + + + {{initData.remark}} + + + 关 闭 + + + + + + + + + + diff --git a/ruoyi-ui/src/views/flowable/task/todo/detail/approveDrawer.vue b/ruoyi-ui/src/views/flowable/task/todo/detail/approveDrawer.vue new file mode 100644 index 00000000..905a8fc7 --- /dev/null +++ b/ruoyi-ui/src/views/flowable/task/todo/detail/approveDrawer.vue @@ -0,0 +1,547 @@ + + + + + 流程详情 【{{ title }}】 - 当前进度【{{ jdtitle }}】 - 当前节点【{{options.taskName}}】 + + + + + + + + {{ getSort(index) }}{{item.taskName}}{{item.commentResult}} + + + + 办理人 + {{item.assigneeName}} + {{item.deptName}} + + + 候选办理 + {{item.candidate}} + + + 驳回节点 + {{getDeleteReason(item.deleteReason)}} + + + 接收时间 + {{item.startTime}} + + + 处理时间 + {{item.endTime}} + + + 处理耗时 + {{getDurationDate(item.duration)}} + + + 处理意见 + {{item.message}} + + + + + + + + + + {{ initData.projectName }} + + + {{ options.startDeptName }} + + + {{ options.startUserName }} + + + {{ title }} + + + + {{file.substring(file.lastIndexOf('/')+1)}} + + + + {{initData.remark}} + + + + + + 审批通过 + 审批驳回 + + + + + + + + + +
{{ getSort(index) }}{{item.taskName}}{{item.commentResult}}