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

页面修改

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