From 88c1a0188878fc2d5f7255f13d73b62e1be6cb65 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 1 Jun 2023 07:03:56 +0000 Subject: [PATCH] online Commit 2 mis report datetype : ps --- ng6-seed/src/app/reports/smc-credit/smc-credit.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ng6-seed/src/app/reports/smc-credit/smc-credit.component.ts b/ng6-seed/src/app/reports/smc-credit/smc-credit.component.ts index 6c74b5600..b4f49685d 100644 --- a/ng6-seed/src/app/reports/smc-credit/smc-credit.component.ts +++ b/ng6-seed/src/app/reports/smc-credit/smc-credit.component.ts @@ -63,13 +63,14 @@ export class SmcCreditComponent implements OnInit { constructor(private excelExportService:ExcelExportService,private reportService:ReportsService,private dialog: MatDialog,private router:Router,private route: ActivatedRoute,private form_builder:FormBuilder,private notifier:NotifierService) { this.reportform = this.form_builder.group({ - from_date:[null],to_date:[null],officer_name:[null],lender_id:[null]}); + from_date:[null],to_date:[null],officer_name:[null],lender_id:[null],,date_type:[null]}); } ngOnInit(){ this.maxDate = new Date(); // this.getMISDailyReport(); + this.reportform.get('date_type').setValue('3'); } getMISDailyReport() {