Commit 68c0f498 authored by zhangderong's avatar zhangderong

转发面试官加入面试官有误绑定账号提示绑定

parent 32d9b74a
......@@ -385,6 +385,28 @@
<Button type='primary' @click='modal10=false'>取消</Button>
<Button type='primary' @click="confireSendEmail">确定</Button>
</div>
</Modal>
<Modal
v-model="modal12"
width='380px'
:closable='false'
:footer-hide='true'>
<div style="text-align:center">
<h2 style="text-align: center;color:black">发送失败</h2>
<p style="text-align: center;color:black;margin-top:15px;font-size:13px">该面试官没有通过微信端绑定账号,请提醒他关注并绑定。</p>
<p style="text-align: center;color:#0092FF;margin-top:30px;font-size:13px;cursor:pointer" @click="modal12=false">我已知晓</p>
</div>
</Modal>
<Modal
v-model="modal13"
width='400px'
:closable='false'
:footer-hide='true'>
<div style="text-align:center">
<h2 style="text-align: center;color:black">发送失败</h2>
<p style="text-align: center;color:black;margin-top:15px;font-size:13px">该面试官没有关注微信,无法接收通知,请提醒他关注并绑定。</p>
<p style="text-align: center;color:#0092FF;margin-top:30px;font-size:13px;cursor:pointer" @click="modal13=false">我已知晓</p>
</div>
</Modal>
<!-- 转发邮件 -->
<Modal
......@@ -502,6 +524,7 @@ import {mapState} from 'vuex'
selectFn3STA:'',
selectFn4STA:'',
limentName:0,
errorCode:'',
emailMassage:false,
allEmailVilitor:false,
emailContent:'',
......@@ -531,6 +554,8 @@ import {mapState} from 'vuex'
modal6:false,
modal7:false,
modal8: false,
modal12:false,
modal13:false,
transpondFrom: {
interviewerName: ''
},
......@@ -1760,14 +1785,23 @@ import {mapState} from 'vuex'
})
}, 300)
} else{
setTimeout(() => {
this.$Notice.success({
title: '提示',
desc: '发送失败'
})
}, 500)
this.errorCode=res.data.body.code
this.modal8=false
this.clearInterviewee()
this.modal8 = false
if(this.errorCode=='40001'){
this.modal12=true
}
if(this.errorCode=='40002'){
this.modal13=true
}
// setTimeout(() => {
// this.$Notice.error({
// title: '提示',
// desc: '发送失败'
// })
// }, 500)
// this.clearInterviewee()
// this.modal8 = false
}
})
})
......
......@@ -288,6 +288,28 @@
<Button type='primary' @click="cofdelateAll" >确定</Button>
</div>
</Modal>
<Modal
v-model="modal12"
width='380px'
:closable='false'
:footer-hide='true'>
<div style="text-align:center">
<h2 style="text-align: center;color:black">发送失败</h2>
<p style="text-align: center;color:black;margin-top:15px;font-size:13px">该面试官没有通过微信端绑定账号,请提醒他关注并绑定。</p>
<p style="text-align: center;color:#0092FF;margin-top:30px;font-size:13px;cursor:pointer" @click="modal12=false">我已知晓</p>
</div>
</Modal>
<Modal
v-model="modal13"
width='400px'
:closable='false'
:footer-hide='true'>
<div style="text-align:center">
<h2 style="text-align: center;color:black">发送失败</h2>
<p style="text-align: center;color:black;margin-top:15px;font-size:13px">该面试官没有关注微信,无法接收通知,请提醒他关注并绑定。</p>
<p style="text-align: center;color:#0092FF;margin-top:30px;font-size:13px;cursor:pointer" @click="modal13=false">我已知晓</p>
</div>
</Modal>
<!-- 发送邮件 -->
<Modal
v-model="emailMOdal"
......@@ -547,6 +569,8 @@ export default {
modal7:false,
modal8: false,
modal10:false,
modal12:false,
modal13:false,
optcode:'',
toseename:'',
// UpdateOWER:'',
......@@ -1704,14 +1728,23 @@ export default {
})
}, 500)
} else{
setTimeout(() => {
this.$Notice.success({
title: '提示',
desc: '发送失败'
})
}, 500)
this.errorCode=res.data.body.code
this.clearInterviewee()
this.modal8 = false
if(this.errorCode=='40001'){
this.modal12=true
}
if(this.errorCode=='40002'){
this.modal13=true
}
// setTimeout(() => {
// this.$Notice.success({
// title: '提示',
// desc: '发送失败'
// })
// }, 500)
// this.clearInterviewee()
// this.modal8 = false
}
})
})
......
<template>
<div class="account">
<div class="addAcount">
<p style="margin-top:10px">
<p style="margin-top:0.5%">
<span style="font-size:18px;color:#2d8cf0;margin-left:18px;">新增账户</span>
<span style="margin-left:10px;color:Grey">以下内容均为必填项</span>
</p>
<Form :label-width="130" :model="formInline" :rules="ruleInline">
<FormItem label="配置登录账号:" style="margin-top:20px" prop="PhoneNumber">
<FormItem label="配置登录账号:" style="margin-top:1%" prop="PhoneNumber">
<Input placeholder="请输入正确的手机号" style="width:300px" v-model="formInline.PhoneNumber"/>
</FormItem>
<FormItem label="绑定真实姓名:" style="margin-top:20px" prop="PerName">
<FormItem label="绑定真实姓名:" style="margin-top:1%" prop="PerName">
<Input placeholder="请输入真实姓名" style="width:300px" v-model="formInline.PerName" :maxlength="5"/>
</FormItem>
</Form>
......@@ -25,7 +25,6 @@
<span style="font-size:18px;color:#2d8cf0;margin-left:18px">账户管理</span>
<span style="margin-left:10px;color:Grey">删除后该用户将无法登录,该账户上传的简历仍然保留。</span>
</p>
<p style="border-bottom:1px solid black;line-height:30px;margin-bottom:10px">
<input type='checkbox' class='input-checkbox' v-model='checked' v-on:click='checkedAll(checkboxList)' style="margin-left:25px;margin-top:15px;cursor:pointer"><span style="margin-left:10px">全选</span>
<span style="margin-left:40px;color:#2d8cf0;cursor:pointer" @click="delateall">删除</span>
......@@ -348,7 +347,7 @@ export default {
overflow: hidden;
}
.addAcount{
height: 26%;
height:210px;
width:100%;
}
.pageBottom{
......@@ -363,7 +362,7 @@ export default {
}
.accountMange-top{
width: 100%;
height: 13%;
height: 78px;
}
.detailQQ{
height: 40px;
......
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