Commit 1e992b48 authored by liudong1993's avatar liudong1993
parents bbc6cd72 7d82b999
...@@ -209,7 +209,7 @@ html, body{ ...@@ -209,7 +209,7 @@ html, body{
height: 0px; height: 0px;
border-bottom: 2px dashed red; border-bottom: 2px dashed red;
left: 0; left: 0;
top: 1754px; top: 1744px;
right: 0; right: 0;
} }
.UpgradedVersion2Line span{ .UpgradedVersion2Line span{
...@@ -493,7 +493,7 @@ html, body{ ...@@ -493,7 +493,7 @@ html, body{
} }
.travelDaysdetails-tsText{ .travelDaysdetails-tsText{
width: 100%; width: 100%;
padding: 28px 47px; padding: 36px 47px 28px 47px;
border-radius: 20px; border-radius: 20px;
-webkit-border-radius: 20px; -webkit-border-radius: 20px;
-moz-border-radius: 20px; -moz-border-radius: 20px;
...@@ -873,7 +873,7 @@ html, body{ ...@@ -873,7 +873,7 @@ html, body{
line-height: 54px; line-height: 54px;
} }
.travelDaysMasterMap2-box{ .travelDaysMasterMap2-box{
padding: 50px 35px 39px 35px; padding: 50px 35px 40px 35px;
} }
.travelDaysMasterMap2{ .travelDaysMasterMap2{
height: 643px; height: 643px;
......
...@@ -609,6 +609,7 @@ tr._item_list td:last-child { ...@@ -609,6 +609,7 @@ tr._item_list td:last-child {
<el-input v-model="msg.DMCNUM" class></el-input> <el-input v-model="msg.DMCNUM" class></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
<el-form-item label="领队类型:"> <el-form-item label="领队类型:">
<el-select v-model="msg.LeaderType" filterable class="w150" @change="GetLeaderList()"> <el-select v-model="msg.LeaderType" filterable class="w150" @change="GetLeaderList()">
...@@ -1359,6 +1360,16 @@ export default { ...@@ -1359,6 +1360,16 @@ export default {
isFrozen: true, isFrozen: true,
componentName: "clumpingStatus" componentName: "clumpingStatus"
}, },
{
field: "OpName",
title: "操作OP",
width: 75,
titleAlign: "left",
columnAlign: "left",
isResize: true,
isFrozen: true,
// isFrozen: true,
},
{ {
field: "LeaderName", field: "LeaderName",
title: "领队", title: "领队",
......
...@@ -111,7 +111,8 @@ ...@@ -111,7 +111,8 @@
:value="$t('pub.searchBtn')" :value="$t('pub.searchBtn')"
@click="resetPageIndex(),getList()" @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> <div>
<p class="fz12 fbold mt10 color333">{{$t('fnc.zhuanjiao')}}</p> <p class="fz12 fbold mt10 color333">{{$t('fnc.zhuanjiao')}}</p>
<p class="fz12 mt30 color666"> <p class="fz12 mt30 color666">
...@@ -257,7 +258,8 @@ ...@@ -257,7 +258,8 @@
<td> <td>
<el-button-group> <el-button-group>
<el-tooltip effect="dark" :content="$t('fnc.zhuanjiao')" placement="top-start"> <el-tooltip effect="dark" :content="$t('fnc.zhuanjiao')" placement="top-start">
<el-popover width="280" popper-class="pd20" trigger="click"> <el-popover width="280" popper-class="pd20" trigger="click"
@show="employeeMsg.KeyWord=''" @hide="employeeMsg.KeyWord=''">
<div> <div>
<p class="fz12 fbold mt10 color333">{{$t('fnc.zhuanjiao')}}</p> <p class="fz12 fbold mt10 color333">{{$t('fnc.zhuanjiao')}}</p>
<p class="fz12 mt30 color666"> <p class="fz12 mt30 color666">
...@@ -1080,6 +1082,7 @@ export default { ...@@ -1080,6 +1082,7 @@ export default {
}, },
ckeckedOne() { ckeckedOne() {
//单选 //单选
this.employeeMsg.KeyWord = ''
if (this.customerList.length > 0) { if (this.customerList.length > 0) {
let dpId = this.customerList[0].split("|")[2]; let dpId = this.customerList[0].split("|")[2];
this.employeeMsg.departmentId = dpId; this.employeeMsg.departmentId = dpId;
...@@ -1202,7 +1205,9 @@ export default { ...@@ -1202,7 +1205,9 @@ export default {
this.employeeMsg.RB_Branch_id = -1; this.employeeMsg.RB_Branch_id = -1;
this.employeeList2 = []; this.employeeList2 = [];
this.employeeMsg.IsLeave=-1; this.employeeMsg.IsLeave=-1;
if(this.employeeMsg.KeyWord==''){
return
}
this.apipost( this.apipost(
"app_get_company_employee", "app_get_company_employee",
this.employeeMsg, this.employeeMsg,
......
...@@ -795,7 +795,7 @@ ...@@ -795,7 +795,7 @@
v-if="item.WarmTipObj.Description&&getHtmlPlainText(item.WarmTipObj.Description).length>0"> v-if="item.WarmTipObj.Description&&getHtmlPlainText(item.WarmTipObj.Description).length>0">
<div :id="'WarmTip_'+index" class="travelDaysdetails-tsText row relative" <div :id="'WarmTip_'+index" class="travelDaysdetails-tsText row relative"
:style="{'background':'#EFECEC'}"> :style="{'background':'#EFECEC'}">
<span class='travelDaysdetails-text0 absolute' style='line-height:32px;top: 26px;'>温馨提示:</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 v-html="item.WarmTipObj.Description" class="travelDaysdetails-text0-r"></div>
</div> </div>
</div> </div>
...@@ -862,10 +862,10 @@ ...@@ -862,10 +862,10 @@
<div style="height: 40px;"></div> <div style="height: 40px;"></div>
</div> </div>
<div class="UpgradedVersion2Line absolute z-index3 row-ajc"> <div class="UpgradedVersion2Line absolute z-index3 row-ajc">
<span>{{pageHeight>1754?'超出内容分割到下一页':'底线'}}</span> <span>{{pageHeight>1744?'超出内容分割到下一页':'底线'}}</span>
</div> </div>
<div v-if="pageHeight>(1754+20)" class="UpgradedVersion2Line absolute z-index3 row-ajc" <div v-if="pageHeight>(1744+20)" class="UpgradedVersion2Line absolute z-index3 row-ajc"
:style="{'top': pageHeight>1754&&pageHeight<3508?pageHeight+'px':'3508px'}"> :style="{'top': pageHeight>1744&&pageHeight<3498?pageHeight+'px':'3498px'}">
<span>底线</span> <span>底线</span>
</div> </div>
</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