advance filter issues

This commit is contained in:
gayathri1990 2021-01-06 11:03:15 +05:30
parent b4776e85ee
commit 6aea02143c
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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:[''],