Commit af868444 authored by zhangderong's avatar zhangderong

转发面试官时对已转发的去重

parent 3648141a
...@@ -381,6 +381,9 @@ ...@@ -381,6 +381,9 @@
<Option v-for='(item, index) in options' :key='index' :value='item.email'>{{item.name}}({{item.email}})</Option> <Option v-for='(item, index) in options' :key='index' :value='item.email'>{{item.name}}({{item.email}})</Option>
</Select> </Select>
</FormItem> </FormItem>
<FormItem>
包含重复推荐,请删除重复再推荐,重复简历:{{this.reResumeName}}
</FormItem>
<FormItem label='' prop='interviewee'> <FormItem label='' prop='interviewee'>
<div v-for='(item, index) in interviewee' :key='index' class='interviewee'> <div v-for='(item, index) in interviewee' :key='index' class='interviewee'>
<div class='pic'> <div class='pic'>
...@@ -575,6 +578,7 @@ import {mapState} from 'vuex' ...@@ -575,6 +578,7 @@ import {mapState} from 'vuex'
delateARRALL3:[], delateARRALL3:[],
flowStatusarr:[], flowStatusarr:[],
flowStatusarr2:[], flowStatusarr2:[],
reResumeName:'',
DELATEARR:[], DELATEARR:[],
quanxuan:[], quanxuan:[],
orignarr:['TO_SEE','HAS_SEE','SEE_FAIL','INTERVIEW_FAIL','TO_SENT_OFFER','TO_ENTRY','HAS_ENTRY','NO_ENTRY','END','ARRIVED'], orignarr:['TO_SEE','HAS_SEE','SEE_FAIL','INTERVIEW_FAIL','TO_SENT_OFFER','TO_ENTRY','HAS_ENTRY','NO_ENTRY','END','ARRIVED'],
...@@ -1563,32 +1567,25 @@ import {mapState} from 'vuex' ...@@ -1563,32 +1567,25 @@ import {mapState} from 'vuex'
}) })
}, 300) }, 300)
this.SouSuo(this.pageT) this.SouSuo(this.pageT)
} else{ }
this.errorCode=res.data.body.code if(res.data.body.code=='40009'){
this.errorMassage=res.data.body.message this.reResumeName=res.data.body.message
}
if(res.data.body.code=='40001'){
this.modal8=false
this.modal12=true
}
if(res.data.body.code=='40002'){
this.modal8=false
this.modal13=true
}
if(res.data.body.code=='0'){
this.modal8=false this.modal8=false
this.clearInterviewee() this.$Notice.error({
if(this.errorCode=='40001'){
this.modal12=true
}
if(this.errorCode=='40002'){
this.modal13=true
}
if(this.errorCode=='0'){
this.$Notice.error({
title: '提示', title: '提示',
desc: this.errorMassage desc: res.data.body.message
}) })
} }
// setTimeout(() => {
// this.$Notice.error({
// title: '提示',
// desc: '发送失败'
// })
// }, 500)
// this.clearInterviewee()
// this.modal8 = false
}
}) })
}) })
},800), },800),
......
...@@ -378,6 +378,9 @@ ...@@ -378,6 +378,9 @@
<Option v-for='(item, index) in options' :key='index' :value='item.email'>{{item.name}}({{item.email}})</Option> <Option v-for='(item, index) in options' :key='index' :value='item.email'>{{item.name}}({{item.email}})</Option>
</Select> </Select>
</FormItem> </FormItem>
<FormItem>
包含重复推荐,请删除重复再推荐,重复简历:{{this.reResumeName}}
</FormItem>
<FormItem label='' prop='interviewee' > <FormItem label='' prop='interviewee' >
<div v-for='(item, index) in interviewee' :key='index' class='interviewee'> <div v-for='(item, index) in interviewee' :key='index' class='interviewee'>
<div class='pic'> <div class='pic'>
...@@ -534,6 +537,7 @@ export default { ...@@ -534,6 +537,7 @@ export default {
modal12:false, modal12:false,
modal13:false, modal13:false,
resumePushId:'', resumePushId:'',
reResumeName:'',
optcode:'', optcode:'',
toseename:'', toseename:'',
// UpdateOWER:'', // UpdateOWER:'',
...@@ -1562,24 +1566,25 @@ export default { ...@@ -1562,24 +1566,25 @@ export default {
}) })
}, 500) }, 500)
this.SouSuo(this.pageT) this.SouSuo(this.pageT)
} else{ }
this.errorCode=res.data.body.code if(res.data.body.code=='40009'){
this.errorMassage=res.data.body.message this.reResumeName=res.data.body.message
this.clearInterviewee() }
this.modal8 = false if(res.data.body.code=='40001'){
if(this.errorCode=='40001'){ this.modal8=false
this.modal12=true this.modal12=true
} }
if(this.errorCode=='40002'){ if(res.data.body.code=='40002'){
this.modal13=true this.modal8=false
} this.modal13=true
if(this.errorCode=='0'){ }
this.$Notice.error({ if(res.data.body.code=='0'){
title: '提示', this.modal8=false
desc:this.errorMassage this.$Notice.error({
}) title: '提示',
} desc: res.data.body.message
} })
}
}) })
}) })
},800), },800),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment