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
a67e9048
Commit
a67e9048
authored
Sep 09, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
邮箱测试
parent
0dc37eb1
Pipeline
#39
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
10 deletions
+21
-10
login.vue
src/page/login/login.vue
+2
-2
allResume.vue
src/page/resume/allResume.vue
+19
-8
No files found.
src/page/login/login.vue
View file @
a67e9048
...
...
@@ -14,12 +14,12 @@
<div
class=
"login_content"
>
<Form
ref=
"formInline"
:model=
"formInline"
:rules=
"ruleInline"
style=
"height:161px"
>
<FormItem
prop=
"user"
style=
"height:60px"
>
<Input
type=
"text"
v-model=
"formInline.user"
placeholder=
"请输入
11位默认手机
号"
class=
"wordStyle"
size=
"large"
>
<Input
type=
"text"
v-model=
"formInline.user"
placeholder=
"请输入
账
号"
class=
"wordStyle"
size=
"large"
>
<Icon
type=
"ios-person-outline"
slot=
"prepend"
></Icon>
</Input>
</FormItem>
<FormItem
prop=
"password"
>
<Input
type=
"password"
v-model=
"formInline.password"
placeholder=
"请输入
默认
密码"
class=
"wordStyle"
@
keyup.enter.native=
'login'
size=
"large"
>
<Input
type=
"password"
v-model=
"formInline.password"
placeholder=
"请输入密码"
class=
"wordStyle"
@
keyup.enter.native=
'login'
size=
"large"
>
<Icon
type=
"ios-lock-outline"
slot=
"prepend"
></Icon>
</Input>
<span
style=
"color:red;margin-top;5px"
v-show=
"noteconTime==true"
>
{{
notecontent
}}
</span>
...
...
src/page/resume/allResume.vue
View file @
a67e9048
...
...
@@ -61,6 +61,7 @@
<span
style=
"display:inline-block;height:100%;font-size: 12px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerAge
}}
岁
<span
v-show=
"item.ownerSex !==''"
>
|
</span></span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerSex
}}
<span
v-show=
"item.ownerWorkYears !==''"
>
|
</span>
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerWorkYears
}}
年
<span
v-show=
"item.ownerExpectTitles !==''"
>
|
</span></span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerHighestDegree
}}
<span
v-show=
"item.ownerExpectTitles !==''"
>
|
</span></span>
<span
style=
"display:inline-block;height:100%;margin-top:5px;font-size:12px;width:15%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerExpectTitles
}}
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;width:25%;float:right;text-align:right;margin-right:10px;margin-top:5px"
>
<span
style=
"margin-right:20px;margin-top:5px"
v-if=
"item.flowStatus=='INTERVIEW_OK'"
><Icon
type=
"ios-radio-button-on"
style=
"color:#43CD80"
/><span
style=
"margin-left:10px"
>
面试合适
</span></span>
...
...
@@ -1014,7 +1015,8 @@ import ckeditor from '../../components/ckeditor'
}
if
(
sss
==
true
){
this
.
emailIdArr
.
push
(
doID
)
this
.
emailId
=
doID
// this.emailId=doID
console
.
log
(
this
.
emailIdArr
,
1111111111
)
this
.
delateARRALL
.
push
(
doID
)
this
.
delateARRALL2
.
push
(
doID
)
this
.
flowStatusarr
.
push
(
doStatus
)
...
...
@@ -1023,7 +1025,8 @@ import ckeditor from '../../components/ckeditor'
this
.
delateARRALL
.
remove
(
doID
)
this
.
delateARRALL2
.
remove
(
doID
)
this
.
flowStatusarr
.
remove
(
doStatus
)
this
.
emailIdArr
.
push
(
doID
)
this
.
emailIdArr
.
remove
(
doID
)
console
.
log
(
this
.
emailIdArr
,
222111111111
)
}
},
//查看简历详情
...
...
@@ -1226,12 +1229,13 @@ import ckeditor from '../../components/ckeditor'
}
else
{
console
.
log
(
99999999999999
)
if
(
this
.
emailIdArr
.
length
>
1
&&
(
value
==
'
TEMP_0001
'
||
value
==
'
TEMP_0005
'
||
value
==
'
TEMP_0006
'
)){
console
.
log
(
777777777777
)
this
.
allEmailVilitor
=
true
}
else
{
this
.
allEmailVilitor
=
false
console
.
log
(
66666666666666
)
console
.
log
(
66666666666666
,
this
.
emailIdArr
.
length
)
if
(
this
.
temp
=
'
TEMP_0001
'
){
console
.
log
(
44444444444444
)
console
.
log
(
44444444444444
,
this
.
emailIdArr
.
length
)
this
.
isShowAll
=
true
}
else
{
this
.
isShowAll
=
false
...
...
@@ -1310,7 +1314,7 @@ import ckeditor from '../../components/ckeditor'
},
// 确认发送邮件
confireSendEmail
(){
if
(
this
.
emailInline
.
moo
==
''
||
this
.
emailInline
.
receiveEmail
==
''
||
this
.
emailInline
.
copyname
==
''
||
this
.
emailInline
.
theme
==
''
||
this
.
emailInline
.
UpdateOWER
==
''
||
this
.
emailInline
.
UpdateVIEW
==
''
||
this
.
emailInline
.
UpdateTIME
==
''
){
if
(
this
.
emailInline
.
moo
==
''
||
this
.
emailInline
.
receiveEmail
==
''
||
this
.
emailInline
.
theme
==
''
||
this
.
emailInline
.
UpdateOWER
==
''
||
this
.
emailInline
.
UpdateVIEW
==
''
||
this
.
emailInline
.
UpdateTIME
==
''
){
this
.
$Notice
.
error
({
title
:
'
提示
'
,
desc
:
'
请填写完整的信息
'
...
...
@@ -1322,10 +1326,17 @@ import ckeditor from '../../components/ckeditor'
this
.
$Notice
.
error
({
title
:
'
提示
'
,
desc
:
'
请先选择简历
'
});
});
return
}
}
if
(
this
.
emailIdArr
.
length
>
1
){
this
.
$Notice
.
error
({
title
:
'
提示
'
,
desc
:
'
不能选择多份简历,请选择单份简历
'
});
return
}
this
.
uploadFileList
.
map
(
item
=>
{
if
(
item
.
size
/
1024
>
10240
){
this
.
isLimitSize
=
true
...
...
@@ -1501,7 +1512,7 @@ import ckeditor from '../../components/ckeditor'
if
(
!
(
/^
((([
a-z0-9_
\.
-
]
+
)
@
([\d
a-z
\.
-
]
+
)\.([
a-z
\.]{2,6}\;))
*
(([
a-z0-9_
\.
-
]
+
)
@
([\d
a-z
\.
-
]
+
)\.([
a-z
\.]{2,6})))
$/
.
test
(
this
.
emailInline
.
receiveEmail
))){
this
.
$Notice
.
error
({
title
:
'
提示
'
,
desc
:
'
请正确填写
收件人邮箱
'
desc
:
'
请正确填写
邮箱地址
'
});
return
}
...
...
@@ -1510,7 +1521,7 @@ import ckeditor from '../../components/ckeditor'
if
(
!
(
/^
((([
a-z0-9_
\.
-
]
+
)
@
([\d
a-z
\.
-
]
+
)\.([
a-z
\.]{2,6}\;))
*
(([
a-z0-9_
\.
-
]
+
)
@
([\d
a-z
\.
-
]
+
)\.([
a-z
\.]{2,6})))
$/
.
test
(
this
.
emailInline
.
copyname
))){
this
.
$Notice
.
error
({
title
:
'
提示
'
,
desc
:
'
请正确填写
抄送人邮箱
'
desc
:
'
请正确填写
邮箱地址
'
});
}
},
...
...
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