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
d8c23a0a
Commit
d8c23a0a
authored
Nov 07, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化代码,删除多余代码
parent
93364b3c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
256 deletions
+0
-256
allResume.vue
src/page/resume/allResume.vue
+0
-85
channel.vue
src/page/resume/channel.vue
+0
-85
resumeDetail.vue
src/page/resume/resumeDetail.vue
+0
-86
No files found.
src/page/resume/allResume.vue
View file @
d8c23a0a
...
@@ -351,42 +351,6 @@
...
@@ -351,42 +351,6 @@
<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
v-model=
"modal13"
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=
"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
<Modal
v-model=
"modal8"
v-model=
"modal8"
...
@@ -438,32 +402,6 @@
...
@@ -438,32 +402,6 @@
<Button
type=
'primary'
@
click=
"sendFail"
>
确定
</Button>
<Button
type=
'primary'
@
click=
"sendFail"
>
确定
</Button>
</div>
</div>
</Modal>
</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>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -1481,14 +1419,6 @@ import {mapState} from 'vuex'
...
@@ -1481,14 +1419,6 @@ 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'){
// this.modal10=false
// this.modal16=true
// }
// if(res.data.body.code=='40011'){
// this.modal10=false
// this.modal17=true
// }
})
})
}
else
{
}
else
{
var
formData
=
new
FormData
()
var
formData
=
new
FormData
()
...
@@ -1653,21 +1583,6 @@ import {mapState} from 'vuex'
...
@@ -1653,21 +1583,6 @@ import {mapState} from 'vuex'
this
.
isShowRep
=
false
this
.
isShowRep
=
false
this
.
errorNotice
=
res
.
data
.
body
.
message
this
.
errorNotice
=
res
.
data
.
body
.
message
}
}
// if(res.data.body.code=='40002'){
// this.modal8=false
// 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
// }
})
})
})
})
},
800
),
},
800
),
...
...
src/page/resume/channel.vue
View file @
d8c23a0a
...
@@ -254,42 +254,6 @@
...
@@ -254,42 +254,6 @@
<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
v-model=
"modal13"
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=
"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
<Modal
v-model=
"emailMOdal"
v-model=
"emailMOdal"
...
@@ -435,32 +399,6 @@
...
@@ -435,32 +399,6 @@
<Button
type=
'primary'
@
click=
"modal11=false"
>
确定
</Button>
<Button
type=
'primary'
@
click=
"modal11=false"
>
确定
</Button>
</div>
</div>
</Modal>
</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>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -1462,14 +1400,6 @@ export default {
...
@@ -1462,14 +1400,6 @@ 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'){
// this.modal10=false
// this.modal16=true
// }
// if(res.data.body.code=='40011'){
// this.modal10=false
// this.modal17=true
// }
})
})
}
else
{
}
else
{
var
formData
=
new
FormData
()
var
formData
=
new
FormData
()
...
@@ -1652,21 +1582,6 @@ export default {
...
@@ -1652,21 +1582,6 @@ export default {
this
.
isShowRep
=
false
this
.
isShowRep
=
false
this
.
errorNotice
=
res
.
data
.
body
.
message
this
.
errorNotice
=
res
.
data
.
body
.
message
}
}
// if(res.data.body.code=='40002'){
// this.modal8=false
// 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
// }
})
})
})
})
},
800
),
},
800
),
...
...
src/page/resume/resumeDetail.vue
View file @
d8c23a0a
...
@@ -300,32 +300,6 @@
...
@@ -300,32 +300,6 @@
<Button
type=
'primary'
@
click=
"sendFail"
>
确定
</Button>
<Button
type=
'primary'
@
click=
"sendFail"
>
确定
</Button>
</div>
</div>
</Modal>
</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
<Modal
v-model=
"modal12"
v-model=
"modal12"
width=
'450px'
width=
'450px'
...
@@ -338,42 +312,6 @@
...
@@ -338,42 +312,6 @@
<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
v-model=
"modal13"
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=
"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>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -417,7 +355,6 @@ export default {
...
@@ -417,7 +355,6 @@ export default {
isShowPdf
:
true
,
isShowPdf
:
true
,
errorNotice
:
''
,
errorNotice
:
''
,
px
:
1200
,
px
:
1200
,
// src:'/api/http://172.21.10.43/group1/M00/00/58/oYYBAF2nzwqAY4fcAAHyoHPb1Ic418.pdf',
showOriginalDisabled
:
true
,
showOriginalDisabled
:
true
,
OriginalContent
:
''
,
OriginalContent
:
''
,
StandardContent
:
''
,
StandardContent
:
''
,
...
@@ -746,21 +683,6 @@ export default {
...
@@ -746,21 +683,6 @@ export default {
this
.
isShowRep
=
false
this
.
isShowRep
=
false
this
.
errorNotice
=
res
.
data
.
body
.
message
this
.
errorNotice
=
res
.
data
.
body
.
message
}
}
// if(res.data.body.code=='40002'){
// this.modal8=false
// 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
// }
})
})
})
})
},
800
),
},
800
),
...
@@ -913,14 +835,6 @@ export default {
...
@@ -913,14 +835,6 @@ 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'){
// this.modal10=false
// this.modal16=true
// }
// if(res.data.body.code=='40011'){
// this.modal10=false
// 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