Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
c5eba97f
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1426
Star
162
Fork
130
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
c5eba97f
编写于
7月 21, 2023
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
我的考勤班次重构
上级
db31af0c
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
12 addition
and
8 deletion
+12
-8
checkwork/src/main/resources/template/js/checkWorkTime/loginUserCheckWorkTime.js
...urces/template/js/checkWorkTime/loginUserCheckWorkTime.js
+8
-4
checkwork/src/main/resources/template/tpl/checkWorkTime/loginUserCheckWorkTime.html
...es/template/tpl/checkWorkTime/loginUserCheckWorkTime.html
+2
-2
web/src/main/resources/template/assets/lib/layui/customer/sysCustomerUtil.js
...ces/template/assets/lib/layui/customer/sysCustomerUtil.js
+2
-2
未找到文件。
checkwork/src/main/resources/template/js/checkWorkTime/loginUserCheckWorkTime.js
浏览文件 @
c5eba97f
...
...
@@ -11,17 +11,21 @@ layui.config({
// 获取当前登陆人的考勤班次
checkWorkUtil
.
getCurrentUserCheckWorkTimeList
(
function
(
json
)
{
$
.
each
(
json
.
rows
,
function
(
i
,
item
)
{
item
.
typeName
=
skyeyeClassEnumUtil
.
getEnumDataNameByCodeAndKey
(
"
checkWorkTimeType
"
,
'
id
'
,
item
.
type
,
'
name
'
);
});
$
(
"
#showBox
"
).
html
(
getDataUseHandlebars
(
$
(
"
#showTemplate
"
).
html
(),
json
));
$
.
each
(
json
.
rows
,
function
(
i
,
item
)
{
var
type
=
item
.
type
;
if
(
type
==
1
){
checkWorkUtil
.
resetSingleBreak
(
item
.
timeI
d
);
checkWorkUtil
.
resetSingleBreak
(
item
.
i
d
);
}
else
if
(
type
==
2
){
checkWorkUtil
.
resetWeekend
(
item
.
timeI
d
);
checkWorkUtil
.
resetWeekend
(
item
.
i
d
);
}
else
if
(
type
==
3
){
checkWorkUtil
.
resetSingleAndDoubleBreak
(
item
.
timeI
d
);
checkWorkUtil
.
resetSingleAndDoubleBreak
(
item
.
i
d
);
}
else
if
(
type
==
4
){
checkWorkUtil
.
resetCustomizeDay
(
item
.
days
,
item
.
timeI
d
);
checkWorkUtil
.
resetCustomizeDay
(
item
.
checkWorkTimeWeekList
,
item
.
i
d
);
}
});
});
...
...
checkwork/src/main/resources/template/tpl/checkWorkTime/loginUserCheckWorkTime.html
浏览文件 @
c5eba97f
...
...
@@ -24,13 +24,13 @@
<
div
class
=
"
layui-col-sm6 layui-col-md4
"
>
<
div
class
=
"
layui-card
"
>
<
div
class
=
"
layui-card-header
"
>
{{
titl
e
}}
{{
nam
e
}}
<
span
class
=
"
layui-badge layui-bg-blue header-right-top
"
>
{{
typeName
}}
<
/span
>
<
/div
>
<
div
class
=
"
layui-card-body layuiadmin-card-list
"
>
<
p
>
工作时间段
:
{{
startTime
}}
~
{{
endTime
}}
<
/p
>
<
p
>
作息时间段
:
{{
restStartTime
}}
~
{{
restEndTime
}}
<
/p
>
<
p
id
=
"
{{
timeI
d}}
"
>
工作日
:
<
p
id
=
"
{{
i
d}}
"
>
工作日
:
<
span
class
=
"
layui-badge layui-bg-blue weekDay
"
value
=
"
1
"
>
一
<
/span
>
<
span
class
=
"
layui-badge layui-bg-blue weekDay
"
value
=
"
2
"
>
二
<
/span
>
<
span
class
=
"
layui-badge layui-bg-blue weekDay
"
value
=
"
3
"
>
三
<
/span
>
...
...
web/src/main/resources/template/assets/lib/layui/customer/sysCustomerUtil.js
浏览文件 @
c5eba97f
...
...
@@ -112,9 +112,9 @@ var checkWorkUtil = {
return
;
}
$
.
each
(
days
,
function
(
i
,
item
)
{
var
_this
=
$
(
"
span[value='
"
+
item
.
day
+
"
']
"
);
var
_this
=
$
(
"
span[value='
"
+
item
.
weekNumber
+
"
']
"
);
if
(
!
isNull
(
id
))
{
_this
=
$
(
"
#
"
+
id
).
find
(
"
span[value='
"
+
item
.
day
+
"
']
"
);
_this
=
$
(
"
#
"
+
id
).
find
(
"
span[value='
"
+
item
.
weekNumber
+
"
']
"
);
}
var
clas
=
getArrIndexOfPointStr
(
checkWorkUtil
.
checkWorkTimeColor
,
_this
.
attr
(
"
class
"
));
_this
.
removeClass
(
clas
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录