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
d03e45ad
Commit
d03e45ad
authored
Aug 28, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复翻页后鼠标交互失效的问题
parent
4a12d004
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
33 additions
and
10 deletions
+33
-10
resume.server.js
src/api/resume.server.js
+0
-6
login.vue
src/page/login/login.vue
+1
-0
allResume.vue
src/page/resume/allResume.vue
+2
-1
channel.vue
src/page/resume/channel.vue
+2
-1
emailMange.vue
src/page/system/emailMange.vue
+27
-2
upload.vue
src/page/upload/upload.vue
+1
-0
No files found.
src/api/resume.server.js
View file @
d03e45ad
...
...
@@ -40,12 +40,6 @@ export function TODORes (parmars) {
'
Content-Type
'
:
'
application/json
'
}})
}
// 准备约面
// export function TOSEE (parmars) {
// return axios.post(`${sapi}/api/resumeFlow/uploadStatus/${parmars.id}/${parmars.status}`,'',{headers: {
// 'Content-Type':'application/json'
// }})
// }
// 备选
export
function
OPTION
(
parmars
)
{
return
axios
.
post
(
`
${
sapi
}
/api/resumeFlow/uploadStatus/
${
parmars
.
id
}
/
${
parmars
.
status
}
`
,
''
,{
headers
:
{
...
...
src/page/login/login.vue
View file @
d03e45ad
...
...
@@ -161,6 +161,7 @@ export default {
width
:
100%
;
height
:
100px
;
margin-top
:
200px
;
margin-left
:
15%
}
.copy
p
{
...
...
src/page/resume/allResume.vue
View file @
d03e45ad
...
...
@@ -291,7 +291,7 @@
</
template
>
<
script
>
import
moment
from
'
moment
'
import
{
serchList
,
downloadone
,
sousuoList
,
seedetail
,
PASS
,
TOSEE
,
OPTION
,
deleteREsume
,
downloadOne
,
exportLIST
,
recodeLIST
,
addinterview
,
updatastatus
,
TODORes
}
from
'
../../api/resume.server
'
import
{
serchList
,
downloadone
,
sousuoList
,
seedetail
,
PASS
,
OPTION
,
deleteREsume
,
downloadOne
,
exportLIST
,
recodeLIST
,
addinterview
,
updatastatus
,
TODORes
}
from
'
../../api/resume.server
'
import
qs
from
'
qs
'
import
{
sapi
...
...
@@ -812,6 +812,7 @@ import Router from 'vue-router';
item
.
srcSite
=
item
.
srcSite
item
.
optSource
=
item
.
optSource
item
.
STATES
=
false
item
.
isShow
=
false
item
.
modifier
=
item
.
modifier
item
.
c
=
item
.
modifier
==
''
?
item
.
modifier
:
item
.
modifier
.
split
(
'
_
'
)
item
.
d
=
item
.
c
[
0
]
...
...
src/page/resume/channel.vue
View file @
d03e45ad
...
...
@@ -288,7 +288,7 @@
</
template
>
<
script
>
import
moment
from
'
moment
'
import
{
adoptOneSeeResumeList
,
serchList
,
downloadone
,
sousuoList
,
seedetail
,
PASS
,
TOSEE
,
OPTION
,
deleteREsume
,
downloadOne
,
exportLIST
,
recodeLIST
,
addinterview
,
TODORes
}
from
'
../../api/resume.server.js
'
import
{
adoptOneSeeResumeList
,
serchList
,
downloadone
,
sousuoList
,
seedetail
,
PASS
,
OPTION
,
deleteREsume
,
downloadOne
,
exportLIST
,
recodeLIST
,
addinterview
,
TODORes
}
from
'
../../api/resume.server.js
'
import
{
sapi
}
from
'
../../config/env.config
'
...
...
@@ -994,6 +994,7 @@ export default {
item
.
modifyTime
=
item
.
modifyTime
item
.
srcSite
=
item
.
srcSite
item
.
STATES
=
false
item
.
isShow
=
false
item
.
optSource
=
item
.
optSource
item
.
modifier
=
item
.
modifier
item
.
c
=
item
.
modifier
==
''
?
item
.
modifier
:
item
.
modifier
.
split
(
'
_
'
)
...
...
src/page/system/emailMange.vue
View file @
d03e45ad
...
...
@@ -10,7 +10,7 @@
<Input
placeholder=
"请输入企业邮箱"
style=
"width:300px"
v-model=
"formInline.emailNumber"
/>
</FormItem>
<FormItem
label=
"请选择开始同步的时间"
style=
"margin-top:20px; position: absolute;top:30px;left: 490px"
:label-width=
"180"
>
<DatePicker
type=
"datetime"
format=
"yyyy-MM-dd HH:mm:ss"
placeholder=
"请选择日期"
style=
"width: 200px"
v-model=
"DATA"
@
on-change=
"
selec
tTime"
:options=
"options3"
:editable=
'false'
></DatePicker><br>
<DatePicker
type=
"datetime"
format=
"yyyy-MM-dd HH:mm:ss"
placeholder=
"请选择日期"
style=
"width: 200px"
v-model=
"DATA"
@
on-change=
"
changeStar
tTime"
:options=
"options3"
:editable=
'false'
></DatePicker><br>
<span
style=
"font-size:8px;margin-left:0px;"
><Icon
type=
"md-information-circle"
/>
最长可同步30天
</span>
</FormItem>
<FormItem
label=
"邮箱密码"
style=
"margin-top:20px; position: absolute;top:110px;left: -80px"
prop=
"emailPsd"
:label-width=
"180"
>
...
...
@@ -158,6 +158,7 @@ export default {
},
UpassWord
:
''
,
Uusername
:
''
,
decisionStartTime
:
''
,
Ublengs
:
''
,
Uid
:
''
,
UntyingAllARR
:[],
...
...
@@ -402,7 +403,31 @@ export default {
updatapassT
(){
this
.
modal4
=
false
this
.
UpassWord
=
''
}
},
changeStartTime
:
function
(
e
,
b
)
{
this
.
DATA
=
b
var
time
=
e
var
that
=
this
var
days
=
new
Date
(
new
Date
().
getFullYear
(),
(
new
Date
().
getMonth
()
+
1
),
0
).
getDate
()
-
1
var
startEndTime
=
time
?
new
Date
(
time
).
valueOf
()
-
days
*
24
*
60
*
60
*
1000
:
''
var
endEndTime
=
time
?
new
Date
(
time
).
valueOf
()
:
''
if
(
time
===
''
)
{
this
.
decisionStartTime
=
{
disabledDate
(
data
)
{
return
data
.
valueOf
()
<
0
}
}
}
else
{
this
.
decisionStartTime
=
{
disabledDate
(
data
)
{
if
(
that
.
qualityCheck
.
decisionEndTime
===
''
)
{
return
new
Date
()
}
return
data
.
valueOf
()
<
startEndTime
||
data
.
valueOf
()
>
endEndTime
}
}
}
}
},
watch
:
{
...
...
src/page/upload/upload.vue
View file @
d03e45ad
...
...
@@ -358,6 +358,7 @@ import {uploadFile} from '../../service/ajax'
this
.
dataList
.
map
(
item
=>
{
if
(
key
==
item
.
name
)
{
item
.
title
=
this
.
Massage
if
(
item
.
Code
==
2
){
progressStatus
=
{
'
2
'
:
'
wrong
'
}}
item
.
status
=
this
.
progressStatus
[
code
]
item
.
Code
=
this
.
Code
console
.
log
(
this
.
progressStatus
[
code
])
...
...
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