Commit e145fa11 authored by youjie's avatar youjie

优化行程

parent 80b847ca
......@@ -209,7 +209,7 @@ html, body{
height: 0px;
border-bottom: 2px dashed red;
left: 0;
top: 1754px;
top: 1744px;
right: 0;
}
.UpgradedVersion2Line span{
......
......@@ -111,7 +111,8 @@
:value="$t('pub.searchBtn')"
@click="resetPageIndex(),getList()"
>
<el-popover width="280" v-model="layerShow" popper-class="pd20" trigger="click">
<el-popover width="280" v-model="layerShow" popper-class="pd20" trigger="click"
@show="employeeMsg.KeyWord=''" @hide="employeeMsg.KeyWord=''">
<div>
<p class="fz12 fbold mt10 color333">{{$t('fnc.zhuanjiao')}}</p>
<p class="fz12 mt30 color666">
......@@ -1203,9 +1204,11 @@ export default {
this.employeeMsg.RB_Branch_id = -1;
this.employeeList2 = [];
this.employeeMsg.IsLeave=-1;
console.log(this.employeeMsg.KeyWord,'====1111')
if(this.employeeMsg.KeyWord==''){
return
}
console.log(this.employeeMsg.KeyWord,'====222')
this.apipost(
"app_get_company_employee",
this.employeeMsg,
......
......@@ -795,7 +795,7 @@
v-if="item.WarmTipObj.Description&&getHtmlPlainText(item.WarmTipObj.Description).length>0">
<div :id="'WarmTip_'+index" class="travelDaysdetails-tsText row relative"
:style="{'background':'#EFECEC'}">
<span class='travelDaysdetails-text0 absolute' style='line-height:32px;top: 0;'>温馨提示:</span>
<span class='travelDaysdetails-text0 absolute' style='line-height:32px;top: 33px;'>温馨提示:</span>
<div v-html="item.WarmTipObj.Description" class="travelDaysdetails-text0-r"></div>
</div>
</div>
......@@ -862,10 +862,10 @@
<div style="height: 40px;"></div>
</div>
<div class="UpgradedVersion2Line absolute z-index3 row-ajc">
<span>{{pageHeight>1754?'超出内容分割到下一页':'底线'}}</span>
<span>{{pageHeight>1744?'超出内容分割到下一页':'底线'}}</span>
</div>
<div v-if="pageHeight>(1754+20)" class="UpgradedVersion2Line absolute z-index3 row-ajc"
:style="{'top': pageHeight>1754&&pageHeight<3508?pageHeight+'px':'3508px'}">
<div v-if="pageHeight>(1744+20)" class="UpgradedVersion2Line absolute z-index3 row-ajc"
:style="{'top': pageHeight>1744&&pageHeight<3498?pageHeight+'px':'3498px'}">
<span>底线</span>
</div>
</div>
......
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