Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dl-ehr-mini
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
宁吉海
dl-ehr-mini
Commits
7ff879f6
Commit
7ff879f6
authored
Dec 26, 2025
by
ningjihai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
销假
parent
681481ac
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
10 行增加
和
2 行删除
+10
-2
approve/modules/attendance/leave/modules/DetailFlowClose.vue
+1
-0
attendance/leave/closeDetail.vue
+1
-1
attendance/leave/modules/DetailFlow.vue
+1
-1
attendance/leave/modules/DetailFlowClose.vue
+1
-0
attendance/leave/modules/LeaveCloseListItem.vue
+6
-0
没有找到文件。
approve/modules/attendance/leave/modules/DetailFlowClose.vue
View file @
7ff879f6
...
@@ -4,6 +4,7 @@ import { parseTime } from '/common/utils/ruoyi'
...
@@ -4,6 +4,7 @@ import { parseTime } from '/common/utils/ruoyi'
import
{
getLeaveRequrstBack
}
from
'@/api/attendance/leave'
import
{
getLeaveRequrstBack
}
from
'@/api/attendance/leave'
import
{
getFlowChart
}
from
'@/api/flowEngine/flowInterface'
import
{
getFlowChart
}
from
'@/api/flowEngine/flowInterface'
import
{
useDict
}
from
'@/common/utils/dict'
import
{
useDict
}
from
'@/common/utils/dict'
import
{
ref
}
from
'vue'
import
FlowTimeline
from
'@/components/Flow/FlowTimeline.vue'
import
FlowTimeline
from
'@/components/Flow/FlowTimeline.vue'
const
props
=
defineProps
<
{
const
props
=
defineProps
<
{
...
...
attendance/leave/closeDetail.vue
View file @
7ff879f6
<
script
setup
lang=
"ts"
name=
"LeaveDetail"
>
<
script
setup
lang=
"ts"
name=
"LeaveDetail"
>
// import { useRoute } from 'vue-router
'
import
{
ref
}
from
'vue
'
import
DetailFlowClose
from
'./modules/DetailFlowClose.vue'
import
DetailFlowClose
from
'./modules/DetailFlowClose.vue'
import
{
onLoad
}
from
'@dcloudio/uni-app'
import
{
onLoad
}
from
'@dcloudio/uni-app'
...
...
attendance/leave/modules/DetailFlow.vue
View file @
7ff879f6
...
@@ -54,7 +54,7 @@ function onDetailClose(item) {
...
@@ -54,7 +54,7 @@ function onDetailClose(item) {
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'/attendance/leave/close
-d
etail?id='
+
item
.
id
+
'&instanceId='
+
item
.
instanceId
url
:
'/attendance/leave/close
D
etail?id='
+
item
.
id
+
'&instanceId='
+
item
.
instanceId
})
})
}
}
</
script
>
</
script
>
...
...
attendance/leave/modules/DetailFlowClose.vue
View file @
7ff879f6
...
@@ -3,6 +3,7 @@ import { parseTime } from '/common/utils/ruoyi'
...
@@ -3,6 +3,7 @@ import { parseTime } from '/common/utils/ruoyi'
import
{
getLeaveRequrstBack
}
from
'@/api/attendance/leave'
import
{
getLeaveRequrstBack
}
from
'@/api/attendance/leave'
import
{
getFlowChart
}
from
'@/api/flowEngine/flowInterface'
import
{
getFlowChart
}
from
'@/api/flowEngine/flowInterface'
import
{
useDict
}
from
'../../../common/utils/dict'
import
{
useDict
}
from
'../../../common/utils/dict'
import
{
ref
}
from
'vue'
import
FlowTimeline
from
'../../../components/Flow/FlowTimeline.vue'
import
FlowTimeline
from
'../../../components/Flow/FlowTimeline.vue'
const
props
=
defineProps
<
{
const
props
=
defineProps
<
{
...
...
attendance/leave/modules/LeaveCloseListItem.vue
View file @
7ff879f6
...
@@ -56,7 +56,13 @@ function onClickItem(item) {
...
@@ -56,7 +56,13 @@ function onClickItem(item) {
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.list-item
{
.list-item
{
margin
:
40
rpx
;
margin-top
:
50
rpx
;
margin-top
:
50
rpx
;
background-color
:
#fff
;
border-radius
:
8px
;
padding
:
15px
;
box-shadow
:
0
4px
12px
rgba
(
0
,
0
,
0
,
0.05
);
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论