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
9f71b14b
Commit
9f71b14b
authored
Sep 11, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加按钮限制
parent
c65f370b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
10 deletions
+22
-10
allResume.vue
src/page/resume/allResume.vue
+1
-1
channel.vue
src/page/resume/channel.vue
+21
-9
No files found.
src/page/resume/allResume.vue
View file @
9f71b14b
...
@@ -374,7 +374,7 @@
...
@@ -374,7 +374,7 @@
</div>
</div>
<div
slot=
'footer'
style=
"text-align:center"
>
<div
slot=
'footer'
style=
"text-align:center"
>
<Button
type=
'primary'
@
click=
'modal10=false'
>
取消
</Button>
<Button
type=
'primary'
@
click=
'modal10=false'
>
取消
</Button>
<Button
type=
'primary'
@
click=
"confireSendEmail"
>
确定
</Button>
<Button
type=
'primary'
@
click=
"confireSendEmail"
:disabled=
"!isDisable"
>
确定
</Button>
</div>
</div>
</Modal>
</Modal>
</div>
</div>
...
...
src/page/resume/channel.vue
View file @
9f71b14b
...
@@ -353,8 +353,21 @@
...
@@ -353,8 +353,21 @@
</div>
</div>
<div
slot=
'footer'
style=
"text-align:center"
class=
"Ubt"
>
<div
slot=
'footer'
style=
"text-align:center"
class=
"Ubt"
>
<Button
type=
'primary'
@
click=
'emailModalPush'
>
取消
</Button>
<Button
type=
'primary'
@
click=
'emailModalPush'
>
取消
</Button>
<Button
type=
'primary'
@
click=
'confireSendEmail'
v-show=
"this.isShowAll==false"
:disabled=
"!isDisable"
>
发送
</Button>
<Button
type=
'primary'
@
click=
'modal10=true'
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==true"
:disabled=
"!isDisable"
>
添加并发送
</Button>
</div>
</Modal>
<Modal
v-model=
"modal10"
width=
'280px'
:closable=
'false'
>
<div
>
<h2
style=
"text-align: center;color:black"
>
提示
</h2>
<p
style=
"text-align:center"
>
确定要发送邮件吗?
</p>
</div>
<div
slot=
'footer'
style=
"text-align:center"
>
<Button
type=
'primary'
@
click=
'modal10=false'
>
取消
</Button>
<Button
type=
'primary'
@
click=
"confireSendEmail"
:disabled=
"!isDisable"
>
确定
</Button>
</div>
</div>
</Modal>
</Modal>
</div>
</div>
...
@@ -463,6 +476,7 @@ export default {
...
@@ -463,6 +476,7 @@ export default {
modal4
:
false
,
modal4
:
false
,
modal5
:
false
,
modal5
:
false
,
modal7
:
false
,
modal7
:
false
,
modal10
:
false
,
optcode
:
''
,
optcode
:
''
,
toseename
:
''
,
toseename
:
''
,
// UpdateOWER:'',
// UpdateOWER:'',
...
@@ -1226,14 +1240,9 @@ export default {
...
@@ -1226,14 +1240,9 @@ export default {
this
.
uploadFileList
=
[]
this
.
uploadFileList
=
[]
this
.
SouSuo
(
this
.
pageT
)
this
.
SouSuo
(
this
.
pageT
)
},
},
getEditorValue
:
_debounce
(
(
value
)
=>
{
getEditorValue
:
_debounce
(
function
(
value
)
{
this
.
emailContent
=
value
this
.
emailContent
=
value
this
.
sad
=
value
this
.
sad
=
value
if
(
this
.
emailContent
==
''
){
this
.
isDisable
=
false
}
else
{
this
.
isDisable
=
true
}
}),
}),
delateFile
(
index
){
delateFile
(
index
){
this
.
fileList
.
splice
(
index
,
1
)
this
.
fileList
.
splice
(
index
,
1
)
...
@@ -1331,7 +1340,7 @@ export default {
...
@@ -1331,7 +1340,7 @@ export default {
desc
:
'
发送邮件成功
'
desc
:
'
发送邮件成功
'
});
});
this
.
emailMOdal
=
false
this
.
emailMOdal
=
false
this
.
modal10
=
false
this
.
emailInline
.
modalArr
=
[]
this
.
emailInline
.
modalArr
=
[]
this
.
emailInline
.
theme
=
''
this
.
emailInline
.
theme
=
''
this
.
emailInline
.
receiveEmail
=
''
this
.
emailInline
.
receiveEmail
=
''
...
@@ -1357,6 +1366,7 @@ export default {
...
@@ -1357,6 +1366,7 @@ export default {
desc
:
'
发送邮件失败
'
desc
:
'
发送邮件失败
'
});
});
this
.
emailMOdal
=
false
this
.
emailMOdal
=
false
this
.
modal10
=
false
// this.isDisable=true
// this.isDisable=true
this
.
emailInline
.
modalArr
=
[]
this
.
emailInline
.
modalArr
=
[]
this
.
emailInline
.
theme
=
''
this
.
emailInline
.
theme
=
''
...
@@ -1403,6 +1413,7 @@ export default {
...
@@ -1403,6 +1413,7 @@ export default {
desc
:
'
发送邮件成功
'
desc
:
'
发送邮件成功
'
})
})
this
.
emailMOdal
=
false
this
.
emailMOdal
=
false
this
.
modal10
=
false
// this.isDisable=true
// this.isDisable=true
this
.
emailInline
.
modalArr
=
[]
this
.
emailInline
.
modalArr
=
[]
this
.
emailInline
.
theme
=
''
this
.
emailInline
.
theme
=
''
...
@@ -1430,6 +1441,7 @@ export default {
...
@@ -1430,6 +1441,7 @@ export default {
desc
:
'
发送邮件失败
'
desc
:
'
发送邮件失败
'
});
});
this
.
emailMOdal
=
false
this
.
emailMOdal
=
false
this
.
modal10
=
false
// this.isDisable=true
// this.isDisable=true
this
.
emailInline
.
modalArr
=
[]
this
.
emailInline
.
modalArr
=
[]
this
.
emailInline
.
theme
=
''
this
.
emailInline
.
theme
=
''
...
...
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