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
63ca5315
Commit
63ca5315
authored
Sep 07, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
附件测试
parent
42c7557a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
58 additions
and
48 deletions
+58
-48
ckeditor.vue
src/components/ckeditor.vue
+0
-1
allResume.vue
src/page/resume/allResume.vue
+15
-4
channel.vue
src/page/resume/channel.vue
+43
-43
No files found.
src/components/ckeditor.vue
View file @
63ca5315
...
...
@@ -36,7 +36,6 @@
},
mounted
()
{
this
.
init
()
console
.
log
(
3
,
this
.
value
)
},
beforeDestroy
()
{
},
...
...
src/page/resume/allResume.vue
View file @
63ca5315
...
...
@@ -288,6 +288,7 @@
<Modal
v-model=
"emailMOdal"
width=
'1000px'
:mask-closable=
'false'
:closable=
'false'
>
<div
>
<h2
style=
"text-align:center;color:black"
v-show=
"this.isShowAll==false"
>
发送邮件
</h2>
...
...
@@ -1233,7 +1234,7 @@ import ckeditor from '../../components/ckeditor'
}
this
.
emailCode
=
value
let
parmars
=
{
resumeId
:
this
.
emailId
,
resumeId
:
this
.
emailId
==
''
?
''
:
this
.
emailId
,
templateCode
:
this
.
emailCode
}
getEmailContent
(
parmars
).
then
(
res
=>
{
...
...
@@ -1266,6 +1267,7 @@ import ckeditor from '../../components/ckeditor'
this
.
formInline
.
UpdateOWER
=
''
this
.
formInline
.
UpdateVIEW
=
''
this
.
formInline
.
UpdateTIME
=
''
this
.
emailInline
.
copyname
=
''
this
.
SouSuo
(
this
.
pageT
)
},
getEditorValue
(
value
){
...
...
@@ -1294,19 +1296,25 @@ import ckeditor from '../../components/ckeditor'
formData
.
append
(
'
resumeInterviewVO.seeTime
'
,
moment
(
this
.
UpdateTIMETwo
).
format
(
'
YYYY/MM/DD HH:mm
'
))
formData
.
append
(
'
flowStatus
'
,
this
.
flowStatusTT
)
sendEmail
(
formData
).
then
(
res
=>
{
console
.
log
(
res
,
123456
)
console
.
log
(
typeof
(
res
.
data
.
success
,
55555555
))
if
(
res
.
data
.
success
==
true
){
console
.
log
(
typeof
(
res
.
data
.
success
,
44444444
))
this
.
$Notice
.
success
({
title
:
'
提示
'
,
desc
:
'
发送邮件成功
'
});
this
.
emailModal
=
false
this
.
emailMOdal
=
false
this
.
SouSuo
(
this
.
pageT
)
}
if
(
res
.
data
.
success
==
false
){
console
.
log
(
typeof
(
res
.
data
.
success
,
6666666
))
this
.
$Notice
.
error
({
title
:
'
提示
'
,
desc
:
'
发送邮件失败
'
});
this
.
emailModal
=
false
this
.
emailMOdal
=
false
this
.
SouSuo
(
this
.
pageT
)
}
})
}
else
{
...
...
@@ -1320,14 +1328,17 @@ import ckeditor from '../../components/ckeditor'
formData
.
append
(
'
emailContent
'
,
this
.
emailContent
)
formData
.
append
(
'
flowStatus
'
,
this
.
flowStatusTT
)
sendEmail
(
formData
).
then
(
res
=>
{
console
.
log
(
res
,
123456
)
console
.
log
(
typeof
(
res
.
data
.
success
),
8888888
)
if
(
res
.
data
.
success
==
true
){
this
.
$Notice
.
success
({
title
:
'
提示
'
,
desc
:
'
发送邮件成功
'
})
;
})
this
.
emailModal
=
false
}
if
(
res
.
data
.
success
==
false
){
console
.
log
(
typeof
(
res
.
data
.
success
),
88888
)
this
.
$Notice
.
error
({
title
:
'
提示
'
,
desc
:
'
发送邮件失败
'
...
...
src/page/resume/channel.vue
View file @
63ca5315
...
...
@@ -587,54 +587,54 @@ export default {
this
.
modal2
=
false
this
.
emailMOdal
=
true
},
selectFn2
(
e
,
SID
,
itemsta
)
{
this
.
ITEMSTA
=
itemsta
this
.
toseeid
=
SID
// 准备约面
if
(
e
.
target
.
value
==
1
){
getEmailMoo
().
then
(
res
=>
{
this
.
emailInline
.
modalArr
.
push
(
res
.
data
.
body
[
0
])
})
this
.
emailMOdal
=
true
selectFn2
(
e
,
SID
,
itemsta
)
{
this
.
ITEMSTA
=
itemsta
this
.
toseeid
=
SID
// 准备约面
if
(
e
.
target
.
value
==
1
){
getEmailMoo
().
then
(
res
=>
{
this
.
emailInline
.
modalArr
.
push
(
res
.
data
.
body
[
0
])
})
this
.
emailMOdal
=
true
// this.modal2=true
}
// 简历PASS
if
(
e
.
target
.
value
==
3
){
let
parmars
=
{
status
:
"
PASS
"
,
id
:
SID
,
}
PASS
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
}
})
// this.modal2=true
}
// 简历PASS
if
(
e
.
target
.
value
==
3
){
let
parmars
=
{
status
:
"
PASS
"
,
id
:
SID
,
}
PASS
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
}
})
}
// 简历备选
if
(
e
.
target
.
value
==
2
){
let
parmars
=
{
status
:
"
OPTION
"
,
id
:
SID
,
}
// 简历备选
if
(
e
.
target
.
value
==
2
){
let
parmars
=
{
status
:
"
OPTION
"
,
id
:
SID
,
OPTION
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
}
OPTION
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
}
})
})
}
if
(
e
.
target
.
value
==
2
){
let
parmars
=
{
status
:
"
TO_DO
"
,
id
:
SID
,
}
if
(
e
.
target
.
value
==
2
){
let
parmars
=
{
status
:
"
TO_DO
"
,
id
:
SID
,
TODORes
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
}
TODORes
(
parmars
).
then
(
res
=>
{
if
(
res
.
data
.
success
==
true
){
this
.
SouSuo
(
this
.
pageT
)
}
})
}
},
})
}
},
selectFn3
(
e
,
SID
,
itemsta
)
{
this
.
ITEMSTA
=
itemsta
this
.
toseeid
=
SID
...
...
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