Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
J
jilinzhongdianrenqun-web
概览
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
吴超
jilinzhongdianrenqun-web
Commits
68c131ee
Commit
68c131ee
authored
Jan 05, 2026
by
wangchunyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加区县使用划分,样式调整
parent
51151952
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
9 行增加
和
6 行删除
+9
-6
src/view/key-person/key_dm_leave/index.vue
+6
-3
src/view/key-person/key_dm_user/index.vue
+3
-3
没有找到文件。
src/view/key-person/key_dm_leave/index.vue
View file @
68c131ee
...
...
@@ -292,6 +292,7 @@ import {
getUserDmPermissionList
,
getLeaveApprovalPermission
}
from
'@/api/key-dm'
import
{
normalizeVisitTimeValue
}
from
'@/view/key-person/key_dm_conf/dates.js'
// 注意:不单独调用后台的 isPending 接口,改为复用 getPendingLeaveList 获取 totalRecord 判定是否存在待办
export
default
{
...
...
@@ -783,7 +784,7 @@ export default {
this
.
applyModal
.
isEdit
=
false
// 默认开始时间为当天(时分秒置为 0),精确到天
const
today
=
new
Date
()
today
.
setHours
(
0
,
0
,
0
,
0
)
today
.
setHours
(
8
,
0
,
0
,
0
)
this
.
applyModal
.
form
=
{
user_id
:
''
,
user_name
:
''
,
leave_type_id
:
''
,
start_time
:
today
,
end_time
:
''
,
duration_unit
:
2
,
duration
:
''
,
reason
:
''
,
emergency_contact
:
''
,
emergency_phone
:
''
,
approver_id
:
this
.
selectedApprovalUser
||
''
}
this
.
applyModal
.
visible
=
true
},
...
...
@@ -1103,9 +1104,11 @@ export default {
},
loadStats
()
{
this
.
loading
.
stats
=
true
const
st
=
this
.
statsStart
?
normalizeVisitTimeValue
(
this
.
statsStart
)
:
null
const
et
=
this
.
statsEnd
?
normalizeVisitTimeValue
(
this
.
statsEnd
).
substring
(
0
,
10
)
+
' 23:59:59'
:
null
getLeaveStats
({
start
:
this
.
statsStar
t
,
end
:
this
.
statsEnd
,
start
:
s
t
,
end
:
et
,
department
:
this
.
statsDept
}).
then
(
ret
=>
{
if
(
ret
.
data
&&
ret
.
data
.
errcode
===
0
)
{
...
...
src/view/key-person/key_dm_user/index.vue
View file @
68c131ee
...
...
@@ -38,9 +38,9 @@
<
FormItem
label
=
"姓名"
>
<
Input
v
-
model
=
"editModal.form.name"
disabled
/>
<
/FormItem
>
<
FormItem
label
=
"工号"
>
<
!--
<
FormItem
label
=
"工号"
>
<
Input
v
-
model
=
"editModal.form.gh"
disabled
/>
<
/FormItem
>
<
/FormItem>
--
>
<
FormItem
label
=
"电话"
>
<
Input
v
-
model
=
"editModal.form.phone"
/>
<
/FormItem
>
...
...
@@ -105,7 +105,7 @@ export default {
columns
:
[
{
type
:
'index'
,
title
:
'序号'
,
width
:
60
,
align
:
'center'
}
,
{
title
:
'姓名'
,
key
:
'name'
,
align
:
'center'
}
,
{
title
:
'工号'
,
key
:
'gh'
,
align
:
'center'
}
,
//
{
title
:
'工号'
,
key
:
'gh'
,
align
:
'center'
}
,
{
title
:
'电话'
,
key
:
'phone'
,
align
:
'center'
}
,
{
title
:
'手机'
,
key
:
'mobile'
,
align
:
'center'
}
,
{
title
:
'离职'
,
key
:
'is_leave'
,
slot
:
'is_leave'
,
width
:
80
,
align
:
'center'
}
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论