Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
recruiting-management
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
recruiting-management
Commits
122e58a1
Commit
122e58a1
authored
Sep 18, 2019
by
FE-安焕焕
👣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
2f85b812
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
237 additions
and
189 deletions
+237
-189
allResume.vue
src/page/resume/allResume.vue
+136
-124
channel.vue
src/page/resume/channel.vue
+101
-65
No files found.
src/page/resume/allResume.vue
View file @
122e58a1
...
@@ -40,8 +40,8 @@
...
@@ -40,8 +40,8 @@
<div
style=
"width:48%;height:100%;float:left;background:rgb(253,85,83);margin-left:3%;line-height:80px;text-align:center;color:white;font-size:20px"
>
提示语
</div>
<div
style=
"width:48%;height:100%;float:left;background:rgb(253,85,83);margin-left:3%;line-height:80px;text-align:center;color:white;font-size:20px"
>
提示语
</div>
</div>
-->
</div>
-->
<div
style=
"background:WhiteSmoke;width:100%;height:6%;margin-bottom:0.5%;"
class=
'bar'
>
<div
style=
"background:WhiteSmoke;width:100%;height:6%;margin-bottom:0.5%;"
class=
'bar'
>
<input
type=
'checkbox'
class=
'
input-checkbox
'
v-model=
'checked'
@
click=
'checkedAll'
style=
"margin-left:10px;cursor:pointer;"
>
<input
type=
'checkbox'
class=
'
selectAll
'
v-model=
'checked'
@
click=
'checkedAll'
style=
"margin-left:10px;cursor:pointer;"
>
<span
style=
"margin-left:
10
px;position:relative;font-size: 15px;"
>
选择
<Badge
:count=
"interviewee.length"
size=
'small'
:class=
'["badge",
{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'>
</Badge></span>
<span
style=
"margin-left:
5
px;position:relative;font-size: 15px;"
>
选择
<Badge
:count=
"interviewee.length"
size=
'small'
:class=
'["badge",
{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'>
</Badge></span>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:4%;width:50px"
@
click=
"downloadAll"
>
下载
</Button>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:4%;width:50px"
@
click=
"downloadAll"
>
下载
</Button>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:2%;width:50px"
@
click=
"delateAll"
>
删除
</Button>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:2%;width:50px"
@
click=
"delateAll"
>
删除
</Button>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:2%;"
@
click=
"transpond"
>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:2%;"
@
click=
"transpond"
>
...
@@ -57,25 +57,25 @@
...
@@ -57,25 +57,25 @@
<!--
<div
style=
"float:left;margin-left:1%;width:99%;overflow-y: auto;height:600px;margin-bottom:40px"
>
-->
<!--
<div
style=
"float:left;margin-left:1%;width:99%;overflow-y: auto;height:600px;margin-bottom:40px"
>
-->
<div
class=
"Resumecontent"
v-for=
'(item,i) in ajaxData'
:key=
"i"
>
<div
class=
"Resumecontent"
v-for=
'(item,i) in ajaxData'
:key=
"i"
>
<div
class=
"detailResume"
id=
"a"
style=
""
@
mousemove=
"ahove(i,item.isShow)"
@
mouseleave=
"movleave(i,item.isShow)"
:class=
"
{red:item.isShow, grey: i%2!=0}">
<div
class=
"detailResume"
id=
"a"
style=
""
@
mousemove=
"ahove(i,item.isShow)"
@
mouseleave=
"movleave(i,item.isShow)"
:class=
"
{red:item.isShow, grey: i%2!=0}">
<p
>
<p
class=
'info'
>
<span
style=
"display:inline-block;height:100%;
font-size: 12px;
margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;margin-top:5px"
>
<span
style=
"display:inline-block;height:100%;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;margin-top:5px"
>
<input
type=
'checkbox'
name=
'checkboxinput'
class=
'input-checkbox'
v-model=
'checkboxList'
:value=
"item.id"
@
click=
"selectInputElement(i,item.id,item.flowStatus,item.STATES, item)"
style=
"margin-left:10px;cursor:pointer"
>
<input
type=
'checkbox'
name=
'checkboxinput'
class=
'input-checkbox'
v-model=
'checkboxList'
:value=
"item.id"
@
click=
"selectInputElement(i,item.id,item.flowStatus,item.STATES, item)"
style=
"margin-left:10px;cursor:pointer"
>
</span>
</span>
<span
style=
"display:inline-block;height:100%;
font-size: 12px;
margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerName
}}
<span
v-show=
"item.ownerMobile !==''"
>
|
</span></span>
<span
style=
"display:inline-block;height:100%;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerName
}}
<span
v-show=
"item.ownerMobile !==''"
>
|
</span></span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerMobile
}}
<span
v-show=
"item.ownerAge !==''"
>
|
</span></span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerMobile
}}
<span
v-show=
"item.ownerAge !==''"
>
|
</span></span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerAge
}}
岁
<span
v-show=
"item.ownerSex !==''"
>
|
</span></span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerAge
}}
岁
<span
v-show=
"item.ownerSex !==''"
>
|
</span></span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerSex
}}
<span
v-show=
"item.ownerWorkYears !==''"
>
|
</span>
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerSex
}}
<span
v-show=
"item.ownerWorkYears !==''"
>
|
</span>
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerWorkYears
}}
年
<span
v-show=
"item.ownerExpectTitles !==''"
>
|
</span></span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerWorkYears
}}
年
<span
v-show=
"item.ownerExpectTitles !==''"
>
|
</span></span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerHighestDegree
}}
<span
v-show=
"item.ownerExpectTitles !==''"
>
|
</span></span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerHighestDegree
}}
<span
v-show=
"item.ownerExpectTitles !==''"
>
|
</span></span>
<span
style=
"display:inline-block;height:100%;margin-top:5px;font-size:12px;width:
1
5%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerExpectTitles
}}
</span>
<span
style=
"display:inline-block;height:100%;margin-top:5px;font-size:12px;width:
2
5%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerExpectTitles
}}
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;width:25%;float:right;text-align:right;margin-right:10px;margin-top:5px"
>
<span
style=
"display:inline-block;height:100%;font-size: 12px;width:25%;float:right;text-align:right;margin-right:10px;margin-top:5px"
>
<span
style=
"margin-right:20px;margin-top:5px"
v-if=
"item.flowStatus=='INTERVIEW_OK'"
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
面试合适
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-if=
"item.flowStatus=='INTERVIEW_OK'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
面试合适
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='INTERVIEW_FAIL'"
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
面试淘汰
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='INTERVIEW_FAIL'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
面试淘汰
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='TO_RESULT'"
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
面试结果待定
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='TO_RESULT'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
面试结果待定
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='END'"
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
终止面试
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='END'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
终止面试
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='SEE_FAIL'"
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
约面失败
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='SEE_FAIL'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
约面失败
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='NO_ENTRY'"
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
未入职
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='NO_ENTRY'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
未入职
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='ARRIVED'"
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
已到达
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='ARRIVED'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
已到达
</span></span>
<span
style=
"margin-right:10px;margin-top:5px"
v-else-if=
"item.flowStatus=='TO_SEE'"
>
<span
style=
"margin-right:10px;margin-top:5px"
v-else-if=
"item.flowStatus=='TO_SEE'"
>
<span
style=
"cursor:pointer"
>
<span
style=
"cursor:pointer"
>
<select
name=
"3"
id=
"3"
@
change=
"selectFn2($event,item.id,item.flowStatus)"
>
<select
name=
"3"
id=
"3"
@
change=
"selectFn2($event,item.id,item.flowStatus)"
>
...
@@ -86,10 +86,10 @@
...
@@ -86,10 +86,10 @@
</select>
</select>
</span>
</span>
</span>
</span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='HAS_SEE'"
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px;"
>
已邀约
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='HAS_SEE'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px;"
>
已邀约
</span></span>
<span
style=
"margin-right:10px;margin-top:5px"
v-else-if=
"item.flowStatus=='OPTION'"
>
<span
style=
"margin-right:10px;margin-top:5px"
v-else-if=
"item.flowStatus=='OPTION'"
>
<span
style=
"cursor:pointer"
>
<span
style=
"cursor:pointer"
>
<select
name=
"4"
id=
"4"
@
change=
"selectFn3($event,item.id,item.flowStatus)"
>
<select
name=
"4"
id=
"4"
@
change=
"selectFn3($event,item.id,item.flowStatus)"
class=
'status'
>
<option
value=
"1"
>
备选
</option>
<option
value=
"1"
>
备选
</option>
<option
value=
"2"
>
邀请面试
</option>
<option
value=
"2"
>
邀请面试
</option>
<option
value=
"3"
>
PASS
</option>
<option
value=
"3"
>
PASS
</option>
...
@@ -97,13 +97,13 @@
...
@@ -97,13 +97,13 @@
</select>
</select>
</span>
</span>
</span>
</span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='TO_SENT_OFFER'"
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80;"
/><span
style=
"margin-left:10px"
>
待Offer
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='TO_SENT_OFFER'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80;"
/><span
style=
"margin-left:10px"
>
待Offer
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='HAS_SENT_OFFER'"
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
已发Offer
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='HAS_SENT_OFFER'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
已发Offer
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='TO_ENTRY'"
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
待入职
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='TO_ENTRY'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
待入职
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='HAS_ENTRY'"
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
已入职
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='HAS_ENTRY'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
已入职
</span></span>
<span
style=
"margin-right:10px;margin-top:5px"
v-else-if=
"item.flowStatus=='PASS'"
>
<span
style=
"margin-right:10px;margin-top:5px"
v-else-if=
"item.flowStatus=='PASS'"
>
<span
style=
"cursor:pointer"
>
<span
style=
"cursor:pointer"
>
<select
name=
"2"
id=
"2"
@
change=
"selectFn4($event,item.id,item.flowStatus)"
>
<select
name=
"2"
id=
"2"
@
change=
"selectFn4($event,item.id,item.flowStatus)"
class=
'status'
>
<option
value=
"1"
>
PASS
</option>
<option
value=
"1"
>
PASS
</option>
<option
value=
"2"
>
邀请面试
</option>
<option
value=
"2"
>
邀请面试
</option>
<option
value=
"3"
>
备选
</option>
<option
value=
"3"
>
备选
</option>
...
@@ -111,39 +111,39 @@
...
@@ -111,39 +111,39 @@
</select>
</select>
</span>
</span>
</span>
</span>
<select
name=
"1"
id=
"a"
@
change=
"selectFn1($event,item.id,item.flowStatus)"
v-else-if=
"item.flowStatus=='TO_DO'"
style=
"margin-right:10px;cursor:pointer"
>
<select
name=
"1"
id=
"a"
@
change=
"selectFn1($event,item.id,item.flowStatus)"
v-else-if=
"item.flowStatus=='TO_DO'"
style=
"margin-right:10px;cursor:pointer"
class=
'status'
>
<option
value=
"1"
>
待处理
</option>
<option
value=
"1"
>
待处理
</option>
<option
value=
"2"
>
pass
</option>
<option
value=
"2"
>
pass
</option>
<option
value=
"3"
>
邀请面试
</option>
<option
value=
"3"
>
邀请面试
</option>
<option
value=
"4"
>
备选
</option>
<option
value=
"4"
>
备选
</option>
</select>
</select>
<span><Icon
type=
"md-download"
@
click=
"downloadONE(item.id)"
style=
"font-size:15px;cursor:pointer;color:#0092FF"
/></span>
<span
class=
'record'
><Icon
type=
"md-download"
@
click=
"downloadONE(item.id)"
style=
"font-size:15px;cursor:pointer;color:#0092FF"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='TO_SEE'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='TO_SEE'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='HAS_SEE'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='HAS_SEE'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='SEE_FAIL'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='SEE_FAIL'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='INTERVIEW_FAIL'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='INTERVIEW_FAIL'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='TO_SENT_OFFER'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='TO_SENT_OFFER'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='TO_ENTRY'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='TO_ENTRY'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='HAS_ENTRY'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='HAS_ENTRY'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='ARRIVED'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='ARRIVED'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='NO_ENTRY'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='NO_ENTRY'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='END'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='END'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='HAS_SENT_OFFER'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='HAS_SENT_OFFER'"
@
click=
"undelate"
style=
"color:#b5b5b5;font-size:15px;cursor:pointer"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='PASS'"
@
click=
"delateR(item.id)"
style=
"font-size:15px;cursor:pointer;color:rgb(242, 93, 87);"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='PASS'"
@
click=
"delateR(item.id)"
style=
"font-size:15px;cursor:pointer;color:rgb(242, 93, 87);"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='OPTION'"
@
click=
"delateR(item.id)"
style=
"font-size:15px;cursor:pointer;color:rgb(242, 93, 87);"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='OPTION'"
@
click=
"delateR(item.id)"
style=
"font-size:15px;cursor:pointer;color:rgb(242, 93, 87);"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='TO_DO'"
@
click=
"delateR(item.id)"
style=
"font-size:15px;cursor:pointer;color:rgb(242, 93, 87);"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='TO_DO'"
@
click=
"delateR(item.id)"
style=
"font-size:15px;cursor:pointer;color:rgb(242, 93, 87);"
/></span>
<span
@
click=
"RecordSEE(item.id,item.ownerName)"
style=
"color:#0092FF;cursor:pointer"
>
记录
</span>
<span
class=
'recordtext'
@
click=
"RecordSEE(item.id,item.ownerName)"
style=
"color:#0092FF;cursor:pointer"
>
记录
</span>
</span>
</span>
</p>
</p>
<p
style=
"margin-top:5px;color:Greys"
>
<p
style=
"margin-top:5px;color:Greys"
class=
'info'
>
<span
style=
"display:inline-block;font-size: 12px;color:orange"
v-show=
"item.hasForward=='1'"
>
已转
</span>
<span
style=
"display:inline-block;font-size: 12px;color:orange"
v-show=
"item.hasForward=='1'"
class=
'transmit'
>
已转
</span>
<span
style=
"display:inline-block;font-size: 12px;margin-left:
25
px;color:Grey"
v-if=
"item.srcSite!==''"
v-show=
"item.hasForward==null"
>
{{
item
.
deliveryTime
}}
投递 |
</span>
<span
style=
"display:inline-block;font-size: 12px;margin-left:
40
px;color:Grey"
v-if=
"item.srcSite!==''"
v-show=
"item.hasForward==null"
>
{{
item
.
deliveryTime
}}
投递 |
</span>
<span
style=
"display:inline-block;font-size: 12px;margin-left:
25px;color:Grey"
v-if=
"item.srcSite==''"
v-show=
"item.hasForward==null"
>
{{
item
.
deliveryTime
}}
上传
<span
v-show=
"item.optSource!==''"
>
|
</span></span>
<span
style=
"display:inline-block;font-size: 12px;margin-left:
40px;color:Grey"
v-if=
"item.srcSite==''"
v-show=
"item.hasForward==null"
>
{{
item
.
deliveryTime
}}
上传
<span
v-show=
"item.optSource!==''"
>
|
</span></span>
<span
style=
"display:inline-block;font-size: 12px;margin-left:
5
px;color:Grey"
v-if=
"item.srcSite!==''"
v-show=
"item.hasForward!==null"
>
{{
item
.
deliveryTime
}}
投递 |
</span>
<span
style=
"display:inline-block;font-size: 12px;margin-left:
40
px;color:Grey"
v-if=
"item.srcSite!==''"
v-show=
"item.hasForward!==null"
>
{{
item
.
deliveryTime
}}
投递 |
</span>
<span
style=
"display:inline-block;font-size: 12px;color:Grey"
v-if=
"item.srcSite==''"
v-show=
"item.hasForward!==null"
>
{{
item
.
deliveryTime
}}
上传
<span
v-show=
"item.optSource!==''"
>
|
</span></span>
<span
style=
"display:inline-block;font-size: 12px;color:Grey
;margin-left:40px
"
v-if=
"item.srcSite==''"
v-show=
"item.hasForward!==null"
>
{{
item
.
deliveryTime
}}
上传
<span
v-show=
"item.optSource!==''"
>
|
</span></span>
<span
style=
"display:inline-block;font-size: 12px;margin-left:3px;color:Grey"
>
{{
item
.
optSource
}}
<span
v-show=
"item.srcSite!==''"
>
|
</span></span>
<span
style=
"display:inline-block;font-size: 12px;margin-left:3px;color:Grey"
>
{{
item
.
optSource
}}
<span
v-show=
"item.srcSite!==''"
>
|
</span></span>
<span
style=
"display:inline-block;font-size: 12px;margin-left:3px;color:Grey"
>
{{
item
.
srcSite
}}
</span>
<span
style=
"display:inline-block;font-size: 12px;margin-left:3px;color:Grey"
>
{{
item
.
srcSite
}}
</span>
<span
style=
"display:inline-block;font-size: 12px;
width:30%;
float:right;text-align:right;margin-right:10px;color:Grey"
>
<span
style=
"display:inline-block;font-size: 12px;float:right;text-align:right;margin-right:10px;color:Grey"
>
<span>
{{
item
.
modifyTime
}}
</span>
<span>
{{
item
.
modifyTime
}}
</span>
<span>
最后操作人:
{{
item
.
d
}}
</span>
<span>
最后操作人:
{{
item
.
d
}}
</span>
</span>
</span>
...
@@ -303,7 +303,7 @@
...
@@ -303,7 +303,7 @@
<div
>
<div
>
<h2
style=
"text-align:center;color:black"
v-show=
"this.isShowAll==false"
>
发送邮件
</h2>
<h2
style=
"text-align:center;color:black"
v-show=
"this.isShowAll==false"
>
发送邮件
</h2>
<h2
style=
"text-align:center;color:black"
v-show=
"this.isShowAll==true"
>
新建面试
</h2>
<h2
style=
"text-align:center;color:black"
v-show=
"this.isShowAll==true"
>
新建面试
</h2>
<h3
style=
"text-align:center;color:black"
v-show=
"this.isShowAll==true"
>
<span>
更改为
<span
style=
"color:blue"
>
“新建面试”
</span>
后,你需要从
<span
style=
"color:blue"
>
”面试管理“
</span>
中对该候选人进行后续的操作。
</span></h3>
<h3
style=
"text-align:center;color:black"
v-show=
"this.isShowAll==true"
>
<span>
<span>
新建面试
</span>
后,你需要从
<span
style=
"color:#0092ff"
>
“面试管理”
</span>
中对该候选人进行后续的操作。
</span></h3>
</div>
</div>
<div
class=
"emailModal-title"
>
<div
class=
"emailModal-title"
>
<div
class=
"emailModalTitle-left"
>
<div
class=
"emailModalTitle-left"
>
...
@@ -671,20 +671,15 @@ import {mapState} from 'vuex'
...
@@ -671,20 +671,15 @@ import {mapState} from 'vuex'
selectFn1
(
e
,
SID
,
itemsta
)
{
selectFn1
(
e
,
SID
,
itemsta
)
{
this
.
toseeid
=
SID
this
.
toseeid
=
SID
this
.
emailId
=
SID
this
.
emailId
=
SID
this
.
emailIdArr
.
push
(
SID
)
this
.
emailIdArr
=
[]
this
.
emailIdArr
.
push
(
SID
)
this
.
isShowTwo
=
true
this
.
isShowTwo
=
true
this
.
ITEMSTA
=
itemsta
this
.
ITEMSTA
=
itemsta
// 准备约面
// 准备约面
if
(
e
.
target
.
value
==
3
){
if
(
e
.
target
.
value
==
3
){
getEmailMoo
().
then
(
res
=>
{
this
.
emailInline
.
modalArr
.
push
(
res
.
data
.
body
[
0
])
})
this
.
emailMOdal
=
true
// this.sendEmail()
// this.emailInline.moo = 'TEMP_0001'
// this.getEmailContentValue('TEMP_0001')
this
.
emailFlowStatus
=
'
TO_SEE
'
this
.
emailFlowStatus
=
'
TO_SEE
'
this
.
isShowTwo
=
true
this
.
isShowTwo
=
true
this
.
sendEmail
()
}
}
// 简历PASS
// 简历PASS
if
(
e
.
target
.
value
==
2
){
if
(
e
.
target
.
value
==
2
){
...
@@ -742,10 +737,7 @@ import {mapState} from 'vuex'
...
@@ -742,10 +737,7 @@ import {mapState} from 'vuex'
nextStep
(){
nextStep
(){
this
.
beforeBtu
=
true
this
.
beforeBtu
=
true
this
.
modal2
=
false
this
.
modal2
=
false
this
.
emailMOdal
=
true
this
.
sendEmail
()
// this.sendEmail()
// this.emailInline.moo = 'TEMP_0001'
// this.getEmailContentValue('TEMP_0001')
},
},
selectFn2
(
e
,
SID
,
itemsta
)
{
selectFn2
(
e
,
SID
,
itemsta
)
{
this
.
ITEMSTA
=
itemsta
this
.
ITEMSTA
=
itemsta
...
@@ -753,15 +745,9 @@ import {mapState} from 'vuex'
...
@@ -753,15 +745,9 @@ import {mapState} from 'vuex'
this
.
toseeid
=
SID
this
.
toseeid
=
SID
// 准备约面
// 准备约面
if
(
e
.
target
.
value
==
1
){
if
(
e
.
target
.
value
==
1
){
getEmailMoo
().
then
(
res
=>
{
this
.
emailFlowStatus
=
'
TO_SEE
'
this
.
emailInline
.
modalArr
.
push
(
res
.
data
.
body
[
0
])
this
.
isShowTwo
=
true
})
this
.
sendEmail
()
this
.
emailMOdal
=
true
// this.sendEmail()
this
.
emailFlowStatus
=
'
TO_SEE
'
// this.emailInline.moo = 'TEMP_0001'
// this.getEmailContentValue('TEMP_0001')
this
.
isShowTwo
=
true
}
}
// 简历PASS
// 简历PASS
if
(
e
.
target
.
value
==
3
){
if
(
e
.
target
.
value
==
3
){
...
@@ -805,15 +791,10 @@ import {mapState} from 'vuex'
...
@@ -805,15 +791,10 @@ import {mapState} from 'vuex'
this
.
toseeid
=
SID
this
.
toseeid
=
SID
// 准备约面
// 准备约面
if
(
e
.
target
.
value
==
2
){
if
(
e
.
target
.
value
==
2
){
getEmailMoo
().
then
(
res
=>
{
this
.
emailInline
.
modalArr
.
push
(
res
.
data
.
body
[
0
])
})
this
.
emailMOdal
=
true
// this.sendEmail()
this
.
emailFlowStatus
=
'
TO_SEE
'
this
.
emailFlowStatus
=
'
TO_SEE
'
// this.emailInline.moo = 'TEMP_0001'
// this.getEmailContentValue('TEMP_0001')
this
.
isShowTwo
=
true
this
.
isShowTwo
=
true
this
.
sendEmail
()
}
}
// 简历PASS
// 简历PASS
if
(
e
.
target
.
value
==
3
){
if
(
e
.
target
.
value
==
3
){
...
@@ -857,15 +838,10 @@ import {mapState} from 'vuex'
...
@@ -857,15 +838,10 @@ import {mapState} from 'vuex'
this
.
emailId
=
SID
this
.
emailId
=
SID
// 准备约面
// 准备约面
if
(
e
.
target
.
value
==
2
){
if
(
e
.
target
.
value
==
2
){
getEmailMoo
().
then
(
res
=>
{
this
.
emailInline
.
modalArr
.
push
(
res
.
data
.
body
[
0
])
})
this
.
emailMOdal
=
true
// this.sendEmail()
// this.emailInline.moo = 'TEMP_0001'
// this.getEmailContentValue('TEMP_0001')
this
.
emailFlowStatus
=
'
TO_SEE
'
this
.
emailFlowStatus
=
'
TO_SEE
'
this
.
isShowTwo
=
true
this
.
isShowTwo
=
true
this
.
sendEmail
()
}
}
// 简历PASS
// 简历PASS
if
(
e
.
target
.
value
==
1
){
if
(
e
.
target
.
value
==
1
){
...
@@ -1098,6 +1074,7 @@ import {mapState} from 'vuex'
...
@@ -1098,6 +1074,7 @@ import {mapState} from 'vuex'
// 选择input元素
// 选择input元素
selectInputElement
(
index
,
doID
,
doStatus
,
sss
,
item
){
selectInputElement
(
index
,
doID
,
doStatus
,
sss
,
item
){
this
.
DOWNLOAD
=
doID
this
.
DOWNLOAD
=
doID
this
.
emailIdArr
=
[]
sss
=!
sss
sss
=!
sss
this
.
ajaxData
[
index
].
STATES
=
sss
this
.
ajaxData
[
index
].
STATES
=
sss
Array
.
prototype
.
indexOf
=
function
(
val
)
{
Array
.
prototype
.
indexOf
=
function
(
val
)
{
...
@@ -1369,41 +1346,42 @@ import {mapState} from 'vuex'
...
@@ -1369,41 +1346,42 @@ import {mapState} from 'vuex'
this
.
isShowAll
=
true
this
.
isShowAll
=
true
this
.
interviewIsShow
=
true
this
.
interviewIsShow
=
true
}
else
{
}
else
{
if
(
this
.
emailIdArr
.
length
>
1
&&
(
value
==
'
TEMP_0001
'
||
value
==
'
TEMP_0005
'
||
value
==
'
TEMP_0006
'
)){
if
(
this
.
emailIdArr
.
length
>
1
&&
(
value
==
'
TEMP_0001
'
||
value
==
'
TEMP_0005
'
||
value
==
'
TEMP_0006
'
)){
this
.
allEmailVilitor
=
true
this
.
allEmailVilitor
=
true
}
else
{
}
else
{
this
.
allEmailVilitor
=
false
this
.
allEmailVilitor
=
false
if
(
this
.
temp
==
'
TEMP_0001
'
){
if
(
this
.
temp
==
'
TEMP_0001
'
){
this
.
isShowAll
=
true
this
.
isShowAll
=
true
}
else
{
}
else
{
this
.
isShowAll
=
false
this
.
isShowAll
=
false
}
}
}
}
if
(
value
==
'
TEMP_0001
'
){
if
(
value
==
'
TEMP_0001
'
){
this
.
interviewIsShow
=
true
this
.
interviewIsShow
=
true
this
.
isShowAll
=
true
this
.
isShowAll
=
true
}
else
{
}
else
{
this
.
interviewIsShow
=
false
this
.
interviewIsShow
=
false
this
.
isShowAll
=
false
this
.
isShowAll
=
false
}
}
this
.
emailId
=
this
.
emailIdArr
.
length
==
0
?
''
:
this
.
emailIdArr
[
0
]
this
.
emailId
=
this
.
emailIdArr
.
length
==
0
?
''
:
this
.
emailIdArr
[
0
]
if
(
value
==
'
TEMP_0001
'
&&
this
.
emailId
==
''
){
if
(
value
==
'
TEMP_0001
'
&&
this
.
emailId
==
''
){
this
.
interviewBtu
=
true
this
.
interviewBtu
=
true
this
.
isShowAll
=
true
this
.
isShowAll
=
true
this
.
emailMassage
=
true
this
.
emailMassage
=
true
}
}
else
if
(
value
==
'
TEMP_0005
'
&&
this
.
emailId
==
''
){
else
if
(
value
==
'
TEMP_0005
'
&&
this
.
emailId
==
''
){
this
.
emailMassage
=
true
this
.
emailMassage
=
true
}
}
else
if
(
value
==
'
TEMP_0006
'
&&
this
.
emailId
==
''
){
else
if
(
value
==
'
TEMP_0006
'
&&
this
.
emailId
==
''
){
this
.
emailMassage
=
true
this
.
emailMassage
=
true
}
else
{
if
(
value
==
'
TEMP_0001
'
){
this
.
isShowAll
=
true
}
else
{
this
.
isShowAll
=
false
}
this
.
interviewBtu
=
false
this
.
emailMassage
=
false
}
}
}
else
{
if
(
value
==
'
TEMP_0001
'
){
this
.
isShowAll
=
true
}
else
{
this
.
isShowAll
=
false
}
this
.
interviewBtu
=
false
this
.
emailMassage
=
false
}}
this
.
emailCode
=
value
this
.
emailCode
=
value
let
params
=
{
let
params
=
{
resumeId
:
this
.
emailId
==
''
?
''
:
this
.
emailId
,
resumeId
:
this
.
emailId
==
''
?
''
:
this
.
emailId
,
...
@@ -1939,21 +1917,19 @@ select{
...
@@ -1939,21 +1917,19 @@ select{
.active1{
.active1{
color:#0092FF
color:#0092FF
}
}
.sex span:first-child{
.sex span{
margin-left: 0px
margin-right: 20px
}
.sex span:not(:first-child){
margin-left: 30px
}
}
.Education{
.Education{
width: 100%;
width: 100%;
text-align: left;
}
}
.Education span{
.Education span{
width: 87
px;
margin-right:20
px;
display:inline-block;
display:inline-block;
}
}
.Education span:nth-child(1){
.Education span:nth-child(1){
width: 45
px;
margin-right:20
px;
display:inline-block;
display:inline-block;
}
}
.state{
.state{
...
@@ -1961,12 +1937,12 @@ select{
...
@@ -1961,12 +1937,12 @@ select{
/* border:1px solid red */
/* border:1px solid red */
}
}
.state span{
.state span{
width: 6
0px;
margin-right:2
0px;
/* border:1px solid black; */
/* border:1px solid black; */
display: inline-block;
display: inline-block;
}
}
.state span:nth-child(1){
.state span:nth-child(1){
width: 45
px;
margin-right:20
px;
display:inline-block;
display:inline-block;
}
}
.text1{
.text1{
...
@@ -2066,7 +2042,7 @@ background:rgba(241,241,241,1);
...
@@ -2066,7 +2042,7 @@ background:rgba(241,241,241,1);
}
}
}
}
.title{
.title{
text-align: center;
text-align: center;
width:100%;
width:100%;
margin-bottom: 10px;
margin-bottom: 10px;
...
@@ -2079,6 +2055,42 @@ background:rgba(241,241,241,1);
...
@@ -2079,6 +2055,42 @@ background:rgba(241,241,241,1);
font-size: 13px;
font-size: 13px;
}
}
}
}
.info{
font-size: 13px;
position:relative;
span{
font-size: 14px !important;
}
input {
margin-left: 10px;
cursor: pointer;
width: 25px;
height: 25px;
line-height: 25px;
vertical-align: -5px;
}
.transmit{
position: absolute;
left: 5px;
}
}
.selectAll{
margin-left: 10px;
cursor: pointer;
width: 25px;
height: 25px;
line-height: 25px;
vertical-align: -5px;
}
.status{
float: left;
}
.record{
vertical-align: -5px;
}
.recordtext{
vertical-align: -6px;
}
</
style
>
</
style
>
<
style
>
<
style
>
.emailForm
.ivu-form-item-label
{
.emailForm
.ivu-form-item-label
{
...
...
src/page/resume/channel.vue
View file @
122e58a1
...
@@ -39,8 +39,8 @@
...
@@ -39,8 +39,8 @@
<div
style=
"width:48%;height:100%;float:left;background:rgb(253,85,83);margin-left:3%;line-height:80px;text-align:center;color:white;font-size:20px"
>
提示语
</div>
<div
style=
"width:48%;height:100%;float:left;background:rgb(253,85,83);margin-left:3%;line-height:80px;text-align:center;color:white;font-size:20px"
>
提示语
</div>
</div>
</div>
<div
style=
"background:WhiteSmoke;width:100%;height:6%;margin-bottom:0.5%;"
class=
'bar'
>
<div
style=
"background:WhiteSmoke;width:100%;height:6%;margin-bottom:0.5%;"
class=
'bar'
>
<input
type=
'checkbox'
class=
'
input-checkbox
'
v-model=
'checked'
@
click=
'checkedAll'
style=
"margin-left:10px;cursor:pointer;"
>
<input
type=
'checkbox'
class=
'
selectAll
'
v-model=
'checked'
@
click=
'checkedAll'
style=
"margin-left:10px;cursor:pointer;"
>
<span
style=
"margin-left:
8
px;position:relative;font-size: 15px;"
>
选择
<Badge
:count=
"interviewee.length"
size=
'small'
:class=
'["badge",
{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'>
</Badge></span>
<span
style=
"margin-left:
5
px;position:relative;font-size: 15px;"
>
选择
<Badge
:count=
"interviewee.length"
size=
'small'
:class=
'["badge",
{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'>
</Badge></span>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:4%;width:50px"
@
click=
"downloadAll"
>
下载
</Button>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:4%;width:50px"
@
click=
"downloadAll"
>
下载
</Button>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:2%;width:50px"
@
click=
"delateAll"
>
删除
</Button>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:2%;width:50px"
@
click=
"delateAll"
>
删除
</Button>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:2%;"
@
click=
"transpond"
>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:2%;"
@
click=
"transpond"
>
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
<div
style=
"margin:50px auto;width:300px;height:200px;line-height:200px;text-align:center;font-size:20px;color:LightGray"
v-show=
"ajaxData.length==0"
>
暂无数据
</div>
<div
style=
"margin:50px auto;width:300px;height:200px;line-height:200px;text-align:center;font-size:20px;color:LightGray"
v-show=
"ajaxData.length==0"
>
暂无数据
</div>
<div
class=
"Resumecontent"
v-for=
'(item,i) in ajaxData'
:key=
"i"
>
<div
class=
"Resumecontent"
v-for=
'(item,i) in ajaxData'
:key=
"i"
>
<div
class=
"detailResume"
id=
"a"
@
mousemove=
"ahove(i,item.isShow)"
@
mouseleave=
"movleave(i,item.isShow)"
:class=
"
{red:item.isShow, grey: i%2!=0}" >
<div
class=
"detailResume"
id=
"a"
@
mousemove=
"ahove(i,item.isShow)"
@
mouseleave=
"movleave(i,item.isShow)"
:class=
"
{red:item.isShow, grey: i%2!=0}" >
<p
class=
"massage"
style=
"margin-top:10px"
>
<p
class=
"massage
info
"
style=
"margin-top:10px"
>
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;margin-top:5px"
>
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;margin-top:5px"
>
<input
type=
'checkbox'
name=
'checkboxinput'
style=
"margin-left:10px;cursor:pointer"
class=
'input-checkbox'
v-model=
'checkboxList'
:value=
"item.id"
@
click=
"selectInputElement(i,item.id,item.flowStatus,item.STATES, item)"
></span>
<input
type=
'checkbox'
name=
'checkboxinput'
style=
"margin-left:10px;cursor:pointer"
class=
'input-checkbox'
v-model=
'checkboxList'
:value=
"item.id"
@
click=
"selectInputElement(i,item.id,item.flowStatus,item.STATES, item)"
></span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerName
}}
|
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerName
}}
|
</span>
...
@@ -61,17 +61,17 @@
...
@@ -61,17 +61,17 @@
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerAge
}}
岁 |
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerAge
}}
岁 |
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerSex
}}
|
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerSex
}}
|
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerWorkYears
}}
年 |
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerWorkYears
}}
年 |
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;width:
19
%;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerExpectTitles
}}
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;width:
25
%;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerExpectTitles
}}
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;float:right;text-align:right;margin-right:10px"
>
<span
style=
"display:inline-block;height:100%;font-size: 12px;float:right;text-align:right;margin-right:10px
;width:25%;line-height:100%;
"
>
<span
style=
"margin-right:30px;margin-top:5px
"
v-if=
"item.flowStatus=='INTERVIEW_OK'"
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
面试合适
</span></span>
<span
style=
"margin-right:30px;margin-top:5px
;"
v-if=
"item.flowStatus=='INTERVIEW_OK'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
面试合适
</span></span>
<span
style=
"margin-right:30px;margin-top:5px"
v-else-if=
"item.flowStatus=='INTERVIEW_FAIL'"
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
面试淘汰
</span></span>
<span
style=
"margin-right:30px;margin-top:5px"
v-else-if=
"item.flowStatus=='INTERVIEW_FAIL'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
面试淘汰
</span></span>
<span
style=
"margin-right:30px;margin-top:5px"
v-else-if=
"item.flowStatus=='TO_RESULT'"
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
面试结果待定
</span></span>
<span
style=
"margin-right:30px;margin-top:5px"
v-else-if=
"item.flowStatus=='TO_RESULT'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
面试结果待定
</span></span>
<span
style=
"margin-right:30px;margin-top:5px"
v-else-if=
"item.flowStatus=='END'"
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
终止面试
</span></span>
<span
style=
"margin-right:30px;margin-top:5px"
v-else-if=
"item.flowStatus=='END'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
终止面试
</span></span>
<span
style=
"margin-right:30px;margin-top:5px"
v-else-if=
"item.flowStatus=='SEE_FAIL'"
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
约面失败
</span></span>
<span
style=
"margin-right:30px;margin-top:5px"
v-else-if=
"item.flowStatus=='SEE_FAIL'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
约面失败
</span></span>
<span
style=
"margin-right:30px;margin-top:5px"
v-else-if=
"item.flowStatus=='ARRIVED'"
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
已到达
</span></span>
<span
style=
"margin-right:30px;margin-top:5px"
v-else-if=
"item.flowStatus=='ARRIVED'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
已到达
</span></span>
<span
style=
"margin-right:30px;margin-top:5px"
v-else-if=
"item.flowStatus=='NO_ENTRY'"
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
未入职
</span></span>
<span
style=
"margin-right:30px;margin-top:5px"
v-else-if=
"item.flowStatus=='NO_ENTRY'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:red"
/><span
style=
"margin-left:10px"
>
未入职
</span></span>
<span
style=
"margin-right:30px;margin-top:5px
"
v-else-if=
"item.flowStatus=='TO_SEE'"
>
<span
style=
"margin-right:30px;margin-top:5px
;"
v-else-if=
"item.flowStatus=='TO_SEE'"
class=
'status'
>
<span
style=
"text-align:
center
;cursor:pointer"
>
<span
style=
"text-align:
left
;cursor:pointer"
>
<select
name=
"3"
id=
"3"
@
change=
"selectFn2($event,item.id)"
style=
"height:18px;text-align:center;margin-top:5px"
>
<select
name=
"3"
id=
"3"
@
change=
"selectFn2($event,item.id)"
style=
"height:18px;text-align:center;margin-top:5px"
>
<option
value=
"1"
>
邀请面试
</option>
<option
value=
"1"
>
邀请面试
</option>
<option
value=
"2"
>
备选
</option>
<option
value=
"2"
>
备选
</option>
...
@@ -80,8 +80,8 @@
...
@@ -80,8 +80,8 @@
</select>
</select>
</span>
</span>
</span>
</span>
<span
style=
"margin-right:30px;margin-top:5px"
v-else-if=
"item.flowStatus=='HAS_SEE'"
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
已邀约
</span></span>
<span
style=
"margin-right:30px;margin-top:5px"
v-else-if=
"item.flowStatus=='HAS_SEE'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
已邀约
</span></span>
<span
style=
"margin-right:20px;margin-top:5px
"
v-else-if=
"item.flowStatus=='OPTION'"
>
<span
style=
"margin-right:20px;margin-top:5px
;"
v-else-if=
"item.flowStatus=='OPTION'"
class=
'status'
>
<span>
<span>
<select
name=
"4"
id=
"4"
@
change=
"selectFn3($event,item.id)"
style=
"height:18px;text-align:center;margin-top:5px;cursor:pointer"
>
<select
name=
"4"
id=
"4"
@
change=
"selectFn3($event,item.id)"
style=
"height:18px;text-align:center;margin-top:5px;cursor:pointer"
>
<option
value=
"1"
>
备选
</option>
<option
value=
"1"
>
备选
</option>
...
@@ -91,12 +91,12 @@
...
@@ -91,12 +91,12 @@
</select>
</select>
</span>
</span>
</span>
</span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='TO_SENT_OFFER'"
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
待Offer
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='TO_SENT_OFFER'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
待Offer
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='HAS_SENT_OFFER'"
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
已发Offer
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='HAS_SENT_OFFER'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
已发Offer
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='TO_ENTRY'"
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
待入职
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='TO_ENTRY'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
待入职
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='HAS_ENTRY'"
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
已入职
</span></span>
<span
style=
"margin-right:20px;margin-top:5px"
v-else-if=
"item.flowStatus=='HAS_ENTRY'"
class=
'status'
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
已入职
</span></span>
<span
style=
"margin-right:20px;margin-top:5px
"
v-else-if=
"item.flowStatus=='PASS'"
>
<span
style=
"margin-right:20px;margin-top:5px
;"
v-else-if=
"item.flowStatus=='PASS'"
class=
'status'
>
<span
>
<span
class=
'status'
>
<select
name=
"2"
id=
"2"
@
change=
"selectFn4($event,item.id)"
style=
"height:18px;text-align:center;margin-top:5px;cursor:pointer"
>
<select
name=
"2"
id=
"2"
@
change=
"selectFn4($event,item.id)"
style=
"height:18px;text-align:center;margin-top:5px;cursor:pointer"
>
<option
value=
"1"
>
PASS
</option>
<option
value=
"1"
>
PASS
</option>
<option
value=
"2"
>
邀请面试
</option>
<option
value=
"2"
>
邀请面试
</option>
...
@@ -105,37 +105,40 @@
...
@@ -105,37 +105,40 @@
</select>
</select>
</span>
</span>
</span>
</span>
<select
name=
"1"
id=
"a"
@
change=
"selectFn1($event,item.id)"
v-else-if=
"item.flowStatus=='TO_DO'"
style=
"height:20px;margin-top:5px;margin-right:20px;text-align:center;cursor:pointer"
>
<select
name=
"1"
id=
"a"
@
change=
"selectFn1($event,item.id)"
v-else-if=
"item.flowStatus=='TO_DO'"
style=
"height:20px;margin-top:5px;margin-right:20px;text-align:center;cursor:pointer"
class=
'status'
>
<option
value=
"1"
>
待处理
</option>
<option
value=
"1"
>
待处理
</option>
<option
value=
"2"
>
pass
</option>
<option
value=
"2"
>
pass
</option>
<option
value=
"3"
>
邀请面试
</option>
<option
value=
"3"
>
邀请面试
</option>
<option
value=
"4"
>
备选
</option>
<option
value=
"4"
>
备选
</option>
</select>
</select>
<span><Icon
type=
"md-download"
@
click=
"downloadONE(item.id)"
style=
"font-size:15px;cursor:pointer;color:#0092FF"
/></span>
<span
class=
'record'
><Icon
type=
"md-download"
@
click=
"downloadONE(item.id)"
style=
"font-size:15px;cursor:pointer;color:#0092FF"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='TO_SEE'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='TO_SEE'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='HAS_SEE'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='HAS_SEE'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='SEE_FAIL'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='SEE_FAIL'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='INTERVIEW_FAIL'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='INTERVIEW_FAIL'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='TO_SENT_OFFER'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='TO_SENT_OFFER'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='TO_ENTRY'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='TO_ENTRY'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='HAS_ENTRY'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='HAS_ENTRY'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='NO_ENTRY'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='NO_ENTRY'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='END'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='END'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='HAS_SENT_OFFER'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='HAS_SENT_OFFER'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='ARRIVED'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='ARRIVED'"
@
click=
"undelate"
style=
"color:#b5b5b5;cursor:pointer;font-size:15px"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='PASS'"
@
click=
"delateR(item.id)"
style=
";cursor:pointer;color:rgb(242, 93, 87);;font-size:15px;"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='PASS'"
@
click=
"delateR(item.id)"
style=
";cursor:pointer;color:rgb(242, 93, 87);;font-size:15px;"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='OPTION'"
@
click=
"delateR(item.id)"
style=
"color:rgb(242, 93, 87);;font-size:15px;;cursor:pointer"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='OPTION'"
@
click=
"delateR(item.id)"
style=
"color:rgb(242, 93, 87);;font-size:15px;;cursor:pointer"
/></span>
<span
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='TO_DO'"
@
click=
"delateR(item.id)"
style=
"color:rgb(242, 93, 87);;font-size:15px;;cursor:pointer"
/></span>
<span
class=
'record'
><Icon
type=
"md-trash"
v-if=
"item.flowStatus=='TO_DO'"
@
click=
"delateR(item.id)"
style=
"color:rgb(242, 93, 87);;font-size:15px;;cursor:pointer"
/></span>
<span
@
click=
"RecordSEE(item.id,item.ownerName)"
style=
";cursor:pointer;color:#2d8cf0
"
>
记录
</span>
<span
@
click=
"RecordSEE(item.id,item.ownerName)"
style=
";cursor:pointer;color:#2d8cf0
;"
class=
'recordtext'
>
记录
</span>
</span>
</span>
</p>
</p>
<p
style=
"margin-top:0px;color:Grey"
>
<p
style=
"margin-top:10px;color:Grey"
class=
'info'
>
<span
style=
"display:inline-block;font-size: 12px;margin-left:25px;margin-top:10px"
v-if=
"item.srcSite!==''"
>
{{
item
.
deliveryTime
}}
投递 |
</span>
<span
style=
"display:inline-block;font-size: 12px;color:orange"
v-show=
"item.hasForward=='1'"
class=
'transmit'
>
已转
</span>
<span
style=
"display:inline-block;font-size: 12px;margin-left:25px;margin-top:10px"
v-if=
"item.srcSite==''"
>
{{
item
.
deliveryTime
}}
上传 |
</span>
<span
style=
"display:inline-block;font-size: 12px;margin-left:40px;color:Grey"
v-if=
"item.srcSite!==''"
v-show=
"item.hasForward==null"
>
{{
item
.
deliveryTime
}}
投递 |
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;margin-left:2px;margin-top:10px"
>
{{
item
.
optSource
}}
<span
v-show=
"item.srcSite!==''"
>
|
</span>
</span>
<span
style=
"display:inline-block;font-size: 12px;margin-left:40px;color:Grey"
v-if=
"item.srcSite==''"
v-show=
"item.hasForward==null"
>
{{
item
.
deliveryTime
}}
上传
<span
v-show=
"item.optSource!==''"
>
|
</span></span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;margin-top:10px"
>
{{
item
.
srcSite
}}
</span>
<span
style=
"display:inline-block;font-size: 12px;margin-left:40px;color:Grey"
v-if=
"item.srcSite!==''"
v-show=
"item.hasForward!==null"
>
{{
item
.
deliveryTime
}}
投递 |
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;width:30%;float:right;text-align:right;margin-right:10px;margin-top:5px"
>
<span
style=
"display:inline-block;font-size: 12px;color:Grey;margin-left:40px"
v-if=
"item.srcSite==''"
v-show=
"item.hasForward!==null"
>
{{
item
.
deliveryTime
}}
上传
<span
v-show=
"item.optSource!==''"
>
|
</span></span>
<span
style=
"margin-left:15px;margin-top:5px"
>
{{
item
.
modifyTime
}}
</span>
<span
style=
"display:inline-block;font-size: 12px;margin-left:3px;color:Grey"
>
{{
item
.
optSource
}}
<span
v-show=
"item.srcSite!==''"
>
|
</span></span>
<span
style=
"display:inline-block;font-size: 12px;margin-left:3px;color:Grey"
>
{{
item
.
srcSite
}}
</span>
<span
style=
"display:inline-block;font-size: 12px;float:right;text-align:right;margin-right:10px;color:Grey;"
>
<span>
{{
item
.
modifyTime
}}
</span>
<span>
最后操作人:
{{
item
.
d
}}
</span>
<span>
最后操作人:
{{
item
.
d
}}
</span>
</span>
</span>
</p>
</p>
...
@@ -628,6 +631,7 @@ export default {
...
@@ -628,6 +631,7 @@ export default {
selectFn1
(
e
,
SID
,
itemsta
)
{
selectFn1
(
e
,
SID
,
itemsta
)
{
this
.
toseeid
=
SID
this
.
toseeid
=
SID
this
.
emailId
=
SID
this
.
emailId
=
SID
this
.
emailIdArr
=
[]
this
.
emailIdArr
.
push
(
SID
)
this
.
emailIdArr
.
push
(
SID
)
this
.
isShowTwo
=
true
this
.
isShowTwo
=
true
this
.
ITEMSTA
=
itemsta
this
.
ITEMSTA
=
itemsta
...
@@ -637,9 +641,9 @@ export default {
...
@@ -637,9 +641,9 @@ export default {
this
.
emailInline
.
modalArr
.
push
(
res
.
data
.
body
[
0
])
this
.
emailInline
.
modalArr
.
push
(
res
.
data
.
body
[
0
])
})
})
this
.
emailMOdal
=
true
this
.
emailMOdal
=
true
// this.sendEmail()
this
.
emailFlowStatus
=
'
TO_SEE
'
this
.
emailFlowStatus
=
'
TO_SEE
'
this
.
isShowTwo
=
true
this
.
isShowTwo
=
true
this
.
sendEmail
()
}
}
// 简历PASS
// 简历PASS
if
(
e
.
target
.
value
==
2
){
if
(
e
.
target
.
value
==
2
){
...
@@ -698,7 +702,7 @@ export default {
...
@@ -698,7 +702,7 @@ export default {
this
.
beforeBtu
=
true
this
.
beforeBtu
=
true
this
.
modal2
=
false
this
.
modal2
=
false
this
.
emailMOdal
=
true
this
.
emailMOdal
=
true
//
this.sendEmail()
this
.
sendEmail
()
},
},
selectFn2
(
e
,
SID
,
itemsta
)
{
selectFn2
(
e
,
SID
,
itemsta
)
{
this
.
ITEMSTA
=
itemsta
this
.
ITEMSTA
=
itemsta
...
@@ -710,9 +714,9 @@ export default {
...
@@ -710,9 +714,9 @@ export default {
this
.
emailInline
.
modalArr
.
push
(
res
.
data
.
body
[
0
])
this
.
emailInline
.
modalArr
.
push
(
res
.
data
.
body
[
0
])
})
})
this
.
emailMOdal
=
true
this
.
emailMOdal
=
true
// this.sendEmail()
this
.
emailFlowStatus
=
'
TO_SEE
'
this
.
emailFlowStatus
=
'
TO_SEE
'
this
.
isShowTwo
=
true
this
.
isShowTwo
=
true
this
.
sendEmail
()
}
}
// 简历PASS
// 简历PASS
if
(
e
.
target
.
value
==
3
){
if
(
e
.
target
.
value
==
3
){
...
@@ -760,9 +764,9 @@ export default {
...
@@ -760,9 +764,9 @@ export default {
this
.
emailInline
.
modalArr
.
push
(
res
.
data
.
body
[
0
])
this
.
emailInline
.
modalArr
.
push
(
res
.
data
.
body
[
0
])
})
})
this
.
emailMOdal
=
true
this
.
emailMOdal
=
true
// this.sendEmail()
this
.
emailFlowStatus
=
'
TO_SEE
'
this
.
emailFlowStatus
=
'
TO_SEE
'
this
.
isShowTwo
=
true
this
.
isShowTwo
=
true
this
.
sendEmail
()
}
}
// 简历PASS
// 简历PASS
if
(
e
.
target
.
value
==
3
){
if
(
e
.
target
.
value
==
3
){
...
@@ -810,9 +814,9 @@ export default {
...
@@ -810,9 +814,9 @@ export default {
this
.
emailInline
.
modalArr
.
push
(
res
.
data
.
body
[
0
])
this
.
emailInline
.
modalArr
.
push
(
res
.
data
.
body
[
0
])
})
})
this
.
emailMOdal
=
true
this
.
emailMOdal
=
true
// this.sendEmail()
this
.
emailFlowStatus
=
'
TO_SEE
'
this
.
emailFlowStatus
=
'
TO_SEE
'
this
.
isShowTwo
=
true
this
.
isShowTwo
=
true
this
.
sendEmail
()
}
}
// 简历PASS
// 简历PASS
if
(
e
.
target
.
value
==
1
){
if
(
e
.
target
.
value
==
1
){
...
@@ -934,6 +938,7 @@ export default {
...
@@ -934,6 +938,7 @@ export default {
// 选择input元素
// 选择input元素
selectInputElement
(
index
,
doID
,
doStatus
,
sss
,
item
){
selectInputElement
(
index
,
doID
,
doStatus
,
sss
,
item
){
sss
=!
sss
sss
=!
sss
this
.
emailIdArr
=
[]
this
.
emailId
=
doID
this
.
emailId
=
doID
this
.
ajaxData
[
index
].
STATES
=
sss
this
.
ajaxData
[
index
].
STATES
=
sss
Array
.
prototype
.
indexOf
=
function
(
val
)
{
Array
.
prototype
.
indexOf
=
function
(
val
)
{
...
@@ -1255,6 +1260,7 @@ export default {
...
@@ -1255,6 +1260,7 @@ export default {
},
},
// 发送邮件
// 发送邮件
sendEmail
(
type
){
sendEmail
(
type
){
console
.
log
(
this
.
checkboxList
)
if
(
this
.
checkboxList
.
length
==
0
&&
type
)
{
if
(
this
.
checkboxList
.
length
==
0
&&
type
)
{
this
.
$Notice
.
error
({
this
.
$Notice
.
error
({
title
:
'
提示
'
,
title
:
'
提示
'
,
...
@@ -1262,7 +1268,7 @@ export default {
...
@@ -1262,7 +1268,7 @@ export default {
})
})
return
return
}
}
if
(
this
.
checkboxList
.
length
>
1
0
&&
type
){
if
(
this
.
checkboxList
.
length
>
1
&&
type
){
this
.
$Notice
.
error
({
this
.
$Notice
.
error
({
title
:
'
提示
'
,
title
:
'
提示
'
,
desc
:
'
不能选择多份简历,请选择单份简历
'
desc
:
'
不能选择多份简历,请选择单份简历
'
...
@@ -1929,34 +1935,28 @@ select{
...
@@ -1929,34 +1935,28 @@ select{
.active3{
.active3{
color:#2d8cf0;
color:#2d8cf0;
}
}
.sex span:first-child{
.sex span{
margin-left: 0px
margin-right: 20px;
}
.sex span:not(:first-child){
margin-left: 30px
}
}
.Education{
.Education{
width: 100%;
width: 100%;
}
}
.Education span{
.Education span{
width: 87px;
margin-right: 20px;
display:inline-block;
}
.Education span:nth-child(1){
width: 45px;
display:inline-block;
display:inline-block;
}
}
.state{
.state{
width: 100%;
width: 100%;
margin-right: 20px;
/* border:1px solid red */
/* border:1px solid red */
}
}
.state span{
.state span{
width: 6
0px;
margin-right: 2
0px;
/* border:1px solid black; */
/* border:1px solid black; */
display: inline-block;
display: inline-block;
}
}
.state span:nth-child(1){
.state span:nth-child(1){
width: 45
px;
margin-right: 20
px;
display:inline-block;
display:inline-block;
}
}
.text1{
.text1{
...
@@ -2058,8 +2058,44 @@ select{
...
@@ -2058,8 +2058,44 @@ select{
margin-bottom: 10px;
margin-bottom: 10px;
}
}
}
}
.info{
font-size: 13px;
position:relative;
span{
font-size: 14px !important;
}
input {
margin-left: 10px;
cursor: pointer;
width: 25px;
height: 25px;
line-height: 25px;
vertical-align: -5px;
}
.transmit{
position: absolute;
left: 5px;
}
}
.selectAll{
margin-left: 10px;
cursor: pointer;
width: 25px;
height: 25px;
line-height: 25px;
vertical-align: -5px;
}
.grey{
.grey{
background:rgba(241,241,241,1);
background:rgba(241,241,241,1);
}
.status{
float: left;
}
.record{
vertical-align: -5px;
}
.recordtext{
vertical-align: -6px;
}
}
</
style
>
</
style
>
<
style
>
<
style
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment