online Commit 2 mis report datetype : ps

This commit is contained in:
gandhimathi 2023-06-01 07:03:56 +00:00
parent 94871cb1cd
commit 88c1a01888

View File

@ -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() {