advance filter issues
This commit is contained in:
parent
b4776e85ee
commit
6aea02143c
@ -51,7 +51,7 @@
|
||||
<input matInput type="text" formControlName="pd_applicant_name" placeholder="Company/Firm Name">
|
||||
</mat-form-field>
|
||||
<mat-form-field style="width:30%" class="matfieldblock">
|
||||
<mat-select multiple formControlName="pd_typefilter" placeholder="PD Type">
|
||||
<mat-select multiple formControlName="sales_pd_type" placeholder="PD Type">
|
||||
<mat-option [value]="1">Physical PD</mat-option>
|
||||
<mat-option [value]="2">Telephonic PD</mat-option>
|
||||
</mat-select>
|
||||
|
||||
@ -31,7 +31,7 @@ export class AdvanceFilterComponent implements OnInit {
|
||||
let entity_id=localStorage.getItem('LocalSetEntity');
|
||||
this.searchForm=this._fb.group({
|
||||
pd_status:[''],
|
||||
pd_typefilter:[''],
|
||||
sales_pd_type:[''],
|
||||
pd_from_date:[''],
|
||||
pd_to_date:[''],
|
||||
pd_products:[''],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user