Commit 6d4ab27d authored by 黄奎's avatar 黄奎

页面修改

parent b6af4240
......@@ -95,14 +95,16 @@
.TC_HotelPop table th {
text-align: center;
}
.TC_CarNum{
.TC_CarNum {
padding: 5px 10px;
background: #5151f5;
color:#fff;
font-size:12px;
color: #fff;
font-size: 12px;
display: inline-block;
border-radius: 5px;
}
</style>
<template>
<div class="TC_Content">
......@@ -201,7 +203,6 @@
<el-input maxlength="50" v-model="queryMsg.DayNum" @keyup.native="checkInteger(queryMsg,'DayNum')"
class="w150" :placeholder="$t('pub.pleaseImport')"></el-input>
</div>
<div>
<span>{{$t('visa.v_lycity')}}</span>
<el-select class="w150" filterable v-model="queryMsg.UnionCityId"
......@@ -212,6 +213,11 @@
:key="item.ID"></el-option>
</el-select>
</div>
<div>
<span>&nbsp;&nbsp;&nbsp;车牌号</span>
<el-input maxlength="50" class="w150" v-model="queryMsg.QBusNumber" placeholder="请输入车牌号">
</el-input>
</div>
</div>
<div class="TC_rightSearch">
<div>
......@@ -249,6 +255,7 @@
</div>
</div>
</div>
<div class="comSearchDiv">
<span>{{$t('scen.sc_temStatu')}}</span>
<span>
......@@ -427,7 +434,8 @@
</div>
<div class="TC_TravelSalePlat clearfix">
<div class="TC_CarNum" v-if="item.IsUseCompanyBus==1&&item.BusPriceId">车牌号
<span style="display:inline-block;margin:0 5px;position:relative;top:-3px;">.</span>{{item.BusNumber}}
<span
style="display:inline-block;margin:0 5px;position:relative;top:-3px;">.</span>{{item.BusNumber}}
</div>
</div>
</div>
......@@ -1247,7 +1255,8 @@
IsShowUnion: -1,
TCID: "",
HotelId: 0, //酒店编号
HotelUseTime: "" //酒店使用时间
HotelUseTime: "", //酒店使用时间
QBusNumber: "",
},
//报价单查询条件
offerQMsg: {
......
......@@ -348,14 +348,14 @@
</td>
</tr>
<tr>
<td colspan="14">
<td colspan="15">
{{$t('pub.pubRemark')}}: {{item.Remark}}
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="14">
<td colspan="15">
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage"
layout="total,prev, pager, next, jumper" :page-size="this.msg.pageSize" :total="total">
</el-pagination>
......
......@@ -1944,7 +1944,9 @@
},
//获取车辆列表
getBusList() {
this.apipost("bus_get_GetBusTypePriceList", {}, res => {
this.apipost("bus_get_GetBusTypePriceList", {
IsHaveBusNum:1
}, res => {
if (res.data.resultCode == 1) {
this.busPriceList = res.data.data;
} else {
......
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