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
af868444
Commit
af868444
authored
Oct 30, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
转发面试官时对已转发的去重
parent
3648141a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
42 deletions
+44
-42
allResume.vue
src/page/resume/allResume.vue
+21
-24
channel.vue
src/page/resume/channel.vue
+23
-18
No files found.
src/page/resume/allResume.vue
View file @
af868444
...
@@ -381,6 +381,9 @@
...
@@ -381,6 +381,9 @@
<Option
v-for=
'(item, index) in options'
:key=
'index'
:value=
'item.email'
>
{{
item
.
name
}}
(
{{
item
.
email
}}
)
</Option>
<Option
v-for=
'(item, index) in options'
:key=
'index'
:value=
'item.email'
>
{{
item
.
name
}}
(
{{
item
.
email
}}
)
</Option>
</Select>
</Select>
</FormItem>
</FormItem>
<FormItem>
包含重复推荐,请删除重复再推荐,重复简历:
{{
this
.
reResumeName
}}
</FormItem>
<FormItem
label=
''
prop=
'interviewee'
>
<FormItem
label=
''
prop=
'interviewee'
>
<div
v-for=
'(item, index) in interviewee'
:key=
'index'
class=
'interviewee'
>
<div
v-for=
'(item, index) in interviewee'
:key=
'index'
class=
'interviewee'
>
<div
class=
'pic'
>
<div
class=
'pic'
>
...
@@ -575,6 +578,7 @@ import {mapState} from 'vuex'
...
@@ -575,6 +578,7 @@ import {mapState} from 'vuex'
delateARRALL3
:[],
delateARRALL3
:[],
flowStatusarr
:[],
flowStatusarr
:[],
flowStatusarr2
:[],
flowStatusarr2
:[],
reResumeName
:
''
,
DELATEARR
:[],
DELATEARR
:[],
quanxuan
:[],
quanxuan
:[],
orignarr
:[
'
TO_SEE
'
,
'
HAS_SEE
'
,
'
SEE_FAIL
'
,
'
INTERVIEW_FAIL
'
,
'
TO_SENT_OFFER
'
,
'
TO_ENTRY
'
,
'
HAS_ENTRY
'
,
'
NO_ENTRY
'
,
'
END
'
,
'
ARRIVED
'
],
orignarr
:[
'
TO_SEE
'
,
'
HAS_SEE
'
,
'
SEE_FAIL
'
,
'
INTERVIEW_FAIL
'
,
'
TO_SENT_OFFER
'
,
'
TO_ENTRY
'
,
'
HAS_ENTRY
'
,
'
NO_ENTRY
'
,
'
END
'
,
'
ARRIVED
'
],
...
@@ -1563,32 +1567,25 @@ import {mapState} from 'vuex'
...
@@ -1563,32 +1567,25 @@ import {mapState} from 'vuex'
})
})
},
300
)
},
300
)
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
)
}
else
{
}
this
.
errorCode
=
res
.
data
.
body
.
code
if
(
res
.
data
.
body
.
code
==
'
40009
'
){
this
.
errorMassage
=
res
.
data
.
body
.
message
this
.
reResumeName
=
res
.
data
.
body
.
message
}
if
(
res
.
data
.
body
.
code
==
'
40001
'
){
this
.
modal8
=
false
this
.
modal12
=
true
}
if
(
res
.
data
.
body
.
code
==
'
40002
'
){
this
.
modal8
=
false
this
.
modal13
=
true
}
if
(
res
.
data
.
body
.
code
==
'
0
'
){
this
.
modal8
=
false
this
.
modal8
=
false
this
.
clearInterviewee
()
this
.
$Notice
.
error
({
if
(
this
.
errorCode
==
'
40001
'
){
this
.
modal12
=
true
}
if
(
this
.
errorCode
==
'
40002
'
){
this
.
modal13
=
true
}
if
(
this
.
errorCode
==
'
0
'
){
this
.
$Notice
.
error
({
title
:
'
提示
'
,
title
:
'
提示
'
,
desc
:
this
.
errorMassage
desc
:
res
.
data
.
body
.
message
})
})
}
}
// setTimeout(() => {
// this.$Notice.error({
// title: '提示',
// desc: '发送失败'
// })
// }, 500)
// this.clearInterviewee()
// this.modal8 = false
}
})
})
})
})
},
800
),
},
800
),
...
...
src/page/resume/channel.vue
View file @
af868444
...
@@ -378,6 +378,9 @@
...
@@ -378,6 +378,9 @@
<Option
v-for=
'(item, index) in options'
:key=
'index'
:value=
'item.email'
>
{{
item
.
name
}}
(
{{
item
.
email
}}
)
</Option>
<Option
v-for=
'(item, index) in options'
:key=
'index'
:value=
'item.email'
>
{{
item
.
name
}}
(
{{
item
.
email
}}
)
</Option>
</Select>
</Select>
</FormItem>
</FormItem>
<FormItem>
包含重复推荐,请删除重复再推荐,重复简历:
{{
this
.
reResumeName
}}
</FormItem>
<FormItem
label=
''
prop=
'interviewee'
>
<FormItem
label=
''
prop=
'interviewee'
>
<div
v-for=
'(item, index) in interviewee'
:key=
'index'
class=
'interviewee'
>
<div
v-for=
'(item, index) in interviewee'
:key=
'index'
class=
'interviewee'
>
<div
class=
'pic'
>
<div
class=
'pic'
>
...
@@ -534,6 +537,7 @@ export default {
...
@@ -534,6 +537,7 @@ export default {
modal12
:
false
,
modal12
:
false
,
modal13
:
false
,
modal13
:
false
,
resumePushId
:
''
,
resumePushId
:
''
,
reResumeName
:
''
,
optcode
:
''
,
optcode
:
''
,
toseename
:
''
,
toseename
:
''
,
// UpdateOWER:'',
// UpdateOWER:'',
...
@@ -1562,24 +1566,25 @@ export default {
...
@@ -1562,24 +1566,25 @@ export default {
})
})
},
500
)
},
500
)
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
)
}
else
{
}
this
.
errorCode
=
res
.
data
.
body
.
code
if
(
res
.
data
.
body
.
code
==
'
40009
'
){
this
.
errorMassage
=
res
.
data
.
body
.
message
this
.
reResumeName
=
res
.
data
.
body
.
message
this
.
clearInterviewee
()
}
this
.
modal8
=
false
if
(
res
.
data
.
body
.
code
==
'
40001
'
){
if
(
this
.
errorCode
==
'
40001
'
){
this
.
modal8
=
false
this
.
modal12
=
true
this
.
modal12
=
true
}
}
if
(
this
.
errorCode
==
'
40002
'
){
if
(
res
.
data
.
body
.
code
==
'
40002
'
){
this
.
modal13
=
true
this
.
modal8
=
false
}
this
.
modal13
=
true
if
(
this
.
errorCode
==
'
0
'
){
}
this
.
$Notice
.
error
({
if
(
res
.
data
.
body
.
code
==
'
0
'
){
title
:
'
提示
'
,
this
.
modal8
=
false
desc
:
this
.
errorMassage
this
.
$Notice
.
error
({
})
title
:
'
提示
'
,
}
desc
:
res
.
data
.
body
.
message
}
})
}
})
})
})
})
},
800
),
},
800
),
...
...
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