online Commit 2 mis report datetype : ps
This commit is contained in:
parent
94871cb1cd
commit
88c1a01888
@ -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) {
|
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({
|
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(){
|
ngOnInit(){
|
||||||
this.maxDate = new Date();
|
this.maxDate = new Date();
|
||||||
// this.getMISDailyReport();
|
// this.getMISDailyReport();
|
||||||
|
this.reportform.get('date_type').setValue('3');
|
||||||
}
|
}
|
||||||
|
|
||||||
getMISDailyReport() {
|
getMISDailyReport() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user