优化季度计划

This commit is contained in:
714943302@qq.com
2018-12-18 17:42:58 +08:00
parent cda5fb65b1
commit 8cbea4d402
3 changed files with 35 additions and 200 deletions
@@ -50,13 +50,13 @@
<label for="flightTypeCode">航班类别:&nbsp;&nbsp;</label>
<select class="form-control" [(ngModel)]="filterItems.flightTypeCode" (ngModelChange)="selectChange()" >
<option value=""></option>
<option value="P">客机</option>
<!-- <option value="P">客机</option>
<option value="F">货机</option>
<option value="B">专机</option>
<option value="O">公务机</option>
<option value="M">军机</option>
<option value="X">其他</option>
<!-- <option *ngFor="let item of seasonals" [value]="item.flightTypeCode">{{item.flightTypeCode}}</option> -->
<option value="X">其他</option> -->
<option *ngFor="let item of flightTypes" [value]="item.flightTypeCode">{{item.flightTypeNameCn}}</option>
</select>
</div>
<div class="input-container mr-4">
@@ -68,7 +68,7 @@
<!-- <option *ngFor="let item of seasonals" [value]="item.arriOrDept">{{item.arriOrDept}}</option> -->
</select>
</div>
<div class="input-container mr-4">
<!-- <div class="input-container mr-4">
<label for="flightTask">航班任务:&nbsp;&nbsp;</label>
<select class="form-control" [(ngModel)]="filterItems.flightTask" (ngModelChange)="selectChange()">
<option value=""></option>
@@ -82,9 +82,9 @@
<option value="Q">补班</option>
<option value="X">其他</option>
<option value="A">计划外</option>
<!-- <option *ngFor="let item of seasonals" [value]="item.flightTask">{{item.flightTask}}</option> -->
<option *ngFor="let item of seasonals" [value]="item.flightTask">{{item.flightTask}}</option>
</select>
</div>
</div> -->
</div>
<div class="third-condition row">
<label class="radio-inline custom-checkbox nowrap mr-4">
@@ -110,7 +110,7 @@
<th>航空公司</th>
<th>航线类别</th>
<th>航班类别</th>
<th>航班任务</th>
<!-- <th>航班任务</th> -->
<th>运营日</th>
<th>开始日期</th>
<th>结束日期</th>
@@ -133,8 +133,8 @@
<td>{{seasonal.internationalCode}}</td>
<td>{{seasonal.airlineChnName}}</td>
<td>{{seasonal.routeType}}</td>
<td>{{seasonal.flightTypeCode}}</td>
<td>{{seasonal.flightTask}}</td>
<td>{{seasonal.flightTypeNameCn}}</td>
<!-- <td>{{seasonal.flightTask}}</td> -->
<td>{{seasonal.operationDays}}</td>
<td>{{seasonal.startDate}}</td>
<td>{{seasonal.endDate}}</td>