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}}