添加时间段筛选

This commit is contained in:
zhouyuejun
2018-12-30 19:36:33 +08:00
parent f9d4785b0c
commit 48d6da2209
2 changed files with 120 additions and 0 deletions
+36
View File
@@ -101,6 +101,42 @@
<option *ngFor="let anget of flightAgents" [value]="anget.oGId">{{anget.flightAgentName}}</option>
</select>
</div>
<div class="input-container mr-4">
<label for="">前时间段:&nbsp;&nbsp;</label>
<select [(ngModel)]="filterItems.Start_time" (ngModelChange)="selectChange()" class="form-control">
<option value=""></option>
<option value="1">前1小时</option>
<option value="2">前2小时</option>
<option value="3">前3小时</option>
<option value="4">前4小时</option>
<option value="5">前5小时</option>
<option value="6">前6小时</option>
<option value="7">前7小时</option>
<option value="8">前8小时</option>
<option value="9">前9小时</option>
<option value="10">前10小时</option>
<option value="11">前11小时</option>
<option value="12">前12小时</option>
</select>
</div>
<div class="input-container mr-4">
<label for="">后时间段:&nbsp;&nbsp;</label>
<select [(ngModel)]="filterItems.End_time" (ngModelChange)="selectChange()" class="form-control">
<option value=""></option>
<option value="1">前1小时</option>
<option value="2">前2小时</option>
<option value="3">前3小时</option>
<option value="4">前4小时</option>
<option value="5">前5小时</option>
<option value="6">前6小时</option>
<option value="7">前7小时</option>
<option value="8">前8小时</option>
<option value="9">前9小时</option>
<option value="10">前10小时</option>
<option value="11">前11小时</option>
<option value="12">前12小时</option>
</select>
</div>
</div>
<div [ngClass]="{'filterClose-c':filterClose,'filterClose-o':!filterClose}" class="third-condition row">