sales adv.filter Issues Fixes : ps
This commit is contained in:
parent
23bb8f6613
commit
769dc5d149
@ -53,7 +53,7 @@ export class AdvanceFilterComponent implements OnInit {
|
|||||||
pd_lender:[entity_id],
|
pd_lender:[entity_id],
|
||||||
pd_applicant_name:[''],
|
pd_applicant_name:[''],
|
||||||
pd_officer:[''],
|
pd_officer:[''],
|
||||||
sales_pd_officer_id:[this.is_sales_login ? local.userid : '']
|
sales_pd_officer_id:[local.userid]
|
||||||
})
|
})
|
||||||
console.log('testing');
|
console.log('testing');
|
||||||
console.log(this.drop_down_datas)
|
console.log(this.drop_down_datas)
|
||||||
@ -121,7 +121,7 @@ export class AdvanceFilterComponent implements OnInit {
|
|||||||
this.searchForm.value.pd_from_date = this.pipe.transform(this.searchForm.value.pd_from_date,'yyyy-MM-dd');
|
this.searchForm.value.pd_from_date = this.pipe.transform(this.searchForm.value.pd_from_date,'yyyy-MM-dd');
|
||||||
this.searchForm.value.pd_to_date = this.pipe.transform(this.searchForm.value.pd_to_date,'yyyy-MM-dd');
|
this.searchForm.value.pd_to_date = this.pipe.transform(this.searchForm.value.pd_to_date,'yyyy-MM-dd');
|
||||||
// console.log(this.searchForm.value);
|
// console.log(this.searchForm.value);
|
||||||
//console.log('testing');
|
// console.log('testing');
|
||||||
|
|
||||||
this.xpandStatus=true;
|
this.xpandStatus=true;
|
||||||
this.salesPDService.advancedFilter(this.searchForm.value).subscribe(res=>{
|
this.salesPDService.advancedFilter(this.searchForm.value).subscribe(res=>{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user