From 9c64dd8451aa90082432e0c54dc90b804cd2cc80 Mon Sep 17 00:00:00 2001 From: 86156 <823267011@qq.com> Date: Wed, 15 Apr 2026 16:52:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8A=9E=E5=85=AC=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E9=A2=84=E8=A7=88=E7=BB=84=E4=BB=B6=EF=BC=8C=E5=B1=8F?= =?UTF-8?q?=E8=94=BD=E9=80=9A=E8=BF=87=E6=9D=A1=E4=BB=B6=E4=B8=8B=E4=BE=9D?= =?UTF-8?q?=E7=84=B6=E5=8F=AF=E4=BB=A5=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/BizDetailContainer/index.vue | 43 ++--- ruoyi-ui/src/views/hrm/flow/taskHistory.vue | 175 ++++++++---------- .../hrm/requests/appropriationDetail.vue | 8 +- .../src/views/hrm/requests/leaveDetail.vue | 5 +- .../views/hrm/requests/reimburseDetail.vue | 5 +- .../src/views/hrm/requests/travelDetail.vue | 5 +- 6 files changed, 109 insertions(+), 132 deletions(-) diff --git a/ruoyi-ui/src/views/hrm/components/BizDetailContainer/index.vue b/ruoyi-ui/src/views/hrm/components/BizDetailContainer/index.vue index caa6205..f2d1681 100644 --- a/ruoyi-ui/src/views/hrm/components/BizDetailContainer/index.vue +++ b/ruoyi-ui/src/views/hrm/components/BizDetailContainer/index.vue @@ -4,14 +4,13 @@
{{ bizTitle }}
- 返回 + 返回 刷新 - - + 通过 - + 驳回
@@ -54,20 +53,21 @@ -
审批操作
- -
系统将自动识别你在该单据上的“当前待办任务”。若你不是当前办理人,将不会显示办理按钮。
-
- -
- 通过 - 驳回 +
+
审批操作
+ +
+ +
+ 通过 + 驳回 +
-
-
当前无待办任务(可能已处理完成,或你不是当前审批人)
- +
当前无待办任务(可能已处理完成,或你不是当前审批人)
+ +
@@ -75,7 +75,7 @@ 操作汇报
-
+
@@ -89,7 +89,7 @@
{{ item.createByName }} {{ item.createTime }} - 删除
@@ -132,7 +132,8 @@ export default { name: 'BizDetailContainer', props: { bizId: { type: String, required: true }, - bizType: { type: String, required: true } + bizType: { type: String, required: true }, + preview: { type: Boolean, default: false } }, components: { FilePreview, @@ -414,7 +415,7 @@ export default { async exportComment () { try { this.buttonLoading = true - const res = await addFlowComment({ + await addFlowComment({ instId: this.flowInstance.instId, commentContent: this.commentForm.commentContent, attachments: this.commentForm.attachments diff --git a/ruoyi-ui/src/views/hrm/flow/taskHistory.vue b/ruoyi-ui/src/views/hrm/flow/taskHistory.vue index 05db498..894a3c2 100644 --- a/ruoyi-ui/src/views/hrm/flow/taskHistory.vue +++ b/ruoyi-ui/src/views/hrm/flow/taskHistory.vue @@ -1,81 +1,68 @@