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
4d837333
Commit
4d837333
authored
Sep 11, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决邮箱内容为空问题
parent
0e18fbc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
+20
-2
allResume.vue
src/page/resume/allResume.vue
+19
-2
channel.vue
src/page/resume/channel.vue
+1
-0
No files found.
src/page/resume/allResume.vue
View file @
4d837333
...
...
@@ -360,8 +360,21 @@
</div>
<div
slot=
'footer'
style=
"text-align:center"
class=
"Ubt"
>
<Button
type=
'primary'
@
click=
'emailModalPush'
>
取消
</Button>
<Button
type=
'primary'
@
click=
'confireSendEmail'
v-show=
"this.isShowAll==false"
:disabled=
"!isDisable"
>
发送
</Button>
<Button
type=
'primary'
@
click=
'confireSendEmail'
v-show=
"this.isShowAll==true"
:disabled=
"!isDisable"
>
添加并发送
</Button>
<Button
type=
'primary'
@
click=
'modal10=true'
v-show=
"this.isShowAll==false"
:disabled=
"!isDisable"
>
发送
</Button>
<Button
type=
'primary'
@
click=
'modal10=true'
v-show=
"this.isShowAll==true"
:disabled=
"!isDisable"
>
添加并发送
</Button>
</div>
</Modal>
<Modal
v-model=
"modal10"
width=
'280px'
:closable=
'false'
>
<div
>
<h2
style=
"text-align: center;color:black"
>
提示
</h2>
<p></p>
</div>
<div
slot=
'footer'
style=
"text-align:center"
>
<Button
type=
'primary'
@
click=
'modal10=false'
>
取消
</Button>
<Button
type=
'primary'
@
click=
"confireSendEmail"
>
确定
</Button>
</div>
</Modal>
</div>
...
...
@@ -450,6 +463,7 @@ import ckeditor from '../../components/ckeditor'
modal5
:
false
,
modal6
:
false
,
modal7
:
false
,
modal10
:
false
,
title
:
''
,
emailMOdal
:
false
,
DOSTA
:
''
,
...
...
@@ -1226,6 +1240,7 @@ import ckeditor from '../../components/ckeditor'
})
},
getEmailContentValue
(
value
){
this
.
isDisable
=
true
this
.
temp
=
value
if
(
this
.
isShowTwo
==
true
){
this
.
isShowAll
=
true
...
...
@@ -1309,6 +1324,8 @@ import ckeditor from '../../components/ckeditor'
}
return
false
},
// 确认发送提示
sendEmailOk
(){},
// 发送全部内容
sendContent
(){},
emailModalPush
(){
...
...
src/page/resume/channel.vue
View file @
4d837333
...
...
@@ -1119,6 +1119,7 @@ export default {
})
},
getEmailContentValue
(
value
){
this
.
isDisable
=
true
this
.
temp
=
value
if
(
this
.
isShowTwo
==
true
){
this
.
isShowAll
=
true
...
...
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