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
a84960f5
Commit
a84960f5
authored
Sep 10, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉控制台打印
parent
4bac0b86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
19 deletions
+9
-19
allResume.vue
src/page/resume/allResume.vue
+5
-11
channel.vue
src/page/resume/channel.vue
+4
-8
No files found.
src/page/resume/allResume.vue
View file @
a84960f5
...
...
@@ -570,7 +570,6 @@ import ckeditor from '../../components/ckeditor'
this
.
flowStatusarr
=
[]
item
.
STATES
=
false
});
console
.
log
(
this
.
delateARRALL
,
666666
)
}
else
{
//实现全选
this
.
checkboxList
=
[];
this
.
ajaxData
.
forEach
(
(
item
)
=>
{
...
...
@@ -579,7 +578,6 @@ import ckeditor from '../../components/ckeditor'
this
.
flowStatusarr
.
push
(
item
.
flowStatus
)
item
.
STATES
=
true
});
console
.
log
(
this
.
delateARRALL
,
7777777
)
}
},
// 准备约面
...
...
@@ -1276,11 +1274,8 @@ import ckeditor from '../../components/ckeditor'
this
.
emailInline
.
theme
=
res
.
data
.
body
.
templateSubject
this
.
emailInline
.
receiveEmail
=
res
.
data
.
body
.
receiveEmail
this
.
emailInline
.
templateContent
=
res
.
data
.
body
.
templateContent
console
.
log
(
this
.
emailInline
.
templateContent
,
55555555555555
,
res
.
data
.
body
.
templateContent
)
this
.
sad
=
this
.
emailInline
.
templateContent
console
.
log
(
this
.
sad
,
2222222
)
if
(
res
.
data
.
body
&&
res
.
data
.
body
.
resumeInterviewVO
){
console
.
log
(
res
.
data
.
body
.
resumeInterviewVO
.
interviewerName
,
666666666
)
this
.
formInline
.
UpdateOWER
=
res
.
data
.
body
.
resumeInterviewVO
.
interviewerName
this
.
formInline
.
UpdateVIEW
=
res
.
data
.
body
.
resumeInterviewVO
.
inviterName
this
.
formInline
.
UpdateTIME
=
res
.
data
.
body
.
resumeInterviewVO
.
seeTime
...
...
@@ -1310,7 +1305,6 @@ import ckeditor from '../../components/ckeditor'
}
else
{
this
.
fileList
.
push
(
uploadFile
.
name
)
this
.
uploadFileList
.
push
(
uploadFile
)
console
.
log
(
this
.
uploadFileList
,
77777777
)
}
return
false
},
...
...
@@ -1340,9 +1334,13 @@ import ckeditor from '../../components/ckeditor'
getEditorValue
(
value
){
this
.
emailContent
=
value
this
.
sad
=
value
console
.
log
(
this
.
emailContent
,
89889
)
if
(
this
.
emailContent
==
''
){
this
.
isDisable
=
false
this
.
$Notice
.
error
({
title
:
'
提示
'
,
desc
:
'
请填写完整的信息
'
});
return
}
else
{
this
.
isDisable
=
true
}
...
...
@@ -1350,7 +1348,6 @@ import ckeditor from '../../components/ckeditor'
delateFile
(
index
){
this
.
fileList
.
splice
(
index
,
1
)
this
.
uploadFileList
.
splice
(
index
,
1
)
// this.isLimitSize=false
},
// 确认发送邮件
confireSendEmail
(){
...
...
@@ -1376,7 +1373,6 @@ import ckeditor from '../../components/ckeditor'
return
}
if
((
this
.
temp
==
'
TEMP_0001
'
||
this
.
temp
==
'
TEMP_0005
'
||
this
.
temp
==
'
TEMP_0006
'
)
&&
this
.
emailId
==
''
){
console
.
log
(
this
.
emailId
,
78777777
)
this
.
$Notice
.
error
({
title
:
'
提示
'
,
desc
:
'
请先选择简历
'
...
...
@@ -1492,7 +1488,6 @@ import ckeditor from '../../components/ckeditor'
}
})
}
else
{
console
.
log
(
987654321
)
var
formData
=
new
FormData
()
if
(
this
.
attachFileList
.
length
!==
0
){
this
.
attachFileList
.
map
(
item
=>
{
...
...
@@ -1569,7 +1564,6 @@ import ckeditor from '../../components/ckeditor'
}
},
changenotice
(
a
){
console
.
log
(
a
,
654321
)
},
receiveEmail
(){
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
))){
...
...
src/page/resume/channel.vue
View file @
a84960f5
...
...
@@ -1167,11 +1167,8 @@ export default {
this
.
emailInline
.
theme
=
res
.
data
.
body
.
templateSubject
this
.
emailInline
.
receiveEmail
=
res
.
data
.
body
.
receiveEmail
this
.
emailInline
.
templateContent
=
res
.
data
.
body
.
templateContent
console
.
log
(
this
.
emailInline
.
templateContent
,
55555555555555
,
res
.
data
.
body
.
templateContent
)
this
.
sad
=
this
.
emailInline
.
templateContent
console
.
log
(
this
.
sad
,
2222222
)
if
(
res
.
data
.
body
&&
res
.
data
.
body
.
resumeInterviewVO
){
console
.
log
(
res
.
data
.
body
.
resumeInterviewVO
.
interviewerName
,
666666666
)
this
.
formInline
.
UpdateOWER
=
res
.
data
.
body
.
resumeInterviewVO
.
interviewerName
this
.
formInline
.
UpdateVIEW
=
res
.
data
.
body
.
resumeInterviewVO
.
inviterName
this
.
formInline
.
UpdateTIME
=
res
.
data
.
body
.
resumeInterviewVO
.
seeTime
...
...
@@ -1201,7 +1198,6 @@ export default {
}
else
{
this
.
fileList
.
push
(
uploadFile
.
name
)
this
.
uploadFileList
.
push
(
uploadFile
)
console
.
log
(
this
.
uploadFileList
,
77777777
)
}
return
false
},
...
...
@@ -1231,9 +1227,12 @@ export default {
getEditorValue
(
value
){
this
.
emailContent
=
value
this
.
sad
=
value
console
.
log
(
this
.
emailContent
,
89889
)
if
(
this
.
emailContent
==
''
){
this
.
isDisable
=
false
this
.
$Notice
.
error
({
title
:
'
提示
'
,
desc
:
'
请填写完整的信息
'
});
}
else
{
this
.
isDisable
=
true
}
...
...
@@ -1267,7 +1266,6 @@ export default {
return
}
if
((
this
.
temp
==
'
TEMP_0001
'
||
this
.
temp
==
'
TEMP_0005
'
||
this
.
temp
==
'
TEMP_0006
'
)
&&
this
.
emailId
==
''
){
console
.
log
(
this
.
emailId
,
78777777
)
this
.
$Notice
.
error
({
title
:
'
提示
'
,
desc
:
'
请先选择简历
'
...
...
@@ -1383,7 +1381,6 @@ export default {
}
})
}
else
{
console
.
log
(
987654321
)
var
formData
=
new
FormData
()
if
(
this
.
attachFileList
.
length
!==
0
){
this
.
attachFileList
.
map
(
item
=>
{
...
...
@@ -1460,7 +1457,6 @@ export default {
}
},
changenotice
(
a
){
console
.
log
(
a
,
654321
)
},
receiveEmail
(){
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
))){
...
...
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