Commit 746ba2fc authored by 黄奎's avatar 黄奎

页面修改

parent 4c6f7268
...@@ -80,9 +80,7 @@ ...@@ -80,9 +80,7 @@
<th width="140"> <th width="140">
公司 公司
</th> </th>
<th width="120">
城市
</th>
<th width="150"> <th width="150">
订单信息 订单信息
</th> </th>
...@@ -101,6 +99,9 @@ ...@@ -101,6 +99,9 @@
<th width="200"> <th width="200">
航空公司 航空公司
</th> </th>
<th>
城市
</th>
<th width="200"> <th width="200">
航班 航班
</th> </th>
...@@ -135,14 +136,7 @@ ...@@ -135,14 +136,7 @@
</el-option> </el-option>
</el-select> </el-select>
</td> </td>
<td rowspan="2">
<el-select class="w80" filterable v-model="item.UnionCityId">
<el-option label='请选择' :value="selectDefauleValue"></el-option>
<el-option v-for="subItem in cityList" :label='subItem.Name' :value='subItem.ID'
:key="subItem.subCode">
</el-option>
</el-select>
</td>
<td rowspan="2"> <td rowspan="2">
{{item.OrderId}} {{item.OrderId}}
</td> </td>
...@@ -171,6 +165,14 @@ ...@@ -171,6 +165,14 @@
</el-option> </el-option>
</el-select> </el-select>
</td> </td>
<td>
<el-select class="w80" filterable v-model="item.UnionCityId">
<el-option label='请选择' :value="selectDefauleValue"></el-option>
<el-option v-for="subItem in cityList" :label='subItem.Name' :value='subItem.ID'
:key="subItem.subCode">
</el-option>
</el-select>
</td>
<td> <td>
<el-select class="w200" filterable v-model="item.FlightId"> <el-select class="w200" filterable v-model="item.FlightId">
<el-option label='请选择' :value="selectDefauleValue"></el-option> <el-option label='请选择' :value="selectDefauleValue"></el-option>
...@@ -223,6 +225,14 @@ ...@@ -223,6 +225,14 @@
</el-option> </el-option>
</el-select> </el-select>
</td> </td>
<td>
<el-select class="w80" filterable v-model="item.UnionBackCityId">
<el-option label='请选择' :value="selectDefauleValue"></el-option>
<el-option v-for="subItem in cityList" :label='subItem.Name' :value='subItem.ID'
:key="subItem.subCode">
</el-option>
</el-select>
</td>
<td> <td>
<el-select class="w200" filterable v-model="item.BackFlightId"> <el-select class="w200" filterable v-model="item.BackFlightId">
<el-option label='请选择' :value="selectDefauleValue"></el-option> <el-option label='请选择' :value="selectDefauleValue"></el-option>
...@@ -370,7 +380,7 @@ ...@@ -370,7 +380,7 @@
qMsg.Departure_city = item.UnionCityId; qMsg.Departure_city = item.UnionCityId;
} else if (type == 2) { } else if (type == 2) {
item.BackFlightList = []; item.BackFlightList = [];
qMsg.Arrival_city = item.UnionCityId; qMsg.Arrival_city = item.UnionBackCityId;
} }
this.apipost( this.apipost(
"flight_post_GetAirportNameList", "flight_post_GetAirportNameList",
......
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