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

酒店查询修改

parent 11866b35
This diff is collapsed.
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
} }
._TravelPricePopover .jiDiv{ ._TravelPricePopover .jiDiv{
width:800px; width:650px;
max-height:400px; max-height:400px;
overflow: auto; overflow: auto;
} }
...@@ -257,6 +257,7 @@ ...@@ -257,6 +257,7 @@
.TP_Airticktid { .TP_Airticktid {
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
color: #409eff;
} }
.TP_noneed { .TP_noneed {
...@@ -681,28 +682,22 @@ ...@@ -681,28 +682,22 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<td class="_color_666">选择</td> <td class="_color_666">选择</td>
<td class="_color_666">航班号</td> <td class="_color_666">航班号/航空公司/航段</td>
<td class="_color_666">航空公司</td>
<td class="_color_666">航段</td>
<td class="_color_666">时间</td> <td class="_color_666">时间</td>
<td class="_color_666">PNR</td> <td class="_color_666">PNR</td>
<td class="_color_666">机票数量</td> <td class="_color_666">机票数量/使用数量</td>
<td class="_color_666">使用数量</td>
<td class="_color_666">绑定机位数</td> <td class="_color_666">绑定机位数</td>
</tr> </tr>
<tr v-for="fitem in selectFilghtList"> <tr v-for="fitem in selectFilghtList">
<td> <td>
<el-checkbox v-model="fitem.IsSelected===true" @change="getSelect(fitem)"></el-checkbox> <el-checkbox v-model="fitem.IsSelected===true" @change="getSelect(fitem)"></el-checkbox>
</td> </td>
<td><span class="TP_Airticktid" <td>
@click="goUrl('TicketManager',fitem.AirticketId)">{{fitem.FlightNumber}}</span> <span class="TP_Airticktid" @click="goUrl('TicketManager',fitem.AirticketId)">{{fitem.FlightNumber}}</span> / {{fitem.AlName}} / {{fitem.DepartureName}}-{{fitem.ArrivalCityName}}
</td> </td>
<td>{{fitem.AlName}}</td>
<td>{{fitem.DepartureName}}-{{fitem.ArrivalCityName}}</td>
<td>{{fitem.FlightDate}} {{fitem.Departure_time}}</td> <td>{{fitem.FlightDate}} {{fitem.Departure_time}}</td>
<td>{{fitem.PNR}}</td> <td>{{fitem.PNR}}</td>
<td>{{fitem.TicketNum}}</td> <td>{{fitem.TicketNum}} / {{fitem.UseAmount}}</td>
<td>{{fitem.UseAmount}}</td>
<td> <td>
<el-input class="w80" placeholder="机位数" @keyup.native="getFlightBindNum(fitem)" v-model="fitem.BindNum"></el-input> <el-input class="w80" placeholder="机位数" @keyup.native="getFlightBindNum(fitem)" v-model="fitem.BindNum"></el-input>
</td> </td>
...@@ -1576,7 +1571,6 @@ ...@@ -1576,7 +1571,6 @@
LineTeamId:this.PostConfig.LineteamId LineTeamId:this.PostConfig.LineteamId
} }
this.apipost("sell_get_GetNewTCIDLessprice", msg,res => { this.apipost("sell_get_GetNewTCIDLessprice", msg,res => {
console.log(res,'res');
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.lessPriceData = res.data.data; this.lessPriceData = res.data.data;
}else{ }else{
...@@ -1626,7 +1620,6 @@ ...@@ -1626,7 +1620,6 @@
this.DateArr.push(x.StartDate); this.DateArr.push(x.StartDate);
}); });
this.initCalendar(); this.initCalendar();
console.log(this.priceData,'pricedate');
}, },
deep: true deep: true
}, },
...@@ -1651,5 +1644,4 @@ ...@@ -1651,5 +1644,4 @@
TravelPriceFlightList: TravelPriceFlightList TravelPriceFlightList: TravelPriceFlightList
} }
}; };
</script>
</script> \ No newline at end of file
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