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
15c8a89d
Commit
15c8a89d
authored
Nov 07, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化代码,测试
parent
1b19d77c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
93 additions
and
87 deletions
+93
-87
allResume.vue
src/page/resume/allResume.vue
+31
-29
channel.vue
src/page/resume/channel.vue
+31
-29
resumeDetail.vue
src/page/resume/resumeDetail.vue
+31
-29
No files found.
src/page/resume/allResume.vue
View file @
15c8a89d
...
@@ -347,11 +347,11 @@
...
@@ -347,11 +347,11 @@
:mask-closable=
'false'
>
:mask-closable=
'false'
>
<div
style=
"text-align:center"
>
<div
style=
"text-align:center"
>
<h2
style=
"text-align: center;color:black;font-size:16px"
>
发送失败
</h2>
<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:black;margin-top:15px;font-size:15px"
>
{{
errorNotice
}}
</p>
<p
style=
"text-align: center;color:#0092FF;margin-top:30px;font-size:15px;cursor:pointer;font-weight: 900"
@
click=
"modal12=false"
>
我已知晓
</p>
<p
style=
"text-align: center;color:#0092FF;margin-top:30px;font-size:15px;cursor:pointer;font-weight: 900"
@
click=
"modal12=false"
>
我已知晓
</p>
</div>
</div>
</Modal>
</Modal>
<Modal
<
!--
<
Modal
v-model=
"modal13"
v-model=
"modal13"
width=
'480px'
width=
'480px'
:closable=
'false'
:closable=
'false'
...
@@ -386,7 +386,7 @@
...
@@ -386,7 +386,7 @@
<p
style=
"text-align: center;color:black;margin-top:15px;font-size:15px"
>
您没有关注微信,无法接收通知,请关注并绑定。
</p>
<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>
<p
style=
"text-align: center;color:#0092FF;margin-top:30px;font-size:15px;cursor:pointer;font-weight: 900"
@
click=
"modal15=false"
>
我已知晓
</p>
</div>
</div>
</Modal>
</Modal>
-->
<!-- 转发邮件 -->
<!-- 转发邮件 -->
<Modal
<Modal
v-model=
"modal8"
v-model=
"modal8"
...
@@ -438,7 +438,7 @@
...
@@ -438,7 +438,7 @@
<Button
type=
'primary'
@
click=
"sendFail"
>
确定
</Button>
<Button
type=
'primary'
@
click=
"sendFail"
>
确定
</Button>
</div>
</div>
</Modal>
</Modal>
<Modal
<
!--
<
Modal
v-model=
"modal16"
v-model=
"modal16"
width=
'350px'
width=
'350px'
:closable=
'false'
>
:closable=
'false'
>
...
@@ -463,7 +463,7 @@
...
@@ -463,7 +463,7 @@
<Button
type=
'primary'
@
click=
'cancelSubmit'
>
取消
</Button>
<Button
type=
'primary'
@
click=
'cancelSubmit'
>
取消
</Button>
<Button
type=
'primary'
@
click=
"modal17=false"
>
确定
</Button>
<Button
type=
'primary'
@
click=
"modal17=false"
>
确定
</Button>
</div>
</div>
</Modal>
</Modal>
-->
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -577,6 +577,7 @@ import {mapState} from 'vuex'
...
@@ -577,6 +577,7 @@ import {mapState} from 'vuex'
modal15
:
false
,
modal15
:
false
,
modal17
:
false
,
modal17
:
false
,
modal16
:
false
,
modal16
:
false
,
errorNotice
:
''
,
transpondFrom
:
{
transpondFrom
:
{
interviewerName
:
''
interviewerName
:
''
},
},
...
@@ -1480,14 +1481,14 @@ import {mapState} from 'vuex'
...
@@ -1480,14 +1481,14 @@ import {mapState} from 'vuex'
this
.
modal11
=
true
this
.
modal11
=
true
this
.
errorInfo
=
res
.
data
.
body
.
message
this
.
errorInfo
=
res
.
data
.
body
.
message
}
}
if
(
res
.
data
.
body
.
code
==
'
40010
'
){
//
if(res.data.body.code=='40010'){
this
.
modal10
=
false
//
this.modal10=false
this
.
modal16
=
true
//
this.modal16=true
}
//
}
if
(
res
.
data
.
body
.
code
==
'
40011
'
){
//
if(res.data.body.code=='40011'){
this
.
modal10
=
false
//
this.modal10=false
this
.
modal17
=
true
//
this.modal17=true
}
//
}
})
})
}
else
{
}
else
{
var
formData
=
new
FormData
()
var
formData
=
new
FormData
()
...
@@ -1636,26 +1637,27 @@ import {mapState} from 'vuex'
...
@@ -1636,26 +1637,27 @@ import {mapState} from 'vuex'
this
.
reResumeName
=
res
.
data
.
body
.
message
this
.
reResumeName
=
res
.
data
.
body
.
message
this
.
isShowRep
=
true
this
.
isShowRep
=
true
}
}
if
(
res
.
data
.
body
.
code
==
'
40001
'
){
if
(
res
.
data
.
body
.
success
==
false
){
this
.
modal8
=
false
this
.
modal8
=
false
this
.
modal12
=
true
this
.
modal12
=
true
this
.
isShowRep
=
false
this
.
isShowRep
=
false
this
.
errorNotice
=
res
.
data
.
body
.
message
}
}
if
(
res
.
data
.
body
.
code
==
'
40002
'
){
//
if(res.data.body.code=='40002'){
this
.
modal8
=
false
//
this.modal8=false
this
.
modal13
=
true
//
this.modal13=true
this
.
isShowRep
=
false
//
this.isShowRep=false
}
//
}
if
(
res
.
data
.
body
.
code
==
'
40010
'
){
//
if(res.data.body.code=='40010'){
this
.
modal8
=
false
//
this.modal8=false
this
.
modal14
=
true
//
this.modal14=true
this
.
isShowRep
=
false
//
this.isShowRep=false
}
//
}
if
(
res
.
data
.
body
.
code
==
'
40011
'
){
//
if(res.data.body.code=='40011'){
this
.
modal8
=
false
//
this.modal8=false
this
.
modal15
=
true
//
this.modal15=true
this
.
isShowRep
=
false
//
this.isShowRep=false
}
//
}
if
(
res
.
data
.
body
.
code
==
'
0
'
){
if
(
res
.
data
.
body
.
code
==
'
0
'
){
this
.
modal8
=
false
this
.
modal8
=
false
this
.
isShowRep
=
false
this
.
isShowRep
=
false
...
...
src/page/resume/channel.vue
View file @
15c8a89d
...
@@ -250,11 +250,11 @@
...
@@ -250,11 +250,11 @@
:mask-closable=
'false'
>
:mask-closable=
'false'
>
<div
style=
"text-align:center"
>
<div
style=
"text-align:center"
>
<h2
style=
"text-align: center;color:black;font-size:16px"
>
发送失败
</h2>
<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:black;margin-top:15px;font-size:15px"
>
{{
errorNotice
}}
</p>
<p
style=
"text-align: center;color:#0092FF;margin-top:30px;font-size:15px;cursor:pointer;font-weight: 900"
@
click=
"modal12=false"
>
我已知晓
</p>
<p
style=
"text-align: center;color:#0092FF;margin-top:30px;font-size:15px;cursor:pointer;font-weight: 900"
@
click=
"modal12=false"
>
我已知晓
</p>
</div>
</div>
</Modal>
</Modal>
<Modal
<
!--
<
Modal
v-model=
"modal13"
v-model=
"modal13"
width=
'480px'
width=
'480px'
:closable=
'false'
:closable=
'false'
...
@@ -289,7 +289,7 @@
...
@@ -289,7 +289,7 @@
<p
style=
"text-align: center;color:black;margin-top:15px;font-size:15px"
>
您没有关注微信,无法接收通知,请关注并绑定。
</p>
<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>
<p
style=
"text-align: center;color:#0092FF;margin-top:30px;font-size:15px;cursor:pointer;font-weight: 900"
@
click=
"modal15=false"
>
我已知晓
</p>
</div>
</div>
</Modal>
</Modal>
-->
<!-- 发送邮件 -->
<!-- 发送邮件 -->
<Modal
<Modal
v-model=
"emailMOdal"
v-model=
"emailMOdal"
...
@@ -435,7 +435,7 @@
...
@@ -435,7 +435,7 @@
<Button
type=
'primary'
@
click=
"modal11=false"
>
确定
</Button>
<Button
type=
'primary'
@
click=
"modal11=false"
>
确定
</Button>
</div>
</div>
</Modal>
</Modal>
<Modal
<
!--
<
Modal
v-model=
"modal16"
v-model=
"modal16"
width=
'350px'
width=
'350px'
:closable=
'false'
>
:closable=
'false'
>
...
@@ -460,7 +460,7 @@
...
@@ -460,7 +460,7 @@
<Button
type=
'primary'
@
click=
'cancelSubmit'
>
取消
</Button>
<Button
type=
'primary'
@
click=
'cancelSubmit'
>
取消
</Button>
<Button
type=
'primary'
@
click=
"modal17=false"
>
确定
</Button>
<Button
type=
'primary'
@
click=
"modal17=false"
>
确定
</Button>
</div>
</div>
</Modal>
</Modal>
-->
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -591,6 +591,7 @@ export default {
...
@@ -591,6 +591,7 @@ export default {
modal15
:
false
,
modal15
:
false
,
modal16
:
false
,
modal16
:
false
,
modal17
:
false
,
modal17
:
false
,
errorNotice
:
''
,
resumePushId
:
''
,
resumePushId
:
''
,
reResumeName
:
''
,
reResumeName
:
''
,
optcode
:
''
,
optcode
:
''
,
...
@@ -1461,14 +1462,14 @@ export default {
...
@@ -1461,14 +1462,14 @@ export default {
this
.
modal11
=
true
this
.
modal11
=
true
this
.
errorInfo
=
res
.
data
.
body
.
message
this
.
errorInfo
=
res
.
data
.
body
.
message
}
}
if
(
res
.
data
.
body
.
code
==
'
40010
'
){
//
if(res.data.body.code=='40010'){
this
.
modal10
=
false
//
this.modal10=false
this
.
modal16
=
true
//
this.modal16=true
}
//
}
if
(
res
.
data
.
body
.
code
==
'
40011
'
){
//
if(res.data.body.code=='40011'){
this
.
modal10
=
false
//
this.modal10=false
this
.
modal17
=
true
//
this.modal17=true
}
//
}
})
})
}
else
{
}
else
{
var
formData
=
new
FormData
()
var
formData
=
new
FormData
()
...
@@ -1635,26 +1636,27 @@ export default {
...
@@ -1635,26 +1636,27 @@ export default {
this
.
reResumeName
=
res
.
data
.
body
.
message
this
.
reResumeName
=
res
.
data
.
body
.
message
this
.
isShowRep
=
true
this
.
isShowRep
=
true
}
}
if
(
res
.
data
.
body
.
code
==
'
40001
'
){
if
(
res
.
data
.
body
.
success
==
false
){
this
.
modal8
=
false
this
.
modal8
=
false
this
.
modal12
=
true
this
.
modal12
=
true
this
.
isShowRep
=
false
this
.
isShowRep
=
false
this
.
errorNotice
=
res
.
data
.
body
.
message
}
}
if
(
res
.
data
.
body
.
code
==
'
40002
'
){
//
if(res.data.body.code=='40002'){
this
.
modal8
=
false
//
this.modal8=false
this
.
modal13
=
true
//
this.modal13=true
this
.
isShowRep
=
false
//
this.isShowRep=false
}
//
}
if
(
res
.
data
.
body
.
code
==
'
40010
'
){
//
if(res.data.body.code=='40010'){
this
.
modal8
=
false
//
this.modal8=false
this
.
modal14
=
true
//
this.modal14=true
this
.
isShowRep
=
false
//
this.isShowRep=false
}
//
}
if
(
res
.
data
.
body
.
code
==
'
40011
'
){
//
if(res.data.body.code=='40011'){
this
.
modal8
=
false
//
this.modal8=false
this
.
modal15
=
true
//
this.modal15=true
this
.
isShowRep
=
false
//
this.isShowRep=false
}
//
}
if
(
res
.
data
.
body
.
code
==
'
0
'
){
if
(
res
.
data
.
body
.
code
==
'
0
'
){
this
.
modal8
=
false
this
.
modal8
=
false
this
.
isShowRep
=
false
this
.
isShowRep
=
false
...
...
src/page/resume/resumeDetail.vue
View file @
15c8a89d
...
@@ -300,7 +300,7 @@
...
@@ -300,7 +300,7 @@
<Button
type=
'primary'
@
click=
"sendFail"
>
确定
</Button>
<Button
type=
'primary'
@
click=
"sendFail"
>
确定
</Button>
</div>
</div>
</Modal>
</Modal>
<Modal
<
!--
<
Modal
v-model=
"modal16"
v-model=
"modal16"
width=
'350px'
width=
'350px'
:closable=
'false'
>
:closable=
'false'
>
...
@@ -325,7 +325,7 @@
...
@@ -325,7 +325,7 @@
<Button
type=
'primary'
@
click=
'cancelSubmit'
>
取消
</Button>
<Button
type=
'primary'
@
click=
'cancelSubmit'
>
取消
</Button>
<Button
type=
'primary'
@
click=
"modal17=false"
>
确定
</Button>
<Button
type=
'primary'
@
click=
"modal17=false"
>
确定
</Button>
</div>
</div>
</Modal>
</Modal>
-->
<Modal
<Modal
v-model=
"modal12"
v-model=
"modal12"
width=
'450px'
width=
'450px'
...
@@ -334,11 +334,11 @@
...
@@ -334,11 +334,11 @@
:mask-closable=
'false'
>
:mask-closable=
'false'
>
<div
style=
"text-align:center"
>
<div
style=
"text-align:center"
>
<h2
style=
"text-align: center;color:black;font-size:16px"
>
发送失败
</h2>
<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:black;margin-top:15px;font-size:15px"
>
{{
errorNotice
}}
</p>
<p
style=
"text-align: center;color:#0092FF;margin-top:30px;font-size:15px;cursor:pointer;font-weight: 900"
@
click=
"modal12=false"
>
我已知晓
</p>
<p
style=
"text-align: center;color:#0092FF;margin-top:30px;font-size:15px;cursor:pointer;font-weight: 900"
@
click=
"modal12=false"
>
我已知晓
</p>
</div>
</div>
</Modal>
</Modal>
<Modal
<
!--
<
Modal
v-model=
"modal13"
v-model=
"modal13"
width=
'480px'
width=
'480px'
:closable=
'false'
:closable=
'false'
...
@@ -373,7 +373,7 @@
...
@@ -373,7 +373,7 @@
<p
style=
"text-align: center;color:black;margin-top:15px;font-size:15px"
>
您没有关注微信,无法接收通知,请关注并绑定。
</p>
<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>
<p
style=
"text-align: center;color:#0092FF;margin-top:30px;font-size:15px;cursor:pointer;font-weight: 900"
@
click=
"modal15=false"
>
我已知晓
</p>
</div>
</div>
</Modal>
</Modal>
-->
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -415,6 +415,7 @@ export default {
...
@@ -415,6 +415,7 @@ export default {
boxIsShow
:
false
,
boxIsShow
:
false
,
resumeBTn
:
false
,
resumeBTn
:
false
,
isShowPdf
:
true
,
isShowPdf
:
true
,
errorNotice
:
''
,
px
:
1200
,
px
:
1200
,
// src:'/api/http://172.21.10.43/group1/M00/00/58/oYYBAF2nzwqAY4fcAAHyoHPb1Ic418.pdf',
// src:'/api/http://172.21.10.43/group1/M00/00/58/oYYBAF2nzwqAY4fcAAHyoHPb1Ic418.pdf',
showOriginalDisabled
:
true
,
showOriginalDisabled
:
true
,
...
@@ -797,26 +798,27 @@ export default {
...
@@ -797,26 +798,27 @@ export default {
this
.
reResumeName
=
res
.
data
.
body
.
message
this
.
reResumeName
=
res
.
data
.
body
.
message
this
.
isShowRep
=
true
this
.
isShowRep
=
true
}
}
if
(
res
.
data
.
body
.
code
==
'
40001
'
){
if
(
res
.
data
.
body
.
success
==
false
){
this
.
modal8
=
false
this
.
modal8
=
false
this
.
modal12
=
true
this
.
modal12
=
true
this
.
isShowRep
=
false
this
.
isShowRep
=
false
this
.
errorNotice
=
res
.
data
.
body
.
message
}
}
if
(
res
.
data
.
body
.
code
==
'
40002
'
){
//
if(res.data.body.code=='40002'){
this
.
modal8
=
false
//
this.modal8=false
this
.
modal13
=
true
//
this.modal13=true
this
.
isShowRep
=
false
//
this.isShowRep=false
}
//
}
if
(
res
.
data
.
body
.
code
==
'
40010
'
){
//
if(res.data.body.code=='40010'){
this
.
modal8
=
false
//
this.modal8=false
this
.
modal14
=
true
//
this.modal14=true
this
.
isShowRep
=
false
//
this.isShowRep=false
}
//
}
if
(
res
.
data
.
body
.
code
==
'
40011
'
){
//
if(res.data.body.code=='40011'){
this
.
modal8
=
false
//
this.modal8=false
this
.
modal15
=
true
//
this.modal15=true
this
.
isShowRep
=
false
//
this.isShowRep=false
}
//
}
if
(
res
.
data
.
body
.
code
==
'
0
'
){
if
(
res
.
data
.
body
.
code
==
'
0
'
){
this
.
modal8
=
false
this
.
modal8
=
false
this
.
isShowRep
=
false
this
.
isShowRep
=
false
...
@@ -977,14 +979,14 @@ export default {
...
@@ -977,14 +979,14 @@ export default {
this
.
modal11
=
true
this
.
modal11
=
true
this
.
errorInfo
=
res
.
data
.
body
.
message
this
.
errorInfo
=
res
.
data
.
body
.
message
}
}
if
(
res
.
data
.
body
.
code
==
'
40010
'
){
//
if(res.data.body.code=='40010'){
this
.
modal10
=
false
//
this.modal10=false
this
.
modal16
=
true
//
this.modal16=true
}
//
}
if
(
res
.
data
.
body
.
code
==
'
40011
'
){
//
if(res.data.body.code=='40011'){
this
.
modal10
=
false
//
this.modal10=false
this
.
modal17
=
true
//
this.modal17=true
}
//
}
})
})
}
}
},
800
),
},
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