online Commit mis report datetype dropdown : ps

This commit is contained in:
gandhimathi 2023-06-01 07:00:31 +00:00
parent 7ee9d40033
commit 94871cb1cd

View File

@ -46,10 +46,19 @@
</mat-expansion-panel-header> </mat-expansion-panel-header>
<div> <div>
<mat-form-field dividerColor="primary" class="ml-xs mr-xs" style="width: 30%;"> <mat-form-field dividerColor="primary" class="ml-xs mr-xs" style="width: 93%;">
<input matInput type="text" placeholder="Officer Name" formControlName="officer_name"> <input matInput type="text" placeholder="Officer Name" formControlName="officer_name">
</mat-form-field> </mat-form-field>
<mat-form-field class="ml-xs mr-xs" style="width:30%">
<mat-select placeholder="Date Type" formControlName="date_type" placeholder="Date Type" >
<mat-option value=1>Created Date</mat-option>
<mat-option value=2>Updated Date</mat-option>
<mat-option value=3>Completed Date</mat-option>
</mat-select>
</mat-form-field>
<mat-form-field class="ml-xs mr-xs" style="width:30%"> <mat-form-field class="ml-xs mr-xs" style="width:30%">
<input matInput [max]="maxDate" [matDatepicker]="picker" formControlName="from_date" placeholder="From Date" (dateChange)="getDateObjects($event.target.value)"> <input matInput [max]="maxDate" [matDatepicker]="picker" formControlName="from_date" placeholder="From Date" (dateChange)="getDateObjects($event.target.value)">
<mat-datepicker-toggle matSuffix [for]="picker"></mat-datepicker-toggle> <mat-datepicker-toggle matSuffix [for]="picker"></mat-datepicker-toggle>