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

页面修改

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