Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
3e47eeff
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1436
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看板
提交
3e47eeff
编写于
6月 04, 2023
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
人员需求申请其他查询整改完成
上级
4b3d3ec3
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
66 addition
and
98 deletion
+66
-98
boss/src/main/resources/template/js/bossPersonRequire/bossPersonRequireList.js
...es/template/js/bossPersonRequire/bossPersonRequireList.js
+6
-0
boss/src/main/resources/template/js/bossPersonRequire/bossPersonRequireMyChargeList.js
...ate/js/bossPersonRequire/bossPersonRequireMyChargeList.js
+28
-28
boss/src/main/resources/template/js/bossPersonRequire/bossPersonRequireMyChargeListChoose.js
.../bossPersonRequire/bossPersonRequireMyChargeListChoose.js
+20
-18
boss/src/main/resources/template/tpl/bossPersonRequire/bossPersonRequireMyChargeList.html
.../tpl/bossPersonRequire/bossPersonRequireMyChargeList.html
+6
-26
boss/src/main/resources/template/tpl/bossPersonRequire/bossPersonRequireMyChargeListChoose.html
...ossPersonRequire/bossPersonRequireMyChargeListChoose.html
+6
-26
未找到文件。
boss/src/main/resources/template/js/bossPersonRequire/bossPersonRequireList.js
浏览文件 @
3e47eeff
...
...
@@ -32,6 +32,12 @@ layui.config({
{
field
:
'
processInstanceId
'
,
title
:
'
流程ID
'
,
width
:
100
,
templet
:
function
(
d
)
{
return
'
<a lay-event="processDetails" class="notice-title-click">
'
+
d
.
processInstanceId
+
'
</a>
'
;
}},
{
field
:
'
recruitDepartmentId
'
,
title
:
'
需求部门
'
,
align
:
'
left
'
,
width
:
140
,
templet
:
function
(
d
)
{
return
d
.
recruitDepartmentMation
.
name
;
}},
{
field
:
'
recruitJobId
'
,
title
:
'
需求岗位
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
recruitJobMation
.
name
;
}},
{
field
:
'
state
'
,
title
:
'
状态
'
,
align
:
'
left
'
,
width
:
80
,
templet
:
function
(
d
)
{
return
skyeyeClassEnumUtil
.
getEnumDataNameByCodeAndKey
(
"
bossPersonRequireState
"
,
'
id
'
,
d
.
state
,
'
name
'
);
}},
...
...
boss/src/main/resources/template/js/bossPersonRequire/bossPersonRequireMyChargeList.js
浏览文件 @
3e47eeff
var
rowId
=
""
;
// 我负责的人员需求申请
layui
.
config
({
...
...
@@ -16,7 +15,7 @@ layui.config({
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
url
:
flowableBasePath
+
'
queryMyChargeBoss
PersonRequireList
'
,
url
:
sysMainMation
.
bossBasePath
+
'
queryMyCharge
PersonRequireList
'
,
where
:
getTableParams
(),
even
:
true
,
page
:
true
,
...
...
@@ -24,23 +23,33 @@ layui.config({
limit
:
getLimit
(),
cols
:
[[
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
createName
'
,
title
:
'
申请人
'
,
width
:
140
},
{
field
:
'
applyDepartmentName
'
,
title
:
'
申请人部门
'
,
width
:
140
},
{
field
:
'
recruitJobName
'
,
title
:
'
需求岗位
'
,
width
:
150
},
{
field
:
'
recruitDepartmentName
'
,
title
:
'
需求部门
'
,
width
:
140
},
{
field
:
'
wages
'
,
title
:
'
薪资
'
,
width
:
120
},
{
field
:
'
recruitNum
'
,
title
:
'
需求人数
'
,
width
:
100
},
{
field
:
'
stateName
'
,
title
:
'
状态
'
,
width
:
90
,
templet
:
function
(
d
)
{
if
(
d
.
state
==
6
){
return
'
<span class="state-new">招聘中</span>
'
;
}
else
if
(
d
.
state
==
7
){
return
'
<span class="state-new">招聘结束</span>
'
;
}
{
field
:
'
oddNumber
'
,
title
:
'
单据编号
'
,
align
:
'
left
'
,
width
:
200
,
templet
:
function
(
d
)
{
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
oddNumber
+
'
</a>
'
;
}},
{
field
:
'
processInstanceId
'
,
title
:
'
流程ID
'
,
width
:
100
,
templet
:
function
(
d
)
{
return
'
<a lay-event="processDetails" class="notice-title-click">
'
+
d
.
processInstanceId
+
'
</a>
'
;
}},
{
field
:
'
recruitDepartmentId
'
,
title
:
'
需求部门
'
,
align
:
'
left
'
,
width
:
140
,
templet
:
function
(
d
)
{
return
d
.
recruitDepartmentMation
.
name
;
}},
{
field
:
'
recruitJobId
'
,
title
:
'
需求岗位
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
recruitJobMation
.
name
;
}},
{
field
:
'
state
'
,
title
:
'
状态
'
,
align
:
'
left
'
,
width
:
80
,
templet
:
function
(
d
)
{
return
skyeyeClassEnumUtil
.
getEnumDataNameByCodeAndKey
(
"
bossPersonRequireState
"
,
'
id
'
,
d
.
state
,
'
name
'
);
}},
{
field
:
'
createTime
'
,
title
:
systemLanguage
[
"
com.skyeye.entryTime
"
][
languageType
],
width
:
150
}
{
field
:
'
wages
'
,
title
:
'
薪资范围
'
,
width
:
120
},
{
field
:
'
recruitNum
'
,
title
:
'
需求人数
'
,
width
:
100
},
{
field
:
'
createName
'
,
title
:
systemLanguage
[
"
com.skyeye.createName
"
][
languageType
],
width
:
120
},
{
field
:
'
createTime
'
,
title
:
systemLanguage
[
"
com.skyeye.createTime
"
][
languageType
],
align
:
'
center
'
,
width
:
150
},
{
field
:
'
lastUpdateName
'
,
title
:
systemLanguage
[
"
com.skyeye.lastUpdateName
"
][
languageType
],
align
:
'
left
'
,
width
:
120
},
{
field
:
'
lastUpdateTime
'
,
title
:
systemLanguage
[
"
com.skyeye.lastUpdateTime
"
][
languageType
],
align
:
'
center
'
,
width
:
150
}
]],
done
:
function
(
json
)
{
matchingLanguage
();
initTableSearchUtil
.
initAdvancedSearch
(
this
,
json
.
searchFilter
,
form
,
"
请输入单据编号
"
,
function
()
{
table
.
reloadData
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
});
}
});
...
...
@@ -49,14 +58,15 @@ layui.config({
var
layEvent
=
obj
.
event
;
if
(
layEvent
===
'
details
'
)
{
// 详情
details
(
data
);
}
else
if
(
layEvent
===
'
processDetails
'
)
{
// 流程详情
activitiUtil
.
activitiDetails
(
data
);
}
});
// 详情
function
details
(
data
)
{
rowId
=
data
.
id
;
_openNewWindows
({
url
:
"
../../tpl/bossPersonRequire/bossPersonRequireDetails.html
"
,
url
:
systemCommonUtil
.
getUrl
(
'
FP2023052100003&id=
'
+
data
.
id
,
null
)
,
title
:
systemLanguage
[
"
com.skyeye.detailsPageTitle
"
][
languageType
],
pageId
:
"
bossPersonRequireDetails
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
...
...
@@ -66,14 +76,6 @@ layui.config({
}
form
.
render
();
form
.
on
(
'
submit(formSearch)
'
,
function
(
data
)
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
table
.
reloadData
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
}
return
false
;
});
// 刷新
$
(
"
body
"
).
on
(
"
click
"
,
"
#reloadTable
"
,
function
()
{
loadTable
();
});
...
...
@@ -83,9 +85,7 @@ layui.config({
}
function
getTableParams
()
{
return
{
state
:
$
(
"
#state
"
).
val
(),
};
return
$
.
extend
(
true
,
{},
initTableSearchUtil
.
getSearchValue
(
"
messageTable
"
));
}
exports
(
'
bossPersonRequireMyChargeList
'
,
{});
...
...
boss/src/main/resources/template/js/bossPersonRequire/bossPersonRequireMyChargeListChoose.js
浏览文件 @
3e47eeff
var
rowId
=
""
;
// 我负责的人员需求申请
layui
.
config
({
...
...
@@ -17,7 +16,7 @@ layui.config({
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
url
:
flowableBasePath
+
'
queryMyChargeBoss
PersonRequireList
'
,
url
:
sysMainMation
.
bossBasePath
+
'
queryMyCharge
PersonRequireList
'
,
where
:
getTableParams
(),
even
:
true
,
page
:
true
,
...
...
@@ -25,27 +24,30 @@ layui.config({
limit
:
getLimit
(),
cols
:
[[
{
type
:
'
radio
'
},
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
createName
'
,
title
:
'
申请人
'
,
width
:
140
},
{
field
:
'
applyDepartmentName
'
,
title
:
'
申请人部门
'
,
width
:
140
},
{
field
:
'
recruitJobName
'
,
title
:
'
需求岗位
'
,
width
:
150
},
{
field
:
'
recruitDepartmentName
'
,
title
:
'
需求部门
'
,
width
:
140
},
{
field
:
'
wages
'
,
title
:
'
薪资
'
,
width
:
120
},
{
field
:
'
recruitNum
'
,
title
:
'
需求人数
'
,
width
:
100
},
{
field
:
'
stateName
'
,
title
:
'
状态
'
,
width
:
90
,
templet
:
function
(
d
)
{
if
(
d
.
state
==
6
){
return
'
<span class="state-new">招聘中</span>
'
;
}
else
if
(
d
.
state
==
7
){
return
'
<span class="state-new">招聘结束</span>
'
;
}
{
field
:
'
oddNumber
'
,
title
:
'
单据编号
'
,
align
:
'
left
'
,
width
:
200
,
templet
:
function
(
d
)
{
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
oddNumber
+
'
</a>
'
;
}},
{
field
:
'
recruitDepartmentId
'
,
title
:
'
需求部门
'
,
align
:
'
left
'
,
width
:
140
,
templet
:
function
(
d
)
{
return
d
.
recruitDepartmentMation
.
name
;
}},
{
field
:
'
createTime
'
,
title
:
systemLanguage
[
"
com.skyeye.entryTime
"
][
languageType
],
width
:
150
}
{
field
:
'
recruitJobId
'
,
title
:
'
需求岗位
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
recruitJobMation
.
name
;
}},
{
field
:
'
state
'
,
title
:
'
状态
'
,
align
:
'
left
'
,
width
:
80
,
templet
:
function
(
d
)
{
return
skyeyeClassEnumUtil
.
getEnumDataNameByCodeAndKey
(
"
bossPersonRequireState
"
,
'
id
'
,
d
.
state
,
'
name
'
);
}},
{
field
:
'
wages
'
,
title
:
'
薪资范围
'
,
width
:
120
},
{
field
:
'
recruitNum
'
,
title
:
'
需求人数
'
,
width
:
100
},
{
field
:
'
createName
'
,
title
:
systemLanguage
[
"
com.skyeye.createName
"
][
languageType
],
width
:
120
},
{
field
:
'
createTime
'
,
title
:
systemLanguage
[
"
com.skyeye.createTime
"
][
languageType
],
align
:
'
center
'
,
width
:
150
},
{
field
:
'
lastUpdateName
'
,
title
:
systemLanguage
[
"
com.skyeye.lastUpdateName
"
][
languageType
],
align
:
'
left
'
,
width
:
120
},
{
field
:
'
lastUpdateTime
'
,
title
:
systemLanguage
[
"
com.skyeye.lastUpdateTime
"
][
languageType
],
align
:
'
center
'
,
width
:
150
}
]],
done
:
function
(
res
){
matchingLanguage
();
for
(
var
i
=
0
;
i
<
res
.
rows
.
length
;
i
++
)
{
//
不允许删除
的设置为不可选中
if
(
res
.
rows
[
i
].
state
!=
6
){
//
招聘结束
的设置为不可选中
if
(
res
.
rows
[
i
].
state
!=
'
endRecruitment
'
){
systemCommonUtil
.
disabledRow
(
res
.
rows
[
i
].
LAY_TABLE_INDEX
,
'
radio
'
);
}
}
...
...
boss/src/main/resources/template/tpl/bossPersonRequire/bossPersonRequireMyChargeList.html
浏览文件 @
3e47eeff
...
...
@@ -7,34 +7,14 @@
<link
href=
"../../assets/lib/winui/css/winui.css"
rel=
"stylesheet"
/>
</head>
<body>
<div
style=
"margin:0 auto; height: 100%;"
>
<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"
>
<select
id=
"state"
>
<option
value=
""
>
全部
</option>
<option
value=
"6"
>
招聘中
</option>
<option
value=
"7"
>
招聘结束
</option>
</select>
</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"
style=
"text-align: left;"
>
<button
id=
"reloadTable"
class=
"winui-toolbtn"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.refreshDataBtn"
></language></button>
</div>
</div>
<div
style=
"margin:auto 10px;"
>
<table
id=
"messageTable"
lay-filter=
"messageTable"
></table>
<div
class=
"winui-toolbar"
>
<div
class=
"winui-tool"
>
<button
id=
"reloadTable"
class=
"winui-toolbtn search-table-btn-right"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.refreshDataBtn"
></language></button>
</div>
</div>
<div
style=
"margin:auto 10px;"
>
<table
id=
"messageTable"
lay-filter=
"messageTable"
></table>
</div>
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
<script
type=
"text/javascript"
>
...
...
boss/src/main/resources/template/tpl/bossPersonRequire/bossPersonRequireMyChargeListChoose.html
浏览文件 @
3e47eeff
...
...
@@ -7,34 +7,14 @@
<link
href=
"../../assets/lib/winui/css/winui.css"
rel=
"stylesheet"
/>
</head>
<body>
<div
style=
"margin:0 auto; height: 100%;"
>
<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"
>
<select
id=
"state"
>
<option
value=
""
>
全部
</option>
<option
value=
"6"
>
招聘中
</option>
<option
value=
"7"
>
招聘结束
</option>
</select>
</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"
style=
"text-align: left;"
>
<button
id=
"reloadTable"
class=
"winui-toolbtn"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.refreshDataBtn"
></language></button>
</div>
</div>
<div
style=
"margin:auto 10px;"
>
<table
id=
"messageTable"
lay-filter=
"messageTable"
></table>
<div
class=
"winui-toolbar"
>
<div
class=
"winui-tool"
>
<button
id=
"reloadTable"
class=
"winui-toolbtn search-table-btn-right"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.refreshDataBtn"
></language></button>
</div>
</div>
<div
style=
"margin:auto 10px;"
>
<table
id=
"messageTable"
lay-filter=
"messageTable"
></table>
</div>
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
<script
type=
"text/javascript"
>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录