final remarks style changes : kdk

This commit is contained in:
dineshkumarkannan 2018-12-20 09:49:40 +05:30
parent da7fff44d4
commit 98f55b8893

View File

@ -9,7 +9,7 @@
<form [formGroup]="_finalRemarkForm" (submit)="onSubmit()" novalidate>
<mat-dialog-content>
<mat-card>
<mat-form-field style="width: 100%">
<mat-form-field>
<mat-select placeholder="Customer Behaviour" formControlName="final_custormer_remark_type">
<mat-option *ngFor="let pm of m_remarkTypeCustomerBehaviour" [value]="pm.customer_behaviour_id">{{ pm.description }}</mat-option>
</mat-select>