Commit 2350ee27 authored by 沈良进's avatar 沈良进

save

parent edfdbc9d
......@@ -81,6 +81,7 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin: 0 0 8px 8px;
}
.TravelticketManager ._oll_tit span {
......@@ -715,12 +716,12 @@
<span class="TICK_Code">{{$t('hotel.hotel_SerialNumber')}}{{item.ID}}</span>
<img class="_oll_img" v-if="item.AirlineUrl" :src="item.AirlineUrl" :onerror="defaultImg" />
<img class="_oll_img" v-else src="../../../assets/img/bg_z1@2x.png" />
</div>
<div class="_oll_info">
<el-tooltip class="item" effect="dark" :content="item.AirlineName" placement="top-start"
popper-class="max-w250">
<p class="_oll_tit"> {{item.AirlineName}} </p>
</el-tooltip>
</div>
<div class="_oll_info">
<span class="_oll_adrr">{{item.FreightSpaceStr}}</span>
</div>
</el-col>
......@@ -879,20 +880,26 @@
<span>{{item.CreateName}}</span>
</div>
</el-col>
<el-col :span="3" class="vmiddle">
<el-col :span="3">
<div class="_jztime">
<p class="PingFangSC">{{$t('Airticket.Air_flightDate')}}:{{item.FlightDate}}</p>
<p class="PingFangSC">{{$t('op.EndDate')}}:{{item.TicketDeadlineStr}}</p>
</div>
</el-col>
<el-col :span="2" class="vmiddle">
<div class="_btn _ttm_page">
<span v-if="item.SurplusNum>0">
<button class="normalBtn TM_btm" type="button"
<button class="normalBtn" type="button" style="margin-top: 8px;"
@click="isShowOrder=true,isShowNeed=false,bindAirticket.AirticketId=item.ID,bindAirticket.TotalNum=item.SurplusNum,GetPlaceHolder()">立即采购</button>
</span>
</div>
</el-col>
<!-- <el-col :span="2" class="vmiddle">
<div class="_btn _ttm_page">
<span v-if="item.SurplusNum>0">
<button class="normalBtn TM_btm" type="button"
@click="isShowOrder=true,isShowNeed=false,bindAirticket.AirticketId=item.ID,bindAirticket.TotalNum=item.SurplusNum,GetPlaceHolder()">立即采购222</button>
</span>
</div>
</el-col> -->
</el-row>
<el-row :gutter="0">
<el-col :span="8">
......
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