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
00838782
Commit
00838782
authored
Sep 09, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
邮箱测试
parent
a67e9048
Pipeline
#43
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
allResume.vue
src/page/resume/allResume.vue
+9
-10
No files found.
src/page/resume/allResume.vue
View file @
00838782
...
@@ -1223,19 +1223,16 @@ import ckeditor from '../../components/ckeditor'
...
@@ -1223,19 +1223,16 @@ import ckeditor from '../../components/ckeditor'
},
},
getEmailContentValue
(
value
){
getEmailContentValue
(
value
){
this
.
temp
=
value
this
.
temp
=
value
console
.
log
(
this
.
temp
,
55555555555
)
if
(
this
.
isShowTwo
==
true
){
if
(
this
.
isShowTwo
==
true
){
this
.
isShowAll
=
true
this
.
isShowAll
=
true
this
.
interviewIsShow
=
true
this
.
interviewIsShow
=
true
}
else
{
}
else
{
console
.
log
(
99999999999999
)
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
'
)){
console
.
log
(
777777777777
)
this
.
allEmailVilitor
=
true
this
.
allEmailVilitor
=
true
}
else
{
}
else
{
this
.
allEmailVilitor
=
false
this
.
allEmailVilitor
=
false
console
.
log
(
66666666666666
,
this
.
emailIdArr
.
length
)
if
(
this
.
temp
==
'
TEMP_0001
'
){
if
(
this
.
temp
=
'
TEMP_0001
'
){
console
.
log
(
44444444444444
,
this
.
emailIdArr
.
length
)
this
.
isShowAll
=
true
this
.
isShowAll
=
true
}
else
{
}
else
{
this
.
isShowAll
=
false
this
.
isShowAll
=
false
...
@@ -1321,16 +1318,15 @@ import ckeditor from '../../components/ckeditor'
...
@@ -1321,16 +1318,15 @@ import ckeditor from '../../components/ckeditor'
});
});
return
return
}
}
if
((
this
.
temp
==
'
TEMP_0001
'
||
this
.
temp
==
'
TEMP_0005
'
||
this
.
temp
==
'
TEMP_0006
'
)){
if
((
this
.
temp
==
'
TEMP_0001
'
||
this
.
temp
==
'
TEMP_0005
'
||
this
.
temp
==
'
TEMP_0006
'
)
&&
this
.
emailId
==
''
){
if
(
this
.
emailId
==
''
){
this
.
$Notice
.
error
({
this
.
$Notice
.
error
({
title
:
'
提示
'
,
title
:
'
提示
'
,
desc
:
'
请先选择简历
'
desc
:
'
请先选择简历
'
});
});
return
return
}
}
}
if
(
this
.
emailIdArr
.
length
>
1
){
if
(
(
this
.
emailIdArr
.
length
>
1
)
&&
(
this
.
temp
==
'
TEMP_0001
'
||
this
.
temp
==
'
TEMP_0005
'
||
this
.
temp
==
'
TEMP_0006
'
)
){
this
.
$Notice
.
error
({
this
.
$Notice
.
error
({
title
:
'
提示
'
,
title
:
'
提示
'
,
desc
:
'
不能选择多份简历,请选择单份简历
'
desc
:
'
不能选择多份简历,请选择单份简历
'
...
@@ -1354,7 +1350,8 @@ import ckeditor from '../../components/ckeditor'
...
@@ -1354,7 +1350,8 @@ import ckeditor from '../../components/ckeditor'
this
.
attachFileList
=
this
.
uploadFileList
.
length
==
0
?
''
:
this
.
uploadFileList
this
.
attachFileList
=
this
.
uploadFileList
.
length
==
0
?
''
:
this
.
uploadFileList
this
.
flowStatusTT
=
this
.
emailFlowStatus
==
''
?
''
:
'
TO_SEE
'
this
.
flowStatusTT
=
this
.
emailFlowStatus
==
''
?
''
:
'
TO_SEE
'
this
.
UpdateTIMETwo
=
this
.
formInline
.
UpdateTIME
==
''
?
''
:
this
.
formInline
.
UpdateTIME
this
.
UpdateTIMETwo
=
this
.
formInline
.
UpdateTIME
==
''
?
''
:
this
.
formInline
.
UpdateTIME
if
(
this
.
temp
==
'
TEMP_0001
'
){
console
.
log
(
this
.
temp
,
22222222222
)
if
(
this
.
temp
==
'
TEMP_0001
'
){
var
formData
=
new
FormData
()
var
formData
=
new
FormData
()
if
(
this
.
attachFileList
.
length
!==
0
){
if
(
this
.
attachFileList
.
length
!==
0
){
this
.
attachFileList
.
map
(
item
=>
{
this
.
attachFileList
.
map
(
item
=>
{
...
@@ -1431,6 +1428,7 @@ import ckeditor from '../../components/ckeditor'
...
@@ -1431,6 +1428,7 @@ import ckeditor from '../../components/ckeditor'
}
}
})
})
}
else
{
}
else
{
console
.
log
(
987654321
)
var
formData
=
new
FormData
()
var
formData
=
new
FormData
()
if
(
this
.
attachFileList
.
length
!==
0
){
if
(
this
.
attachFileList
.
length
!==
0
){
this
.
attachFileList
.
map
(
item
=>
{
this
.
attachFileList
.
map
(
item
=>
{
...
@@ -1448,6 +1446,7 @@ import ckeditor from '../../components/ckeditor'
...
@@ -1448,6 +1446,7 @@ import ckeditor from '../../components/ckeditor'
formData
.
append
(
'
flowStatus
'
,
this
.
flowStatusTT
)
formData
.
append
(
'
flowStatus
'
,
this
.
flowStatusTT
)
this
.
isDisable
=
false
this
.
isDisable
=
false
sendEmail
(
formData
).
then
(
res
=>
{
sendEmail
(
formData
).
then
(
res
=>
{
this
.
isDisable
=
true
if
(
res
.
data
.
success
==
true
){
if
(
res
.
data
.
success
==
true
){
this
.
$Notice
.
success
({
this
.
$Notice
.
success
({
title
:
'
提示
'
,
title
:
'
提示
'
,
...
...
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