Commit 21fd6388 authored by zhangderong's avatar zhangderong

上传文案变化

parent 241dc987
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<span @click="Seedetail(item.id)" style="overflow: hidden;text-overflow:ellipsis;white-space: nowrap;display:inline-block;width:20%;cursor:pointer">{{item.ownerExpectTitles}}</span> <span @click="Seedetail(item.id)" style="overflow: hidden;text-overflow:ellipsis;white-space: nowrap;display:inline-block;width:20%;cursor:pointer">{{item.ownerExpectTitles}}</span>
<span style="color:#2d8cf0;float:right;margin-right:35px;cursor:pointer" @click="updateInterview(item.id,item.interviewerName,item.seeTime,item.inviterName)">更改约面信息</span> <span style="color:#2d8cf0;float:right;margin-right:35px;cursor:pointer" @click="updateInterview(item.id,item.interviewerName,item.seeTime,item.inviterName)">更改约面信息</span>
</p> </p>
<p style="margin-top:8px"> <p style="margin-top:8px;color:Grey">
<span style="margin-left:10px;display:inline-block;width:22%;">邀约人: {{item.inviterName}} </span> <span style="margin-left:10px;display:inline-block;width:22%;">邀约人: {{item.inviterName}} </span>
<span style="margin-left:7%;display:inline-block;width:22%;">面试官: {{item.interviewerName}}</span> <span style="margin-left:7%;display:inline-block;width:22%;">面试官: {{item.interviewerName}}</span>
<span style="float:right;margin-right:35px">面试时间:{{ item.seeTime}}</span> <span style="float:right;margin-right:35px">面试时间:{{ item.seeTime}}</span>
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<span style="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer" @click="Stopinterview(item.id)" v-if="item.flowStatus=='ARRIVED'">终止面试</span> <span style="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer" @click="Stopinterview(item.id)" v-if="item.flowStatus=='ARRIVED'">终止面试</span>
<span style="float:right;margin:0 20px 0 10px;color:#2d8cf0;cursor:pointer" @click="OPPeninterview(item.id,item.flowStatus)" v-if="item.flowStatus=='END'">重启面试</span> <span style="float:right;margin:0 20px 0 10px;color:#2d8cf0;cursor:pointer" @click="OPPeninterview(item.id,item.flowStatus)" v-if="item.flowStatus=='END'">重启面试</span>
</p> </p>
<p class="nowstatus" style="margin-top:8px"> <p class="nowstatus" style="margin-top:8px;color:Grey">
<span style="margin:0 20px 0 20px" v-if="item.flowStatus=='OPTION'">备选</span> <span style="margin:0 20px 0 20px" v-if="item.flowStatus=='OPTION'">备选</span>
<span style="margin:0 20px 0 20px" v-if="item.flowStatus=='TO_SEE'">准备约面</span> <span style="margin:0 20px 0 20px" v-if="item.flowStatus=='TO_SEE'">准备约面</span>
<span style="margin:0 20px 0 20px" v-if="item.flowStatus=='HAS_SEE'">已邀约</span> <span style="margin:0 20px 0 20px" v-if="item.flowStatus=='HAS_SEE'">已邀约</span>
...@@ -74,8 +74,8 @@ ...@@ -74,8 +74,8 @@
</div> </div>
<div class="contentRecord" style="text-align:center"> <div class="contentRecord" style="text-align:center">
<p style="margin-top:3px"><span style="color:#2d8cf0;cursor:pointer" @click="RecordSEE(item.id,item.ownerName)">操作记录</span></p> <p style="margin-top:3px"><span style="color:#2d8cf0;cursor:pointer" @click="RecordSEE(item.id,item.ownerName)">操作记录</span></p>
<p style="font-size:12px">最后操作人|<span style="margin-left:8px;text-align:center">{{item.d}}</span></p> <p style="font-size:12px;color:Grey">最后操作人|<span style="margin-left:8px;text-align:center">{{item.d}}</span></p>
<p>{{item.modifyTime}}</p> <p style="color:Grey">{{item.modifyTime}}</p>
</div> </div>
</div> </div>
</div> </div>
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
</div> </div>
<div class="interview-right"> <div class="interview-right">
<Form :label-width="80" onsubmit="return false;"> <Form :label-width="80" onsubmit="return false;">
<FormItem label="关键搜索:" style="margin-top:20px;margin-left:1%"> <FormItem label="关键:" style="margin-top:20px;margin-left:1%">
<Input placeholder="请输入关键词" style="width:80%" v-model="keywords" @keyup.enter.native="Sousuo()"/> <Input placeholder="请输入关键词" style="width:80%" v-model="keywords" @keyup.enter.native="Sousuo()"/>
</FormItem> </FormItem>
<FormItem label="学历:" class="Education2"> <FormItem label="学历:" class="Education2">
...@@ -158,9 +158,7 @@ ...@@ -158,9 +158,7 @@
</div> </div>
<div style="height:30px;width:100%;text-align:center;margin-top:30px"> <div style="height:30px;width:100%;text-align:center;margin-top:30px">
<p style="height:20px;width:40px;font-size:16px;color:#0092FF; border-radius: 5px;margin-left:220px" @click="recordModal=false"> <Button type="primary" size='small' @click="recordModal=false">关闭</Button>
关闭
</p>
</div> </div>
</Modal> </Modal>
<!-- 更改面试信息弹出框 --> <!-- 更改面试信息弹出框 -->
...@@ -208,7 +206,7 @@ ...@@ -208,7 +206,7 @@
<br>请选择重启后的状态</p> <br>请选择重启后的状态</p>
<div style="text-align:center;margin-top:15px;"> <div style="text-align:center;margin-top:15px;">
<select name="a" id="333333" @change="selectFnelement($event)" style="text-align:center;margin-top:15px;display:inline-block"> <select name="a" id="333333" @change="selectFnelement($event)" style="text-align:center;margin-top:15px;display:inline-block">
<option value="1">待处理</option> <option value="1">待处理</option>
<option value="2">Pass</option> <option value="2">Pass</option>
<option value="3">备选</option> <option value="3">备选</option>
<!-- <option value="5" >已邀约</option> --> <!-- <option value="5" >已邀约</option> -->
......
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
], ],
password: [ password: [
{ required: true, message: '请输入正确的密码', trigger: 'blur' }, { required: true, message: '请输入正确的密码', trigger: 'blur' },
{ type: 'string', min: 4, message: '请输入正确的密码', trigger: 'blur' } // { type: 'string', min: 4, message: '请输入正确的密码', trigger: 'blur' }
] ]
} }
} }
...@@ -134,24 +134,28 @@ export default { ...@@ -134,24 +134,28 @@ export default {
max-height:858px max-height:858px
} }
.logo{ .logo{
width:100%; width:70%;
height:140px; height:140px;
margin-top:80px; margin-top:80px;
border: 1px solid black;
margin-left:15%
} }
.logo img { .logo img {
width: 100px; width: 100px;
height: 60px; height: 60px;
margin-left: 30px /* margin-left: 30px */
} }
.logo h3{ .logo h3{
font-size: 25px; font-size: 25px;
color: black; color: black;
margin-left: 40px /* margin-left: 40px */
} }
.login_content{ .login_content{
height: 200px; height: 200px;
width: 100%; width: 70%;
margin-left: 4% border:1px solid black;
margin-left:15%;
margin-top: 60px
} }
.copy{ .copy{
width: 100%; width: 100%;
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<span style="color:Grey;margin-left:30px" v-show="fistcontent">4-20位且不得与默认密码相同</span> <span style="color:Grey;margin-left:30px" v-show="fistcontent">4-20位且不得与默认密码相同</span>
</FormItem> </FormItem>
<FormItem style="margin-top:-20px" class="formitemcontent"> <FormItem style="margin-top:-20px" class="formitemcontent">
<Input type="password" v-model="formInline.passwordTwo" placeholder="Password" class="wordStyle2"> <Input type="password" v-model="formInline.passwordTwo" placeholder="Password" class="wordStyle2" @keyup.enter.native='loginT'>
<Icon type="ios-lock-outline" slot="prepend"></Icon> <Icon type="ios-lock-outline" slot="prepend"></Icon>
</Input> </Input>
<span style="color:Grey;margin-left:30px;color:red" v-show="twocontent">{{twocontentmessage}}</span> <span style="color:Grey;margin-left:30px;color:red" v-show="twocontent">{{twocontentmessage}}</span>
......
...@@ -130,12 +130,12 @@ ...@@ -130,12 +130,12 @@
<span @click="RecordSEE(item.id,item.ownerName)" style="color:#0092FF;cursor:pointer">记录</span> <span @click="RecordSEE(item.id,item.ownerName)" style="color:#0092FF;cursor:pointer">记录</span>
</span> </span>
</p> </p>
<p style="margin-top:5px"> <p style="margin-top:5px;color:Greys">
<span style="display:inline-block;font-size: 12px;margin-left:25px" v-if="item.srcSite!==''">{{item.deliveryTime}}投递 |</span> <span style="display:inline-block;font-size: 12px;margin-left:25px;color:Grey" v-if="item.srcSite!==''">{{item.deliveryTime}}投递 |</span>
<span style="display:inline-block;font-size: 12px;margin-left:25px" v-if="item.srcSite==''">{{item.deliveryTime}}上传 <span v-show="item.optSource!==''"> |</span></span> <span style="display:inline-block;font-size: 12px;margin-left:25px;color:Grey" v-if="item.srcSite==''">{{item.deliveryTime}}上传 <span v-show="item.optSource!==''"> |</span></span>
<span style="display:inline-block;font-size: 12px;margin-left:3px">{{item.optSource}}<span v-show="item.srcSite!==''"> |</span></span> <span style="display:inline-block;font-size: 12px;margin-left:3px;color:Grey">{{item.optSource}}<span v-show="item.srcSite!==''"> |</span></span>
<span style="display:inline-block;font-size: 12px;margin-left:3px">{{item.srcSite}}</span> <span style="display:inline-block;font-size: 12px;margin-left:3px;color:Grey">{{item.srcSite}}</span>
<span style="display:inline-block;font-size: 12px;width:30%;float:right;text-align:right;margin-right:10px"> <span style="display:inline-block;font-size: 12px;width:30%;float:right;text-align:right;margin-right:10px;color:Grey">
<span>{{item.modifyTime}}</span> <span>{{item.modifyTime}}</span>
<span>最后操作人:{{item.d}}</span> <span>最后操作人:{{item.d}}</span>
</span> </span>
......
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
<span @click="RecordSEE(item.id,item.ownerName)" style=";cursor:pointer;color:#2d8cf0">记录</span> <span @click="RecordSEE(item.id,item.ownerName)" style=";cursor:pointer;color:#2d8cf0">记录</span>
</span> </span>
</p> </p>
<p style="margin-top:0px"> <p style="margin-top:0px;color:Grey">
<span style="display:inline-block;font-size: 12px;margin-left:25px;margin-top:10px" v-if="item.srcSite!==''">{{item.deliveryTime}}投递 |</span> <span style="display:inline-block;font-size: 12px;margin-left:25px;margin-top:10px" v-if="item.srcSite!==''">{{item.deliveryTime}}投递 |</span>
<span style="display:inline-block;font-size: 12px;margin-left:25px;margin-top:10px" v-if="item.srcSite==''">{{item.deliveryTime}}上传 |</span> <span style="display:inline-block;font-size: 12px;margin-left:25px;margin-top:10px" v-if="item.srcSite==''">{{item.deliveryTime}}上传 |</span>
<span style="display:inline-block;height:100%;font-size: 12px;margin-left:2px;margin-top:10px">{{item.optSource}} <span v-show="item.srcSite!==''">|</span> </span> <span style="display:inline-block;height:100%;font-size: 12px;margin-left:2px;margin-top:10px">{{item.optSource}} <span v-show="item.srcSite!==''">|</span> </span>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="emailMange"> <div class="emailMange">
<div class="addEmail"> <div class="addEmail">
<p style="margin-top:10px"> <p style="margin-top:10px">
<span style="font-size:18px;color:#2d8cf0;margin-left:18px">新增接邮箱</span> <span style="font-size:18px;color:#2d8cf0;margin-left:18px">新增接邮箱</span>
<span style="margin-left:10px;color:Grey">绑定邮箱以接收简历</span> <span style="margin-left:10px;color:Grey">绑定邮箱以接收简历</span>
</p> </p>
<Form :label-width="100" :model="formInline" :rules="ruleInline"> <Form :label-width="100" :model="formInline" :rules="ruleInline">
...@@ -65,11 +65,11 @@ ...@@ -65,11 +65,11 @@
v-model="modal2" v-model="modal2"
:closable="false" :closable="false"
:footer-hide="true" :footer-hide="true"
width='250px'> width='270px'>
<h3 style="text-align:center">提示</h3> <h3 style="text-align:center">提示</h3>
<p style="height:30px;line-height:30px">同步完成,如密码发生改变,请及时点击<br><span>修改</span>来重置密码</p> <p style="height:30px;line-height:30px">同步完成,如密码发生改变,请及时点击<br><span>修改</span>来重置密码</p>
<!-- <h2 style="text-align:center;font-size:18px;color:#2d8cf0;height:40px;line-height:40px;margin-top:30px" @click="pushlist">我已知晓</h2> --> <!-- <h2 style="text-align:center;font-size:18px;color:#2d8cf0;height:40px;line-height:40px;margin-top:30px" @click="pushlist">我已知晓</h2> -->
<Button type="primary">我已知晓</Button> <Button type="primary" style="margin:40px 0 0 80px">我已知晓</Button>
</Modal> </Modal>
<!-- 同步绑定 --> <!-- 同步绑定 -->
<Modal <Modal
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<!-- 上传文件 --> <!-- 上传文件 -->
<Modal v-model='uploadModal' :closable='false' :mask-closable='false'> <Modal v-model='uploadModal' :closable='false' :mask-closable='false'>
<div> <div>
<h4 style="font-size:20px;text-align:center;margin-bottom:20px">上传文件</h4> <h4 style="font-size:20px;text-align:center;margin-bottom:20px">{{filetile}}</h4>
<div v-for='(item,index) in dataList' class='process' :key='index'> <div v-for='(item,index) in dataList' class='process' :key='index'>
<p style='padding-top:5px;'>{{item.name}}</p> <p style='padding-top:5px;'>{{item.name}}</p>
<span class='title' style="float:right;" v-show="item.Code==0">{{item.title}}</span> <span class='title' style="float:right;" v-show="item.Code==0">{{item.title}}</span>
...@@ -222,6 +222,7 @@ import {uploadFile} from '../../service/ajax' ...@@ -222,6 +222,7 @@ import {uploadFile} from '../../service/ajax'
pageIndex:1, pageIndex:1,
}, },
Sid:'', Sid:'',
filetile:'上传中请稍后...',
totalSize:null, totalSize:null,
uploadModal: false, uploadModal: false,
accept: '.html,.doc,.docx,.txt,.pdf', accept: '.html,.doc,.docx,.txt,.pdf',
...@@ -334,6 +335,7 @@ import {uploadFile} from '../../service/ajax' ...@@ -334,6 +335,7 @@ import {uploadFile} from '../../service/ajax'
this.handleSuccess(res, this.files); this.handleSuccess(res, this.files);
// this.getnumber() // this.getnumber()
this.activeT=true this.activeT=true
this.filetile='上传完成'
}, },
onError: (err, response) => { onError: (err, response) => {
this.handleError(err, response, this.files); this.handleError(err, response, this.files);
......
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