Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
6e60cf6f
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1282
Star
158
Fork
129
代码
文件
提交
分支
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看板
提交
6e60cf6f
编写于
7月 20, 2022
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
【HR】考勤申诉原因迁移到数据字典
上级
a3901346
变更
10
隐藏空白更改
内联
并排
Showing
10 changed file
with
18 addition
and
433 deletion
+18
-433
checkwork/src/main/resources/template/js/checkWorkAbnormalAttendance/checkWorkAbnormalAttendanceAdd.js
...kWorkAbnormalAttendance/checkWorkAbnormalAttendanceAdd.js
+5
-14
checkwork/src/main/resources/template/js/checkWorkAbnormalAttendance/checkWorkAbnormalAttendanceList.js
...WorkAbnormalAttendance/checkWorkAbnormalAttendanceList.js
+5
-19
checkwork/src/main/resources/template/js/checkWorkApprove/checkWorkApproveList.js
...rces/template/js/checkWorkApprove/checkWorkApproveList.js
+5
-19
checkwork/src/main/resources/template/js/checkWorkReason/checkWorkReasonAdd.js
...sources/template/js/checkWorkReason/checkWorkReasonAdd.js
+0
-32
checkwork/src/main/resources/template/js/checkWorkReason/checkWorkReasonEdit.js
...ources/template/js/checkWorkReason/checkWorkReasonEdit.js
+0
-42
checkwork/src/main/resources/template/js/checkWorkReason/checkWorkReasonList.js
...ources/template/js/checkWorkReason/checkWorkReasonList.js
+0
-173
checkwork/src/main/resources/template/tpl/checkWorkReason/checkWorkReasonAdd.html
...rces/template/tpl/checkWorkReason/checkWorkReasonAdd.html
+0
-32
checkwork/src/main/resources/template/tpl/checkWorkReason/checkWorkReasonEdit.html
...ces/template/tpl/checkWorkReason/checkWorkReasonEdit.html
+0
-39
checkwork/src/main/resources/template/tpl/checkWorkReason/checkWorkReasonList.html
...ces/template/tpl/checkWorkReason/checkWorkReasonList.html
+0
-62
web/src/main/resources/template/json/sysDictData.json
web/src/main/resources/template/json/sysDictData.json
+3
-1
未找到文件。
checkwork/src/main/resources/template/js/checkWorkAbnormalAttendance/checkWorkAbnormalAttendanceAdd.js
浏览文件 @
6e60cf6f
...
...
@@ -69,20 +69,11 @@ layui.config({
});
}
//初始化申诉原因类型
function
initAppealReasonId
(){
showGrid
({
id
:
"
appealReasonId
"
,
url
:
flowableBasePath
+
"
checkworkreason010
"
,
params
:
{},
pagination
:
false
,
template
:
getFileContent
(
'
tpl/template/select-option.tpl
'
),
ajaxSendLoadBefore
:
function
(
hdb
){},
ajaxSendAfter
:
function
(
json
)
{
form
.
render
(
'
select
'
);
initWorkId
();
}
});
function
initAppealReasonId
()
{
// 考勤申诉原因
sysDictDataUtil
.
showDictDataListByDictTypeCode
(
sysDictData
[
"
hrCheckWorkReason
"
][
"
key
"
],
'
select
'
,
"
appealReasonId
"
,
''
,
form
);
initWorkId
();
}
//申诉类型监听事件
...
...
checkwork/src/main/resources/template/js/checkWorkAbnormalAttendance/checkWorkAbnormalAttendanceList.js
浏览文件 @
6e60cf6f
...
...
@@ -8,7 +8,6 @@ layui.config({
window
:
'
js/winui.window
'
}).
define
([
'
window
'
,
'
table
'
,
'
jquery
'
,
'
winui
'
,
'
laydate
'
,
'
form
'
,
'
tableSelect
'
],
function
(
exports
)
{
winui
.
renderColor
();
var
$
=
layui
.
$
,
table
=
layui
.
table
,
form
=
layui
.
form
,
...
...
@@ -19,24 +18,11 @@ layui.config({
authBtn
(
'
1597502935353
'
);
// 审批日期选取时间段表格
laydate
.
render
({
elem
:
'
#checkDate
'
,
range
:
'
~
'
});
// 初始化申诉原因类型
showGrid
({
id
:
"
appealReasonId
"
,
url
:
flowableBasePath
+
"
checkworkreason010
"
,
params
:
{},
pagination
:
false
,
template
:
getFileContent
(
'
tpl/template/select-option.tpl
'
),
ajaxSendLoadBefore
:
function
(
hdb
){},
ajaxSendAfter
:
function
(
json
)
{
form
.
render
(
'
select
'
);
}
});
laydate
.
render
({
elem
:
'
#checkDate
'
,
range
:
'
~
'
});
// 考勤申诉原因
sysDictDataUtil
.
showDictDataListByDictTypeCode
(
sysDictData
[
"
hrCheckWorkReason
"
][
"
key
"
],
'
select
'
,
"
appealReasonId
"
,
''
,
form
);
var
ids
=
""
;
tableSelect
.
render
({
elem
:
'
#approvalId
'
,
//定义输入框input对象
...
...
checkwork/src/main/resources/template/js/checkWorkApprove/checkWorkApproveList.js
浏览文件 @
6e60cf6f
...
...
@@ -8,7 +8,6 @@ layui.config({
window
:
'
js/winui.window
'
}).
define
([
'
window
'
,
'
table
'
,
'
jquery
'
,
'
winui
'
,
'
laydate
'
,
'
form
'
,
'
tableSelect
'
],
function
(
exports
)
{
winui
.
renderColor
();
var
$
=
layui
.
$
,
table
=
layui
.
table
,
form
=
layui
.
form
,
...
...
@@ -16,24 +15,11 @@ layui.config({
tableSelect
=
layui
.
tableSelect
;
// 审批日期选取时间段表格
laydate
.
render
({
elem
:
'
#checkDate
'
,
range
:
'
~
'
});
// 初始化申诉原因类型
showGrid
({
id
:
"
appealReasonId
"
,
url
:
flowableBasePath
+
"
checkworkreason010
"
,
params
:
{},
pagination
:
false
,
template
:
getFileContent
(
'
tpl/template/select-option.tpl
'
),
ajaxSendLoadBefore
:
function
(
hdb
){},
ajaxSendAfter
:
function
(
json
)
{
form
.
render
(
'
select
'
);
}
});
laydate
.
render
({
elem
:
'
#checkDate
'
,
range
:
'
~
'
});
// 考勤申诉原因
sysDictDataUtil
.
showDictDataListByDictTypeCode
(
sysDictData
[
"
hrCheckWorkReason
"
][
"
key
"
],
'
select
'
,
"
appealReasonId
"
,
''
,
form
);
var
createid
=
""
;
tableSelect
.
render
({
elem
:
'
#createId
'
,
//定义输入框input对象
...
...
checkwork/src/main/resources/template/js/checkWorkReason/checkWorkReasonAdd.js
已删除
100644 → 0
浏览文件 @
a3901346
layui
.
config
({
base
:
basePath
,
version
:
skyeyeVersion
}).
extend
({
window
:
'
js/winui.window
'
}).
define
([
'
window
'
,
'
jquery
'
,
'
winui
'
],
function
(
exports
)
{
winui
.
renderColor
();
layui
.
use
([
'
form
'
],
function
(
form
)
{
var
index
=
parent
.
layer
.
getFrameIndex
(
window
.
name
);
var
$
=
layui
.
$
;
matchingLanguage
();
form
.
render
();
form
.
on
(
'
submit(formAddBean)
'
,
function
(
data
)
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
var
params
=
{
appealName
:
$
(
"
#appealName
"
).
val
(),
};
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
checkworkreason002
"
,
params
:
params
,
type
:
'
json
'
,
method
:
"
POST
"
,
callback
:
function
(
json
)
{
parent
.
layer
.
close
(
index
);
parent
.
refreshCode
=
'
0
'
;
}});
}
return
false
;
});
$
(
"
body
"
).
on
(
"
click
"
,
"
#cancle
"
,
function
()
{
parent
.
layer
.
close
(
index
);
});
});
});
\ No newline at end of file
checkwork/src/main/resources/template/js/checkWorkReason/checkWorkReasonEdit.js
已删除
100644 → 0
浏览文件 @
a3901346
layui
.
config
({
base
:
basePath
,
version
:
skyeyeVersion
}).
extend
({
window
:
'
js/winui.window
'
}).
define
([
'
window
'
,
'
jquery
'
,
'
winui
'
],
function
(
exports
)
{
winui
.
renderColor
();
layui
.
use
([
'
form
'
],
function
(
form
)
{
var
index
=
parent
.
layer
.
getFrameIndex
(
window
.
name
);
var
$
=
layui
.
$
;
showGrid
({
id
:
"
showForm
"
,
url
:
flowableBasePath
+
"
checkworkreason006
"
,
params
:
{
rowId
:
parent
.
rowId
},
pagination
:
false
,
method
:
"
GET
"
,
template
:
$
(
"
#beanTemplate
"
).
html
(),
ajaxSendAfter
:
function
(
json
)
{
matchingLanguage
();
form
.
on
(
'
submit(formEditBean)
'
,
function
(
data
)
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
var
params
=
{
rowId
:
parent
.
rowId
,
appealName
:
$
(
"
#appealName
"
).
val
(),
};
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
checkworkreason007
"
,
params
:
params
,
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
)
{
parent
.
layer
.
close
(
index
);
parent
.
refreshCode
=
'
0
'
;
}});
}
return
false
;
});
}
});
$
(
"
body
"
).
on
(
"
click
"
,
"
#cancle
"
,
function
()
{
parent
.
layer
.
close
(
index
);
});
});
});
\ No newline at end of file
checkwork/src/main/resources/template/js/checkWorkReason/checkWorkReasonList.js
已删除
100644 → 0
浏览文件 @
a3901346
var
rowId
=
""
;
layui
.
config
({
base
:
basePath
,
version
:
skyeyeVersion
}).
extend
({
window
:
'
js/winui.window
'
}).
define
([
'
window
'
,
'
table
'
,
'
jquery
'
,
'
winui
'
,
'
form
'
],
function
(
exports
)
{
winui
.
renderColor
();
var
$
=
layui
.
$
,
form
=
layui
.
form
,
table
=
layui
.
table
;
authBtn
(
'
1556530225067
'
);
table
.
render
({
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
url
:
flowableBasePath
+
'
checkworkreason001
'
,
where
:
getTableParams
(),
even
:
true
,
page
:
true
,
limits
:
getLimits
(),
limit
:
getLimit
(),
cols
:
[[
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
appealName
'
,
title
:
'
名称
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
state
'
,
title
:
'
状态
'
,
width
:
80
,
align
:
'
center
'
,
templet
:
function
(
d
)
{
if
(
d
.
state
==
'
2
'
){
return
"
<span class='state-down'>线下</span>
"
;
}
else
if
(
d
.
state
==
'
1
'
){
return
"
<span class='state-up'>线上</span>
"
;
}
else
if
(
d
.
state
==
'
0
'
){
return
"
<span class='state-new'>新建</span>
"
;
}
}},
{
field
:
'
createName
'
,
title
:
systemLanguage
[
"
com.skyeye.createName
"
][
languageType
],
width
:
120
},
{
field
:
'
createTime
'
,
title
:
systemLanguage
[
"
com.skyeye.createTime
"
][
languageType
],
align
:
'
center
'
,
width
:
150
},
{
title
:
systemLanguage
[
"
com.skyeye.operation
"
][
languageType
],
fixed
:
'
right
'
,
align
:
'
center
'
,
width
:
257
,
toolbar
:
'
#tableBar
'
}
]],
done
:
function
(){
matchingLanguage
();
}
});
table
.
on
(
'
tool(messageTable)
'
,
function
(
obj
)
{
var
data
=
obj
.
data
;
var
layEvent
=
obj
.
event
;
if
(
layEvent
===
'
edit
'
)
{
//编辑
edit
(
data
);
}
else
if
(
layEvent
===
'
delet
'
)
{
//删除
delet
(
data
);
}
else
if
(
layEvent
===
'
up
'
)
{
//上线
up
(
data
);
}
else
if
(
layEvent
===
'
down
'
)
{
//下线
down
(
data
);
}
else
if
(
layEvent
===
'
upMove
'
)
{
//上移
upMove
(
data
);
}
else
if
(
layEvent
===
'
downMove
'
)
{
//下移
downMove
(
data
);
}
});
// 添加
$
(
"
body
"
).
on
(
"
click
"
,
"
#addBean
"
,
function
()
{
_openNewWindows
({
url
:
"
../../tpl/checkWorkReason/checkWorkReasonAdd.html
"
,
title
:
systemLanguage
[
"
com.skyeye.addPageTitle
"
][
languageType
],
pageId
:
"
checkWorkReasonAdd
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
callBack
:
function
(
refreshCode
){
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.successfulOperation
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
// 删除
function
delet
(
data
){
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.deleteOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.deleteOperation
"
][
languageType
]},
function
(
index
){
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
checkworkreason003
"
,
params
:
{
rowId
:
data
.
id
},
type
:
'
json
'
,
method
:
"
DELETE
"
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.deleteOperationSuccessMsg
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
}
// 上线
function
up
(
data
){
var
msg
=
'
确认上线该条申诉原因吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
上线操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
checkworkreason004
"
,
params
:
{
rowId
:
data
.
id
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
"
上线成功
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
}
// 下线
function
down
(
data
){
var
msg
=
'
确认下线该条申诉原因吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
下线操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
checkworkreason005
"
,
params
:
{
rowId
:
data
.
id
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
"
下线成功
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
}
// 编辑
function
edit
(
data
){
rowId
=
data
.
id
;
_openNewWindows
({
url
:
"
../../tpl/checkWorkReason/checkWorkReasonEdit.html
"
,
title
:
systemLanguage
[
"
com.skyeye.editPageTitle
"
][
languageType
],
pageId
:
"
checkWorkReasonEdit
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
callBack
:
function
(
refreshCode
){
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.successfulOperation
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
loadTable
();
}
});
}
// 上移
function
upMove
(
data
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
checkworkreason008
"
,
params
:
{
rowId
:
data
.
id
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.moveUpOperationSuccessMsg
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
}
// 下移
function
downMove
(
data
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
checkworkreason009
"
,
params
:
{
rowId
:
data
.
id
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.moveDownOperationSuccessMsg
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
}
form
.
render
();
form
.
on
(
'
submit(formSearch)
'
,
function
(
data
)
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
refreshTable
();
}
return
false
;
});
// 刷新数据
$
(
"
body
"
).
on
(
"
click
"
,
"
#reloadTable
"
,
function
()
{
loadTable
();
});
function
loadTable
(){
table
.
reload
(
"
messageTable
"
,
{
where
:
getTableParams
()});
}
function
refreshTable
(){
table
.
reload
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
}
function
getTableParams
(){
return
{
appealName
:
$
(
"
#appealName
"
).
val
()
};
}
exports
(
'
checkWorkReasonList
'
,
{});
});
checkwork/src/main/resources/template/tpl/checkWorkReason/checkWorkReasonAdd.html
已删除
100644 → 0
浏览文件 @
a3901346
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
/>
<title></title>
<link
href=
"../../assets/lib/layui/css/layui.css"
rel=
"stylesheet"
/>
<link
href=
"../../assets/lib/winui/css/winui.css"
rel=
"stylesheet"
/>
</head>
<body>
<div
style=
"margin: 0 auto; padding: 20px;"
>
<form
class=
"layui-form"
action=
""
id=
"showForm"
autocomplete=
"off"
>
<div
class=
"layui-form-item layui-col-xs12"
>
<label
class=
"layui-form-label"
>
申诉原因
<i
class=
"red"
>
*
</i></label>
<div
class=
"layui-input-block"
>
<input
type=
"text"
id=
"appealName"
name=
"appealName"
win-verify=
"required"
placeholder=
"请输入申诉原因名称"
class=
"layui-input"
/>
</div>
</div>
<div
class=
"layui-form-item layui-col-xs12"
>
<div
class=
"layui-input-block"
>
<button
class=
"winui-btn"
id=
"cancle"
><language
showName=
"com.skyeye.cancel"
></language></button>
<button
class=
"winui-btn"
lay-submit
lay-filter=
"formAddBean"
><language
showName=
"com.skyeye.save"
></language></button>
</div>
</div>
</form>
</div>
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
<script
type=
"text/javascript"
>
layui
.
config
({
base
:
'
../../js/checkWorkReason/
'
}).
use
(
'
checkWorkReasonAdd
'
);
</script>
</body>
</html>
\ No newline at end of file
checkwork/src/main/resources/template/tpl/checkWorkReason/checkWorkReasonEdit.html
已删除
100644 → 0
浏览文件 @
a3901346
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
/>
<title></title>
<link
href=
"../../assets/lib/layui/css/layui.css"
rel=
"stylesheet"
/>
<link
href=
"../../assets/lib/winui/css/winui.css"
rel=
"stylesheet"
/>
</head>
<body>
<div
style=
"padding:20px; margin:0 auto;"
>
<form
class=
"layui-form"
action=
""
id=
"showForm"
>
</form>
</div>
<script
type=
"text/x-handlebars-template"
id=
"beanTemplate"
>
{{
#
bean
}}
<
div
class
=
"
layui-form-item layui-col-xs12
"
>
<
label
class
=
"
layui-form-label
"
>
类型名称
<
i
class
=
"
red
"
>*<
/i></
label
>
<
div
class
=
"
layui-input-block
"
>
<
input
type
=
"
text
"
id
=
"
appealName
"
name
=
"
appealName
"
win
-
verify
=
"
required
"
placeholder
=
"
请输入申诉原因名称
"
class
=
"
layui-input
"
value
=
"
{{appealName}}
"
/>
<
/div
>
<
/div
>
<
div
class
=
"
layui-form-item layui-col-xs12
"
>
<
div
class
=
"
layui-input-block
"
>
<
button
class
=
"
winui-btn
"
id
=
"
cancle
"
><
language
showName
=
"
com.skyeye.cancel
"
><
/language></
button
>
<
button
class
=
"
winui-btn
"
lay
-
submit
lay
-
filter
=
"
formEditBean
"
><
language
showName
=
"
com.skyeye.save
"
><
/language></
button
>
<
/div
>
<
/div
>
{{
/
bean
}}
</script>
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
<script
type=
"text/javascript"
>
layui
.
config
({
base
:
'
../../js/checkWorkReason/
'
}).
use
(
'
checkWorkReasonEdit
'
);
</script>
</body>
</html>
\ No newline at end of file
checkwork/src/main/resources/template/tpl/checkWorkReason/checkWorkReasonList.html
已删除
100644 → 0
浏览文件 @
a3901346
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
/>
<title></title>
<link
href=
"../../assets/lib/layui/css/layui.css"
rel=
"stylesheet"
/>
<link
href=
"../../assets/lib/winui/css/winui.css"
rel=
"stylesheet"
/>
</head>
<body>
<div
class=
"txtcenter"
style=
"margin:0 auto;padding-top:10px;"
>
<form
class=
"layui-form layui-form-pane"
action=
""
autocomplete=
"off"
>
<div
class=
"layui-form-item"
>
<div
class=
"layui-inline"
>
<label
class=
"layui-form-label"
>
申诉原因
</label>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
id=
"appealName"
name=
"appealName"
placeholder=
"请输入申诉原因名称"
class=
"layui-input"
/>
</div>
<button
type=
"reset"
class=
"layui-btn layui-btn-primary list-form-search"
><language
showName=
"com.skyeye.reset"
></language></button>
<button
class=
"layui-btn list-form-search"
lay-submit
lay-filter=
"formSearch"
><language
showName=
"com.skyeye.search2"
></language></button>
</div>
</div>
</form>
</div>
<div
class=
"winui-toolbar"
>
<div
class=
"winui-tool"
>
<button
id=
"reloadTable"
class=
"winui-toolbtn"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.refreshDataBtn"
></language></button>
<button
id=
"addBean"
class=
"winui-toolbtn"
auth=
"1556530225067"
><i
class=
"fa fa-plus"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.addBtn"
></language></button>
</div>
</div>
<div
style=
"margin:auto 10px;"
>
<table
id=
"messageTable"
lay-filter=
"messageTable"
></table>
<script
type=
"text/html"
id=
"tableBar"
>
{{
#
if
(
d
.
state
==
2
||
d
.
state
==
0
){
}}
{{
#
if
(
auth
(
'
1556530300800
'
)){
}}
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-normal
"
lay
-
event
=
"
edit
"
><
language
showName
=
"
com.skyeye.editBtn
"
><
/language></
a
>
{{
#
}
}}
{{
#
if
(
auth
(
'
1556530262299
'
)){
}}
<
a
class
=
"
layui-btn layui-btn-xs
"
lay
-
event
=
"
up
"
>
上线
<
/a
>
{{
#
}
}}
{{
#
if
(
auth
(
'
1556530245387
'
)){
}}
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-danger
"
lay
-
event
=
"
delet
"
><
language
showName
=
"
com.skyeye.deleteBtn
"
><
/language></
a
>
{{
#
}
}}
{{
#
}
else
if
(
d
.
state
==
1
){
}}
{{
#
if
(
auth
(
'
1556530277204
'
)){
}}
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-danger
"
lay
-
event
=
"
down
"
>
下线
<
/a
>
{{
#
}
}}
{{
#
}}}
{{
#
if
(
auth
(
'
1556530317746
'
)){
}}
<
a
class
=
"
layui-btn layui-btn-xs
"
lay
-
event
=
"
upMove
"
>
上移
<
/a
>
{{
#
}
}}
{{
#
if
(
auth
(
'
1556530334236
'
)){
}}
<
a
class
=
"
layui-btn layui-btn-xs
"
lay
-
event
=
"
downMove
"
>
下移
<
/a
>
{{
#
}
}}
</script>
</div>
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
<script
type=
"text/javascript"
>
layui
.
config
({
base
:
'
../../js/checkWorkReason/
'
}).
use
(
'
checkWorkReasonList
'
);
</script>
</body>
</html>
\ No newline at end of file
web/src/main/resources/template/json/sysDictData.json
浏览文件 @
6e60cf6f
...
...
@@ -35,6 +35,8 @@
"admAssetArticlesType"
:
{
"name"
:
"ADM-用品类别"
,
"key"
:
"ADM_ASSET_ARTICLES_TYPE"
},
"admAssetType"
:
{
"name"
:
"ADM-资产类型"
,
"key"
:
"ADM_ASSET_TYPE"
},
"admAssetFrom"
:
{
"name"
:
"ADM-资产来源"
,
"key"
:
"ADM_ASSET_FROM"
},
"admVehicleCoverage"
:
{
"name"
:
"ADM-车辆险种"
,
"key"
:
"ADM_VEHICLE_COVERAGE"
}
"admVehicleCoverage"
:
{
"name"
:
"ADM-车辆险种"
,
"key"
:
"ADM_VEHICLE_COVERAGE"
},
"hrCheckWorkReason"
:
{
"name"
:
"HR-考勤申诉原因"
,
"key"
:
"HR_CHECK_WORK_REASON"
}
}
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录