Fairoj: advance filter changes(old work)
This commit is contained in:
parent
c937e346ff
commit
883e7a1d90
BIN
ng6-seed/PD Genie Lender web test 05-03-2020.zip
Normal file
BIN
ng6-seed/PD Genie Lender web test 05-03-2020.zip
Normal file
Binary file not shown.
@ -42,17 +42,17 @@
|
||||
<mat-option *ngFor="let city of CITY" [value]="city.city_id">{{city.name}}</mat-option>
|
||||
</mat-select>
|
||||
</mat-form-field> -->
|
||||
<mat-form-field style="width:30%">
|
||||
<!-- <mat-form-field style="width:30%">
|
||||
<mat-select multiple formControlName="pd_lender" placeholder="Lender Name">
|
||||
<mat-option *ngFor="let ent of ENTITY" [value]="ent.entity_id">{{ent.full_name}}</mat-option>
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
</mat-form-field> -->
|
||||
<mat-form-field style="width:30%">
|
||||
<input matInput type="text" formControlName="pd_applicant_name" placeholder="Company/Firm Name">
|
||||
</mat-form-field>
|
||||
<mat-form-field style="width: 30%">
|
||||
<!-- <mat-form-field style="width: 30%">
|
||||
<input matInput type="text" formControlName="pd_officer" placeholder="PD Officer Name">
|
||||
</mat-form-field>
|
||||
</mat-form-field> -->
|
||||
<!-- <div fxLayout="row wrap">
|
||||
<div fxFlex.xs="100%" fxFlex.sm="100%" fxFlex="45%">
|
||||
<mat-checkbox class="example-margin" color="primary" formControlName="is_include_archived">Include Archived</mat-checkbox>
|
||||
|
||||
@ -28,12 +28,13 @@ export class AdvanceFilterComponent implements OnInit {
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
let entity_id=localStorage.getItem('LocalSetEntity');
|
||||
this.searchForm=this._fb.group({
|
||||
pd_status:[''],
|
||||
pd_from_date:[''],
|
||||
pd_to_date:[''],
|
||||
pd_products:[''],
|
||||
pd_lender:[''],
|
||||
pd_lender:[entity_id],
|
||||
pd_applicant_name:[''],
|
||||
pd_officer:[''],
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user