final remarks style changes : kdk
This commit is contained in:
parent
da7fff44d4
commit
98f55b8893
@ -9,7 +9,7 @@
|
|||||||
<form [formGroup]="_finalRemarkForm" (submit)="onSubmit()" novalidate>
|
<form [formGroup]="_finalRemarkForm" (submit)="onSubmit()" novalidate>
|
||||||
<mat-dialog-content>
|
<mat-dialog-content>
|
||||||
<mat-card>
|
<mat-card>
|
||||||
<mat-form-field style="width: 100%">
|
<mat-form-field>
|
||||||
<mat-select placeholder="Customer Behaviour" formControlName="final_custormer_remark_type">
|
<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-option *ngFor="let pm of m_remarkTypeCustomerBehaviour" [value]="pm.customer_behaviour_id">{{ pm.description }}</mat-option>
|
||||||
</mat-select>
|
</mat-select>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user