季度计划增加查询年份操作

This commit is contained in:
714943302@qq.com
2018-12-21 15:08:24 +08:00
parent b1d84ac2bc
commit 19934a59f4
2 changed files with 96 additions and 11 deletions
@@ -59,6 +59,10 @@
<option *ngFor="let item of flightTypes" [value]="item.flightTypeCode">{{item.flightTypeNameCn}}</option>
</select>
</div>
<div class="input-container mr-4">
<label for="startDate">查询年份:&nbsp;&nbsp;</label>
<input readonly type="text" id="startDate" class="form-control" style="background:transparent;cursor: pointer">
</div>
<div class="input-container mr-4">
<label for="arriOrDept">到达/出发:&nbsp;&nbsp;</label>
<select class="form-control" [(ngModel)]="filterItems.arriOrDept" (ngModelChange)="selectChange()">