|
@@ -9,44 +9,47 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="containerContent-w" id="print-section">
|
|
|
- <div class="row printClass">
|
|
|
+ <!-- <div class="row printClass">
|
|
|
<div class="col-12 col-md-4">
|
|
|
|
|
|
- <div class="form-group">
|
|
|
- <span class="spanSelect-w" style="margin-right:10px;">
|
|
|
- <select [ngModel]="reportValue" class="form-control selectButton-w full" (input)="getReport($event.target.value)">
|
|
|
- <option value="0"> رجاء الاختيار التقرير</option>
|
|
|
- <option value="1">تقارير عن الوحدات السكنية</option>
|
|
|
- <option value="2">تقارير عن السكان في مجمعات و المباني</option>
|
|
|
- <option value="3">تقارير عن ساكن</option>
|
|
|
- <option value="4">تقارير عن العهد الموجوده</option>
|
|
|
- </select>
|
|
|
- </span>
|
|
|
- </div>
|
|
|
+
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="row fit-filter-style printClass" *ngIf="showFilters">
|
|
|
- <div class="col-12 col-sm-3 col-md-3 col-lg-3">
|
|
|
- <div class="form-group">
|
|
|
- <span class="spanSelect-w" style="margin-right:10px;">
|
|
|
+ </div> -->
|
|
|
+ <div class="row fit-filter-style printClass" >
|
|
|
+ <div class="col-12 col-sm-3 col-md-3 col-lg-2">
|
|
|
+ <div class="form-group">
|
|
|
+ <span class="spanSelect-w" style="margin-right:10px;">
|
|
|
+ <select [ngModel]="reportValue" class="form-control selectButton-w full" (input)="getReport($event.target.value)">
|
|
|
+ <option value="0"> رجاء الاختيار التقرير</option>
|
|
|
+ <option value="1">تقارير عن الوحدات السكنية</option>
|
|
|
+ <option value="2">تقارير عن السكان في مجمعات و المباني</option>
|
|
|
+ <option value="3">تقارير عن ساكن</option>
|
|
|
+ <option value="4">تقارير عن العهد الموجوده</option>
|
|
|
+ </select>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-12 col-sm-3 col-md-3 col-lg-2">
|
|
|
+ <div class="form-group" *ngIf="showFilters">
|
|
|
+ <span class="spanSelect-w" style="width: 100%;">
|
|
|
<select [ngModel]="housing_complex_id" class="form-control selectButton-w full" (input)="getBuildingsType($event.target.value)">
|
|
|
<option *ngFor="let complex of complex_list" [value]="complex.id">{{complex.name}}</option>
|
|
|
</select>
|
|
|
</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="col-12 col-sm-3 col-md-3 col-lg-3" *ngIf="isComplex">
|
|
|
+ <div class="col-12 col-sm-3 col-md-3 col-lg-2" *ngIf="isComplex">
|
|
|
<div class="form-group">
|
|
|
- <span class="spanSelect-w" style="margin-right:10px;">
|
|
|
+ <span class="spanSelect-w" style="width: 100%;">
|
|
|
<select [ngModel]="building_type_id" class="form-control selectButton-w full" (input)="getBuilding($event.target.value)">
|
|
|
<option *ngFor="let type of building_types" [value]="type.id">{{type.name}}</option>
|
|
|
</select>
|
|
|
</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="col-12 col-sm-3 col-md-3 col-lg-3" *ngIf="isBuildingType">
|
|
|
+ <div class="col-12 col-sm-3 col-md-3 col-lg-2" *ngIf="isBuildingType">
|
|
|
<div class="form-group">
|
|
|
- <span class="spanSelect-w" style="margin-right:10px;">
|
|
|
+ <span class="spanSelect-w"style="width: 100%;">
|
|
|
<select [ngModel]="building_id" class="form-control selectButton-w full " (input)="getBuildingID($event.target.value)">
|
|
|
<option *ngFor="let building of buildings" [value]="building.id">{{building.building_name}}</option>
|
|
|
</select>
|
|
@@ -54,21 +57,24 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="col-12 col-sm-12 col-md-12 col-lg-3" *ngIf="isUnit">
|
|
|
+ <div class="col-12 col-sm-12 col-md-12 col-lg-2" *ngIf="isUnit">
|
|
|
<div class="form-group">
|
|
|
- <span class="spanSelect-w" style="margin-right:10px;">
|
|
|
+ <span class="spanSelect-w" style="width: 100%;">
|
|
|
<select [ngModel]="unitId" class="form-control selectButton-w full" (input)="unitNum($event.target.value)">
|
|
|
<option *ngFor="let unit of units" [value]="unit.id">{{unit.unit_number}}</option>
|
|
|
</select>
|
|
|
</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="col-12 col-sm-12 col-md-12 col-lg-2">
|
|
|
+ <div class="row printClass" *ngIf="reportValue == 3 && showSearchBtn " style="justify-content: center;">
|
|
|
+ <input type="text" placeholder="{{placeholder}}" class="form-control numberReport-s" [(ngModel)]="searchValue" style="width: 100%"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="row printClass" *ngIf="reportValue == 3 && showSearchBtn " style="justify-content: center; margin-top: 50px">
|
|
|
- <input type="text" placeholder="{{placeholder}}" class="form-control numberReport-s" [(ngModel)]="searchValue" style="width: 25%"/>
|
|
|
- </div>
|
|
|
- <div class="row fit-filter-style printClass" *ngIf="showSearchBtn ">
|
|
|
- <button class="btn btn-success buttonS" (click)="onSearch()" style="margin-left: 2%;">أبحث</button>
|
|
|
+
|
|
|
+ <div class="row fit-filter-style printClass" *ngIf="showSearchBtn " style=" padding: 25px;">
|
|
|
+ <button class="btn btn-success buttonS" (click)="onSearch()">أبحث</button>
|
|
|
</div>
|
|
|
|
|
|
<div class="col-12" *ngIf="fristReport">
|