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
43816f20
Commit
43816f20
authored
Sep 09, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
邮箱正文提示
parent
0b96bf66
Pipeline
#52
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
allResume.vue
src/page/resume/allResume.vue
+9
-2
No files found.
src/page/resume/allResume.vue
View file @
43816f20
...
@@ -315,7 +315,7 @@
...
@@ -315,7 +315,7 @@
</FormItem>
</FormItem>
<FormItem
label=
"抄送"
style=
"margin-top:20px"
>
<FormItem
label=
"抄送"
style=
"margin-top:20px"
>
<Input
style=
"width:95%"
v-model=
"emailInline.copyname"
@
on-blur=
'copyname'
/>
<Input
style=
"width:95%"
v-model=
"emailInline.copyname"
@
on-blur=
'copyname'
/>
<span
style=
"position: absolute;left:0;top:30px"
>
输入多个邮箱地址以英文”;“分隔
</span>
<span
style=
"position: absolute;left:0;top:30px
;font-size:12px;
"
>
输入多个邮箱地址以英文”;“分隔
</span>
</FormItem>
</FormItem>
<FormItem
label=
"主题"
style=
"margin-top:20px"
>
<FormItem
label=
"主题"
style=
"margin-top:20px"
>
<Input
style=
"width:95%"
v-model=
"emailInline.theme"
@
on-blur=
'theme'
/>
<Input
style=
"width:95%"
v-model=
"emailInline.theme"
@
on-blur=
'theme'
/>
...
@@ -1350,6 +1350,13 @@ import ckeditor from '../../components/ckeditor'
...
@@ -1350,6 +1350,13 @@ import ckeditor from '../../components/ckeditor'
});
});
return
return
}
}
if
(
this
.
emailContent
==
''
){
this
.
$Notice
.
error
({
title
:
'
提示
'
,
desc
:
'
邮件正文不能为空
'
});
return
}
this
.
attachFileList
=
this
.
uploadFileList
.
length
==
0
?
''
:
this
.
uploadFileList
this
.
attachFileList
=
this
.
uploadFileList
.
length
==
0
?
''
:
this
.
uploadFileList
this
.
flowStatusTT
=
this
.
emailFlowStatus
==
''
?
''
:
'
TO_SEE
'
this
.
flowStatusTT
=
this
.
emailFlowStatus
==
''
?
''
:
'
TO_SEE
'
this
.
UpdateTIMETwo
=
this
.
formInline
.
UpdateTIME
==
''
?
''
:
this
.
formInline
.
UpdateTIME
this
.
UpdateTIMETwo
=
this
.
formInline
.
UpdateTIME
==
''
?
''
:
this
.
formInline
.
UpdateTIME
...
@@ -1520,7 +1527,7 @@ import ckeditor from '../../components/ckeditor'
...
@@ -1520,7 +1527,7 @@ import ckeditor from '../../components/ckeditor'
}
}
},
},
copyname
(){
copyname
(){
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
))){
if
(
this
.
emailInline
.
copyname
!==
''
&&
!
(
/^
((([
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
({
this
.
$Notice
.
error
({
title
:
'
提示
'
,
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