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
c0dcd9cf
Commit
c0dcd9cf
authored
Sep 09, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复错误提示
parent
caa24a0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
18 deletions
+27
-18
allResume.vue
src/page/resume/allResume.vue
+27
-18
No files found.
src/page/resume/allResume.vue
View file @
c0dcd9cf
...
@@ -1279,17 +1279,25 @@ import ckeditor from '../../components/ckeditor'
...
@@ -1279,17 +1279,25 @@ import ckeditor from '../../components/ckeditor'
this
.
emailInline
.
receiveEmail
=
res
.
data
.
body
.
receiveEmail
this
.
emailInline
.
receiveEmail
=
res
.
data
.
body
.
receiveEmail
this
.
emailInline
.
templateContent
=
res
.
data
.
body
.
templateContent
this
.
emailInline
.
templateContent
=
res
.
data
.
body
.
templateContent
this
.
sad
=
this
.
emailInline
.
templateContent
this
.
sad
=
this
.
emailInline
.
templateContent
console
.
log
(
res
.
data
.
body
.
resumeInterviewVO
,
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
}
else
{
this
.
formInline
.
UpdateOWER
=
''
this
.
formInline
.
UpdateVIEW
=
''
this
.
formInline
.
UpdateTIME
=
''
}
})
})
},
},
uploadFile
(){
uploadFile
(){
this
.
uploadFileList
=
[]
this
.
uploadFileList
=
[]
this
.
limentName
=
0
this
.
limentName
=
0
console
.
log
(
66666666
,
this
.
uploadFileList
)
},
},
beforUpload
(
uploadFile
){
beforUpload
(
uploadFile
){
// this.uploadFileList=[]
console
.
log
(
uploadFile
,
67868687
)
this
.
uploadFileList
.
push
(
uploadFile
)
let
isLiment
=
false
let
isLiment
=
false
if
(
uploadFile
.
size
/
1024
>
10240
){
if
(
uploadFile
.
size
/
1024
>
10240
){
isLiment
=
true
isLiment
=
true
...
@@ -1298,19 +1306,13 @@ import ckeditor from '../../components/ckeditor'
...
@@ -1298,19 +1306,13 @@ import ckeditor from '../../components/ckeditor'
this
.
$Notice
.
error
({
this
.
$Notice
.
error
({
title
:
'
提示
'
,
title
:
'
提示
'
,
desc
:
'
单个文件不能大于10M
'
desc
:
'
单个文件不能大于10M
'
});}
})
}
}
else
{
this
.
fileList
.
push
(
uploadFile
.
name
)
this
.
uploadFileList
.
push
(
uploadFile
)
console
.
log
(
this
.
uploadFileList
,
77777777
)
}
}
console
.
log
(
this
.
limentName
,
555555555
)
if
(
this
.
limentName
==
1
){
// this.$Notice.error({
// title: '提示',
// desc: '单个文件不能大于10M'
// });
}
else
{
this
.
fileList
.
push
(
uploadFile
.
name
)
}
// this.uploadFileList=[]
return
false
return
false
},
},
// 发送全部内容
// 发送全部内容
...
@@ -1334,7 +1336,7 @@ import ckeditor from '../../components/ckeditor'
...
@@ -1334,7 +1336,7 @@ import ckeditor from '../../components/ckeditor'
this
.
isShowTwo
=
false
this
.
isShowTwo
=
false
this
.
isLimitSize
=
false
this
.
isLimitSize
=
false
this
.
uploadFileList
=
[]
this
.
uploadFileList
=
[]
this
.
SouSuo
(
this
.
pageT
)
//
this.SouSuo(this.pageT)
},
},
getEditorValue
(
value
){
getEditorValue
(
value
){
this
.
emailContent
=
value
this
.
emailContent
=
value
...
@@ -1350,13 +1352,20 @@ import ckeditor from '../../components/ckeditor'
...
@@ -1350,13 +1352,20 @@ import ckeditor from '../../components/ckeditor'
},
},
// 确认发送邮件
// 确认发送邮件
confireSendEmail
(){
confireSendEmail
(){
if
(
this
.
emailInline
.
moo
==
''
||
this
.
emailInline
.
receiveEmail
==
''
||
this
.
emailInline
.
theme
==
''
||
this
.
formInline
.
UpdateOWER
==
''
||
this
.
formInline
.
UpdateVIEW
==
''
||
this
.
formInline
.
UpdateTIME
==
''
){
if
(
(
this
.
temp
==
'
TEMP_0001
'
)
&&
(
this
.
emailInline
.
moo
==
''
||
this
.
emailInline
.
receiveEmail
==
''
||
this
.
emailInline
.
theme
==
''
||
this
.
formInline
.
UpdateOWER
==
''
||
this
.
formInline
.
UpdateVIEW
==
''
||
this
.
formInline
.
UpdateTIME
==
''
)
){
this
.
$Notice
.
error
({
this
.
$Notice
.
error
({
title
:
'
提示
'
,
title
:
'
提示
'
,
desc
:
'
请填写完整的信息
'
desc
:
'
请填写完整的信息
'
});
});
return
return
}
}
if
((
this
.
temp
==
'
TEMP_0002
'
||
this
.
temp
==
'
TEMP_0003
'
||
this
.
temp
==
'
TEMP_0004
'
||
this
.
temp
==
'
TEMP_0005
'
||
this
.
temp
==
'
TEMP_0006
'
)
&&
(
this
.
emailInline
.
moo
==
''
||
this
.
emailInline
.
receiveEmail
==
''
||
this
.
emailInline
.
theme
==
''
)){
this
.
$Notice
.
error
({
title
:
'
提示
'
,
desc
:
'
请填写完整的信息
'
});
return
}
if
((
this
.
temp
==
'
TEMP_0001
'
||
this
.
temp
==
'
TEMP_0005
'
||
this
.
temp
==
'
TEMP_0006
'
)
&&
this
.
emailId
==
''
){
if
((
this
.
temp
==
'
TEMP_0001
'
||
this
.
temp
==
'
TEMP_0005
'
||
this
.
temp
==
'
TEMP_0006
'
)
&&
this
.
emailId
==
''
){
console
.
log
(
this
.
emailId
,
78777777
)
console
.
log
(
this
.
emailId
,
78777777
)
this
.
$Notice
.
error
({
this
.
$Notice
.
error
({
...
...
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