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
a9992971
Commit
a9992971
authored
Sep 17, 2019
by
FE-安焕焕
👣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改邀约面试问题
parent
018da372
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
allResume.vue
src/page/resume/allResume.vue
+4
-4
channel.vue
src/page/resume/channel.vue
+5
-4
No files found.
src/page/resume/allResume.vue
View file @
a9992971
...
...
@@ -49,7 +49,7 @@
</Button>
<Button
type=
"primary"
size=
"small"
@
click=
"allexport"
class=
'left'
>
导出列表
</Button>
<Button
type=
"primary"
size=
"small"
@
click=
"sendEmail"
class=
'left leftBtn'
>
邀请面试
</Button>
<Button
type=
"primary"
size=
"small"
@
click=
"sendEmail
(1)
"
class=
'left leftBtn'
>
邀请面试
</Button>
</div>
<div
style=
"width:100%;float:left;margin-bottom:40px;overflow-y: auto;height:100%"
class=
"a"
>
...
...
@@ -1329,15 +1329,15 @@ import {mapState} from 'vuex'
this
.
ajaxData
[
index
].
isShow
=
false
},
// 发送邮件
sendEmail
(){
if
(
this
.
checkboxList
.
length
==
0
)
{
sendEmail
(
type
){
if
(
this
.
checkboxList
.
length
==
0
&&
type
)
{
this
.
$Notice
.
error
({
title
:
'
提示
'
,
desc
:
'
你尚未选择简历,请先选择简历
'
})
return
}
if
(
this
.
checkboxList
.
length
>
1
){
if
(
this
.
checkboxList
.
length
>
1
&&
type
){
this
.
$Notice
.
error
({
title
:
'
提示
'
,
desc
:
'
不能选择多份简历,请选择单份简历
'
...
...
src/page/resume/channel.vue
View file @
a9992971
...
...
@@ -47,7 +47,7 @@
转发面试官
</Button>
<Button
type=
"primary"
size=
"small"
class=
'left'
@
click=
"allexport"
>
导出列表
</Button>
<Button
type=
"primary"
size=
"small"
class=
'left leftBtn'
@
click=
"sendEmail"
>
邀请面试
</Button>
<Button
type=
"primary"
size=
"small"
class=
'left leftBtn'
@
click=
"sendEmail
(1)
"
>
邀请面试
</Button>
</div>
<div
style=
"margin-bottom:40px;float:left;width:100%;overflow-y: auto;height:100%"
class=
"a"
>
<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>
...
...
@@ -1254,15 +1254,15 @@ export default {
this
.
ajaxData
[
index
].
isShow
=
false
},
// 发送邮件
sendEmail
(){
if
(
this
.
checkboxList
.
length
==
0
)
{
sendEmail
(
type
){
if
(
this
.
checkboxList
.
length
==
0
&&
type
)
{
this
.
$Notice
.
error
({
title
:
'
提示
'
,
desc
:
'
你尚未选择简历,请先选择简历
'
})
return
}
if
(
this
.
checkboxList
.
length
>
1
){
if
(
this
.
checkboxList
.
length
>
1
0
&&
type
){
this
.
$Notice
.
error
({
title
:
'
提示
'
,
desc
:
'
不能选择多份简历,请选择单份简历
'
...
...
@@ -1388,6 +1388,7 @@ export default {
this
.
isShowTwo
=
false
this
.
isLimitSize
=
false
this
.
uploadFileList
=
[]
this
.
clearInterviewee
()
this
.
SouSuo
(
this
.
pageT
)
},
getEditorValue
(){
// 调编辑器组件方法获取数据
...
...
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