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
eea50711
Commit
eea50711
authored
Nov 07, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加一些提示
parent
bb7d7de1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
216 additions
and
0 deletions
+216
-0
allResume.vue
src/page/resume/allResume.vue
+72
-0
channel.vue
src/page/resume/channel.vue
+72
-0
resumeDetail.vue
src/page/resume/resumeDetail.vue
+72
-0
No files found.
src/page/resume/allResume.vue
View file @
eea50711
...
...
@@ -363,6 +363,30 @@
<p
style=
"text-align: center;color:#0092FF;margin-top:30px;font-size:15px;cursor:pointer;font-weight: 900"
@
click=
"modal13=false"
>
我已知晓
</p>
</div>
</Modal>
<Modal
v-model=
"modal14"
width=
'480px'
:closable=
'false'
:footer-hide=
'true'
:mask-closable=
'false'
>
<div
style=
"text-align:center"
>
<h2
style=
"text-align: center;color:black;font-size:16px"
>
发送失败
</h2>
<p
style=
"text-align: center;color:black;margin-top:15px;font-size:15px"
>
您没有通过微信端绑定账号,请关注并绑定。
</p>
<p
style=
"text-align: center;color:#0092FF;margin-top:30px;font-size:15px;cursor:pointer;font-weight: 900"
@
click=
"modal14=false"
>
我已知晓
</p>
</div>
</Modal>
<Modal
v-model=
"modal15"
width=
'480px'
:closable=
'false'
:footer-hide=
'true'
:mask-closable=
'false'
>
<div
style=
"text-align:center"
>
<h2
style=
"text-align: center;color:black;font-size:16px"
>
发送失败
</h2>
<p
style=
"text-align: center;color:black;margin-top:15px;font-size:15px"
>
您没有关注微信,无法接收通知,请关注并绑定。
</p>
<p
style=
"text-align: center;color:#0092FF;margin-top:30px;font-size:15px;cursor:pointer;font-weight: 900"
@
click=
"modal15=false"
>
我已知晓
</p>
</div>
</Modal>
<!-- 转发邮件 -->
<Modal
v-model=
"modal8"
...
...
@@ -414,6 +438,32 @@
<Button
type=
'primary'
@
click=
"sendFail"
>
确定
</Button>
</div>
</Modal>
<Modal
v-model=
"modal16"
width=
'350px'
:closable=
'false'
>
<div
>
<h2
style=
"text-align: center;color:black"
>
提示
</h2>
<p
style=
"text-align:center;margin-top:10px;font-size: 14px;text-align:left;"
>
您没有通过微信端绑定账号,请关注并绑定。
</p>
</div>
<div
slot=
'footer'
style=
"text-align:center"
>
<Button
type=
'primary'
@
click=
'cancelSubmit'
>
取消
</Button>
<Button
type=
'primary'
@
click=
"modal16=false"
>
确定
</Button>
</div>
</Modal>
<Modal
v-model=
"modal17"
width=
'350px'
:closable=
'false'
>
<div
>
<h2
style=
"text-align: center;color:black"
>
提示
</h2>
<p
style=
"text-align:center;margin-top:10px;font-size: 14px;text-align:left;"
>
您没有关注微信,无法接收通知,请关注并绑定。
</p>
</div>
<div
slot=
'footer'
style=
"text-align:center"
>
<Button
type=
'primary'
@
click=
'cancelSubmit'
>
取消
</Button>
<Button
type=
'primary'
@
click=
"modal17=false"
>
确定
</Button>
</div>
</Modal>
</div>
</
template
>
<
script
>
...
...
@@ -523,6 +573,10 @@ import {mapState} from 'vuex'
modal8
:
false
,
modal12
:
false
,
modal13
:
false
,
modal14
:
false
,
modal15
:
false
,
modal17
:
false
,
modal16
:
false
,
transpondFrom
:
{
interviewerName
:
''
},
...
...
@@ -1426,6 +1480,14 @@ import {mapState} from 'vuex'
this
.
modal11
=
true
this
.
errorInfo
=
res
.
data
.
body
.
message
}
if
(
res
.
data
.
body
.
code
==
'
40010
'
){
this
.
modal10
=
false
this
.
modal16
=
true
}
if
(
res
.
data
.
body
.
code
==
'
40011
'
){
this
.
modal10
=
false
this
.
modal17
=
true
}
})
}
else
{
var
formData
=
new
FormData
()
...
...
@@ -1584,6 +1646,16 @@ import {mapState} from 'vuex'
this
.
modal13
=
true
this
.
isShowRep
=
false
}
if
(
res
.
data
.
body
.
code
==
'
40010
'
){
this
.
modal8
=
false
this
.
modal14
=
true
this
.
isShowRep
=
false
}
if
(
res
.
data
.
body
.
code
==
'
40011
'
){
this
.
modal8
=
false
this
.
modal15
=
true
this
.
isShowRep
=
false
}
if
(
res
.
data
.
body
.
code
==
'
0
'
){
this
.
modal8
=
false
this
.
isShowRep
=
false
...
...
src/page/resume/channel.vue
View file @
eea50711
...
...
@@ -266,6 +266,30 @@
<p
style=
"text-align: center;color:#0092FF;margin-top:30px;font-size:15px;cursor:pointer;font-weight: 900"
@
click=
"modal13=false"
>
我已知晓
</p>
</div>
</Modal>
<Modal
v-model=
"modal14"
width=
'480px'
:closable=
'false'
:footer-hide=
'true'
:mask-closable=
'false'
>
<div
style=
"text-align:center"
>
<h2
style=
"text-align: center;color:black;font-size:16px"
>
发送失败
</h2>
<p
style=
"text-align: center;color:black;margin-top:15px;font-size:15px"
>
您没有通过微信端绑定账号,请关注并绑定。
</p>
<p
style=
"text-align: center;color:#0092FF;margin-top:30px;font-size:15px;cursor:pointer;font-weight: 900"
@
click=
"modal14=false"
>
我已知晓
</p>
</div>
</Modal>
<Modal
v-model=
"modal15"
width=
'480px'
:closable=
'false'
:footer-hide=
'true'
:mask-closable=
'false'
>
<div
style=
"text-align:center"
>
<h2
style=
"text-align: center;color:black;font-size:16px"
>
发送失败
</h2>
<p
style=
"text-align: center;color:black;margin-top:15px;font-size:15px"
>
您没有关注微信,无法接收通知,请关注并绑定。
</p>
<p
style=
"text-align: center;color:#0092FF;margin-top:30px;font-size:15px;cursor:pointer;font-weight: 900"
@
click=
"modal15=false"
>
我已知晓
</p>
</div>
</Modal>
<!-- 发送邮件 -->
<Modal
v-model=
"emailMOdal"
...
...
@@ -410,6 +434,32 @@
<Button
type=
'primary'
@
click=
'cancelSubmit'
>
取消
</Button>
<Button
type=
'primary'
@
click=
"modal11=false"
>
确定
</Button>
</div>
</Modal>
<Modal
v-model=
"modal16"
width=
'350px'
:closable=
'false'
>
<div
>
<h2
style=
"text-align: center;color:black"
>
提示
</h2>
<p
style=
"text-align:center;margin-top:10px;font-size: 14px;text-align:left;"
>
您没有通过微信端绑定账号,请关注并绑定。
</p>
</div>
<div
slot=
'footer'
style=
"text-align:center"
>
<Button
type=
'primary'
@
click=
'cancelSubmit'
>
取消
</Button>
<Button
type=
'primary'
@
click=
"modal16=false"
>
确定
</Button>
</div>
</Modal>
<Modal
v-model=
"modal17"
width=
'350px'
:closable=
'false'
>
<div
>
<h2
style=
"text-align: center;color:black"
>
提示
</h2>
<p
style=
"text-align:center;margin-top:10px;font-size: 14px;text-align:left;"
>
您没有关注微信,无法接收通知,请关注并绑定。
</p>
</div>
<div
slot=
'footer'
style=
"text-align:center"
>
<Button
type=
'primary'
@
click=
'cancelSubmit'
>
取消
</Button>
<Button
type=
'primary'
@
click=
"modal17=false"
>
确定
</Button>
</div>
</Modal>
</div>
</
template
>
...
...
@@ -537,6 +587,10 @@ export default {
modal10
:
false
,
modal12
:
false
,
modal13
:
false
,
modal14
:
false
,
modal15
:
false
,
modal16
:
false
,
modal17
:
false
,
resumePushId
:
''
,
reResumeName
:
''
,
optcode
:
''
,
...
...
@@ -1407,6 +1461,14 @@ export default {
this
.
modal11
=
true
this
.
errorInfo
=
res
.
data
.
body
.
message
}
if
(
res
.
data
.
body
.
code
==
'
40010
'
){
this
.
modal10
=
false
this
.
modal16
=
true
}
if
(
res
.
data
.
body
.
code
==
'
40011
'
){
this
.
modal10
=
false
this
.
modal17
=
true
}
})
}
else
{
var
formData
=
new
FormData
()
...
...
@@ -1583,6 +1645,16 @@ export default {
this
.
modal13
=
true
this
.
isShowRep
=
false
}
if
(
res
.
data
.
body
.
code
==
'
40010
'
){
this
.
modal8
=
false
this
.
modal14
=
true
this
.
isShowRep
=
false
}
if
(
res
.
data
.
body
.
code
==
'
40011
'
){
this
.
modal8
=
false
this
.
modal15
=
true
this
.
isShowRep
=
false
}
if
(
res
.
data
.
body
.
code
==
'
0
'
){
this
.
modal8
=
false
this
.
isShowRep
=
false
...
...
src/page/resume/resumeDetail.vue
View file @
eea50711
...
...
@@ -299,6 +299,32 @@
<Button
type=
'primary'
@
click=
'cancelSubmit'
>
取消
</Button>
<Button
type=
'primary'
@
click=
"sendFail"
>
确定
</Button>
</div>
</Modal>
<Modal
v-model=
"modal16"
width=
'350px'
:closable=
'false'
>
<div
>
<h2
style=
"text-align: center;color:black"
>
提示
</h2>
<p
style=
"text-align:center;margin-top:10px;font-size: 14px;text-align:left;"
>
您没有通过微信端绑定账号,请关注并绑定。
</p>
</div>
<div
slot=
'footer'
style=
"text-align:center"
>
<Button
type=
'primary'
@
click=
'cancelSubmit'
>
取消
</Button>
<Button
type=
'primary'
@
click=
"modal16=false"
>
确定
</Button>
</div>
</Modal>
<Modal
v-model=
"modal17"
width=
'350px'
:closable=
'false'
>
<div
>
<h2
style=
"text-align: center;color:black"
>
提示
</h2>
<p
style=
"text-align:center;margin-top:10px;font-size: 14px;text-align:left;"
>
您没有关注微信,无法接收通知,请关注并绑定。
</p>
</div>
<div
slot=
'footer'
style=
"text-align:center"
>
<Button
type=
'primary'
@
click=
'cancelSubmit'
>
取消
</Button>
<Button
type=
'primary'
@
click=
"modal17=false"
>
确定
</Button>
</div>
</Modal>
<Modal
v-model=
"modal12"
...
...
@@ -324,6 +350,30 @@
<p
style=
"text-align: center;color:#0092FF;margin-top:30px;font-size:15px;cursor:pointer;font-weight: 900"
@
click=
"modal13=false"
>
我已知晓
</p>
</div>
</Modal>
<Modal
v-model=
"modal14"
width=
'480px'
:closable=
'false'
:footer-hide=
'true'
:mask-closable=
'false'
>
<div
style=
"text-align:center"
>
<h2
style=
"text-align: center;color:black;font-size:16px"
>
发送失败
</h2>
<p
style=
"text-align: center;color:black;margin-top:15px;font-size:15px"
>
您没有通过微信端绑定账号,请关注并绑定。
</p>
<p
style=
"text-align: center;color:#0092FF;margin-top:30px;font-size:15px;cursor:pointer;font-weight: 900"
@
click=
"modal14=false"
>
我已知晓
</p>
</div>
</Modal>
<Modal
v-model=
"modal15"
width=
'480px'
:closable=
'false'
:footer-hide=
'true'
:mask-closable=
'false'
>
<div
style=
"text-align:center"
>
<h2
style=
"text-align: center;color:black;font-size:16px"
>
发送失败
</h2>
<p
style=
"text-align: center;color:black;margin-top:15px;font-size:15px"
>
您没有关注微信,无法接收通知,请关注并绑定。
</p>
<p
style=
"text-align: center;color:#0092FF;margin-top:30px;font-size:15px;cursor:pointer;font-weight: 900"
@
click=
"modal15=false"
>
我已知晓
</p>
</div>
</Modal>
</div>
</
template
>
<
script
>
...
...
@@ -358,6 +408,10 @@ export default {
modal11
:
false
,
modal12
:
false
,
modal13
:
false
,
modal14
:
false
,
modal15
:
false
,
modal16
:
false
,
modal17
:
false
,
boxIsShow
:
false
,
resumeBTn
:
false
,
isShowPdf
:
true
,
...
...
@@ -753,6 +807,16 @@ export default {
this
.
modal13
=
true
this
.
isShowRep
=
false
}
if
(
res
.
data
.
body
.
code
==
'
40010
'
){
this
.
modal8
=
false
this
.
modal14
=
true
this
.
isShowRep
=
false
}
if
(
res
.
data
.
body
.
code
==
'
40011
'
){
this
.
modal8
=
false
this
.
modal15
=
true
this
.
isShowRep
=
false
}
if
(
res
.
data
.
body
.
code
==
'
0
'
){
this
.
modal8
=
false
this
.
isShowRep
=
false
...
...
@@ -913,6 +977,14 @@ export default {
this
.
modal11
=
true
this
.
errorInfo
=
res
.
data
.
body
.
message
}
if
(
res
.
data
.
body
.
code
==
'
40010
'
){
this
.
modal10
=
false
this
.
modal16
=
true
}
if
(
res
.
data
.
body
.
code
==
'
40011
'
){
this
.
modal10
=
false
this
.
modal17
=
true
}
})
}
},
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