Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
doc_wei
Skyeye
提交
6df26d64
S
Skyeye
项目概览
doc_wei
/
Skyeye
通知
1173
Star
154
Fork
127
代码
文件
提交
分支
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看板
提交
6df26d64
编写于
1月 18, 2022
作者:
doc_wei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
新增页面
上级
14c4c6c4
变更
6
显示空白变更内容
内联
并排
Showing
6 changed file
with
196 addition
and
6 deletion
+196
-6
boss/src/main/resources/template/js/bossInterviewee/bossIntervieweeAdd.js
...sources/template/js/bossInterviewee/bossIntervieweeAdd.js
+99
-0
boss/src/main/resources/template/js/bossInterviewee/myEnterBossIntervieweeList.js
...template/js/bossInterviewee/myEnterBossIntervieweeList.js
+3
-2
boss/src/main/resources/template/tpl/bossInterviewee/bossIntervieweeAdd.html
...rces/template/tpl/bossInterviewee/bossIntervieweeAdd.html
+89
-0
boss/src/main/resources/template/tpl/bossInterviewee/myEnterBossIntervieweeList.html
...plate/tpl/bossInterviewee/myEnterBossIntervieweeList.html
+1
-1
ifs/src/main/resources/template/js/income/incomeList.js
ifs/src/main/resources/template/js/income/incomeList.js
+1
-0
web/src/main/resources/template/assets/lib/layui/customer/bossUtil.js
.../resources/template/assets/lib/layui/customer/bossUtil.js
+3
-3
未找到文件。
boss/src/main/resources/template/js/bossInterviewee/bossIntervieweeAdd.js
浏览文件 @
6df26d64
layui
.
config
({
base
:
basePath
,
version
:
skyeyeVersion
}).
extend
({
window
:
'
js/winui.window
'
}).
define
([
'
window
'
,
'
jquery
'
,
'
winui
'
,
'
textool
'
,
'
tagEditor
'
],
function
(
exports
)
{
winui
.
renderColor
();
layui
.
use
([
'
form
'
],
function
(
form
)
{
var
index
=
parent
.
layer
.
getFrameIndex
(
window
.
name
);
var
$
=
layui
.
$
,
textool
=
layui
.
textool
;
textool
.
init
({
eleId
:
'
basicResume
'
,
maxlength
:
1000
,
tools
:
[
'
count
'
,
'
copy
'
,
'
reset
'
,
'
clear
'
]
});
skyeyeEnclosure
.
init
(
'
enclosureUpload
'
);
matchingLanguage
();
form
.
render
();
form
.
on
(
'
submit(formAddBean)
'
,
function
(
data
)
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
var
params
=
{
name
:
$
(
"
#name
"
).
val
(),
sex
:
$
(
"
input[name='userSex']:checked
"
).
val
(),
idcard
:
$
(
"
#idcard
"
).
val
(),
phone
:
$
(
"
#phone
"
).
val
(),
workYears
:
$
(
"
#workYears
"
).
val
(),
chargePersonId
:
chargePerson
[
0
].
id
,
favoriteJob
:
$
(
"
#favoriteJob
"
).
val
(),
basicResume
:
$
(
"
#basicResume
"
).
val
(),
enclosureResume
:
skyeyeEnclosure
.
getEnclosureIdsByBoxId
(
'
enclosureUpload
'
)
};
AjaxPostUtil
.
request
({
url
:
reqBasePath
+
"
bossIntervieweeFrom002
"
,
params
:
params
,
type
:
'
json
'
,
method
:
"
POST
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
parent
.
layer
.
close
(
index
);
parent
.
refreshCode
=
'
0
'
;
}
else
{
winui
.
window
.
msg
(
json
.
returnMessage
,
{
icon
:
2
,
time
:
2000
});
}
}});
}
return
false
;
});
var
chargePerson
=
[];
$
(
'
#chargePersonId
'
).
tagEditor
({
initialTags
:
[],
placeholder
:
'
请选择负责人
'
,
editorTag
:
false
,
beforeTagDelete
:
function
(
field
,
editor
,
tags
,
val
)
{
var
inArray
=
-
1
;
$
.
each
(
chargePerson
,
function
(
i
,
item
)
{
if
(
val
===
item
.
name
)
{
inArray
=
i
;
return
false
;
}
});
if
(
inArray
!=
-
1
)
{
//如果该元素在集合中存在
chargePerson
.
splice
(
inArray
,
1
);
}
}
});
// 人员选择
$
(
"
body
"
).
on
(
"
click
"
,
"
#toHandsPersonSelPeople
"
,
function
(
e
){
systemCommonUtil
.
userReturnList
=
[].
concat
(
chargePerson
);
systemCommonUtil
.
chooseOrNotMy
=
"
1
"
;
// 人员列表中是否包含自己--1.包含;其他参数不包含
systemCommonUtil
.
chooseOrNotEmail
=
"
2
"
;
// 人员列表中是否必须绑定邮箱--1.必须;其他参数没必要
systemCommonUtil
.
checkType
=
"
2
"
;
// 人员选择类型,1.多选;其他。单选
systemCommonUtil
.
openSysUserStaffChoosePage
(
function
(
staffChooseList
){
// 移除所有tag
var
tags
=
$
(
'
#handsPersonId
'
).
tagEditor
(
'
getTags
'
)[
0
].
tags
;
for
(
i
=
0
;
i
<
tags
.
length
;
i
++
)
{
$
(
'
#chargePersonId
'
).
tagEditor
(
'
removeTag
'
,
tags
[
i
]);
}
chargePerson
=
[].
concat
(
staffChooseList
);
// 添加新的tag
$
.
each
(
chargePerson
,
function
(
i
,
item
){
$
(
'
#chargePersonId
'
).
tagEditor
(
'
addTag
'
,
item
.
name
);
});
});
});
// 选择来源
$
(
"
body
"
).
on
(
"
click
"
,
"
#toChooseFromId
"
,
function
(
e
){
var
_this
=
$
(
this
);
bossUtil
.
openBossIntervieweeFromChoosePage
(
function
(
bossIntervieweeFromMation
){
_this
.
parent
().
find
(
"
input
"
).
val
(
bossIntervieweeFromMation
.
name
);
});
});
$
(
"
body
"
).
on
(
"
click
"
,
"
#cancle
"
,
function
(){
parent
.
layer
.
close
(
index
);
});
});
});
\ No newline at end of file
boss/src/main/resources/template/js/bossInterviewee/
b
ossIntervieweeList.js
→
boss/src/main/resources/template/js/bossInterviewee/
myEnterB
ossIntervieweeList.js
浏览文件 @
6df26d64
...
...
@@ -140,9 +140,10 @@ layui.config({
function
getTableParams
(){
return
{
name
:
$
(
"
#name
"
).
val
(),
phone
:
$
(
"
#phone
"
).
val
()
phone
:
$
(
"
#phone
"
).
val
(),
type
:
1
};
}
exports
(
'
b
ossIntervieweeList
'
,
{});
exports
(
'
myEnterB
ossIntervieweeList
'
,
{});
});
boss/src/main/resources/template/tpl/bossInterviewee/bossIntervieweeAdd.html
浏览文件 @
6df26d64
<!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-xs6"
>
<label
class=
"layui-form-label"
>
姓名
<i
class=
"red"
>
*
</i></label>
<div
class=
"layui-input-block"
>
<input
type=
"text"
id=
"name"
name=
"name"
win-verify=
"required"
placeholder=
"请输入姓名"
class=
"layui-input"
/>
</div>
</div>
<div
class=
"layui-form-item layui-col-xs6"
>
<label
class=
"layui-form-label"
>
性别
<i
class=
"red"
>
*
</i></label>
<div
class=
"layui-input-block winui-radio"
>
<input
type=
"radio"
name=
"userSex"
value=
"0"
title=
"保密"
checked=
"checked"
/>
<input
type=
"radio"
name=
"userSex"
value=
"1"
title=
"男"
/>
<input
type=
"radio"
name=
"userSex"
value=
"2"
title=
"女"
/>
</div>
</div>
<div
class=
"layui-form-item layui-col-xs6"
>
<label
class=
"layui-form-label"
>
身份证
</label>
<div
class=
"layui-input-block"
>
<input
type=
"text"
id=
"idcard"
name=
"idcard"
win-verify=
"identity"
placeholder=
"请输入身份证"
class=
"layui-input"
maxlength=
"18"
/>
</div>
</div>
<div
class=
"layui-form-item layui-col-xs6"
>
<label
class=
"layui-form-label"
>
联系方式
<i
class=
"red"
>
*
</i></label>
<div
class=
"layui-input-block"
>
<input
type=
"text"
id=
"phone"
name=
"phone"
win-verify=
"required|identity"
placeholder=
"请输入联系方式"
class=
"layui-input"
/>
</div>
</div>
<div
class=
"layui-form-item layui-col-xs6"
>
<label
class=
"layui-form-label"
>
来源
<i
class=
"red"
>
*
</i></label>
<div
class=
"layui-input-block"
>
<input
type=
"text"
id=
"fromId"
name=
"fromId"
win-verify=
"required"
placeholder=
"请选择来源"
class=
"layui-input"
style=
"padding-right: 30px;"
/>
<i
class=
"fa fa-user-plus input-icon"
id=
"toChooseFromId"
></i>
</div>
</div>
<div
class=
"layui-form-item layui-col-xs6"
>
<label
class=
"layui-form-label"
>
工作年限
<i
class=
"red"
>
*
</i></label>
<div
class=
"layui-input-block"
>
<input
type=
"text"
id=
"workYears"
name=
"workYears"
win-verify=
"required"
placeholder=
"请输入工作年限"
class=
"layui-input"
/>
</div>
</div>
<div
class=
"layui-form-item layui-col-xs6"
>
<label
class=
"layui-form-label"
>
负责人
<i
class=
"red"
>
*
</i></label>
<div
class=
"layui-input-block"
>
<input
type=
"text"
id=
"chargePersonId"
name=
"chargePersonId"
win-verify=
"required"
placeholder=
"请选择负责人"
class=
"layui-input"
style=
"padding-right: 30px;"
/>
<i
class=
"fa fa-user-plus input-icon"
id=
"toHandsPersonSelPeople"
></i>
</div>
</div>
<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=
"favoriteJob"
name=
"favoriteJob"
win-verify=
"required"
placeholder=
"请输入心仪岗位"
class=
"layui-input"
/>
</div>
</div>
<div
class=
"layui-form-item layui-col-xs12"
>
<label
class=
"layui-form-label"
>
基本简历
<i
class=
"red"
>
*
</i></label>
<div
class=
"layui-input-block"
>
<textarea
id=
"basicResume"
name=
"basicResume"
class=
"layui-textarea"
win-verify=
"required"
style=
"height: 100px;"
></textarea>
</div>
</div>
<div
class=
"layui-form-item layui-col-xs12"
>
<label
class=
"layui-form-label"
>
附件资料
</label>
<div
class=
"layui-input-block"
id=
"enclosureUpload"
>
</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/bossIntervieweeFrom/
'
}).
use
(
'
bossIntervieweeFromAdd
'
);
</script>
</body>
</html>
\ No newline at end of file
boss/src/main/resources/template/tpl/bossInterviewee/
b
ossIntervieweeList.html
→
boss/src/main/resources/template/tpl/bossInterviewee/
myEnterB
ossIntervieweeList.html
浏览文件 @
6df26d64
...
...
@@ -45,7 +45,7 @@
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
<script
type=
"text/javascript"
>
layui
.
config
({
base
:
'
../../js/bossInterviewee/
'
}).
use
(
'
b
ossIntervieweeList
'
);
layui
.
config
({
base
:
'
../../js/bossInterviewee/
'
}).
use
(
'
myEnterB
ossIntervieweeList
'
);
</script>
</body>
</html>
\ No newline at end of file
ifs/src/main/resources/template/js/income/incomeList.js
浏览文件 @
6df26d64
...
...
@@ -42,6 +42,7 @@ layui.config({
{
field
:
'
state
'
,
title
:
'
状态
'
,
align
:
'
left
'
,
rowspan
:
'
2
'
,
width
:
80
,
templet
:
function
(
d
){
return
activitiUtil
.
showStateName2
(
d
.
state
,
d
.
submitType
);
}},
{
field
:
'
typeName
'
,
title
:
'
类型
'
,
rowspan
:
'
2
'
,
align
:
'
left
'
,
width
:
80
},
{
field
:
'
organTypeName
'
,
title
:
'
往来单类型
'
,
rowspan
:
'
2
'
,
align
:
'
left
'
,
width
:
100
},
{
field
:
'
supplierName
'
,
title
:
'
往来单位
'
,
rowspan
:
'
2
'
,
align
:
'
left
'
,
width
:
150
},
{
field
:
'
totalPrice
'
,
title
:
'
合计金额
'
,
rowspan
:
'
2
'
,
align
:
'
left
'
,
width
:
120
},
...
...
web/src/main/resources/template/assets/lib/layui/customer/bossUtil.js
浏览文件 @
6df26d64
...
...
@@ -10,10 +10,10 @@ var bossUtil = {
bossIntervieweeFromChooseMation
:
{},
// 已经选择的面试者来源信息
openBossIntervieweeFromChoosePage
:
function
(
callback
){
_openNewWindows
({
url
:
"
../../tpl/
"
,
url
:
"
../../tpl/
bossIntervieweeFrom/bossIntervieweeFromListChoose.html
"
,
title
:
"
面试者来源
"
,
pageId
:
"
dsFormObjectRelationChooseByFirstTypeCod
ePage
"
,
area
:
[
'
480px
'
,
'
500px
'
],
pageId
:
"
bossIntervieweeFromListChoos
ePage
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
callBack
:
function
(
refreshCode
){
if
(
refreshCode
==
'
0
'
)
{
if
(
typeof
(
callback
)
==
"
function
"
)
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录