Commit 1404e420 authored by Diogo Santos's avatar Diogo Santos
Browse files

Value types showing in Service Order checkout screen

parent 5d48540a
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
        
                                    <ng-container *ngSwitchCase="'TIMESTAMP'">
                                        <mat-form-field [owlDateTimeTrigger]="pickerFrom">
                                            <mat-label>Custom Value</mat-label>
                                            <mat-label>TIMESTAMP</mat-label>
                                            <input matInput [owlDateTime]="pickerFrom" placeholder="Date Time"
                                                [(ngModel)]="charForm.get('value').value[0].value.value"
                                                [ngModelOptions]="{standalone: true}">
@@ -68,7 +68,7 @@
        
                                    <ng-container *ngSwitchDefault>
                                        <mat-form-field >
                                            <mat-label>Custom Value</mat-label>
                                            <mat-label>{{charForm.get('valueType').value}}</mat-label>
                                            <input matInput [(ngModel)]="charForm.get('value').value[0].value.value"
                                                [ngModelOptions]="{standalone: true}">
                                        </mat-form-field>
@@ -76,7 +76,7 @@
        
                                    <ng-template #iterables>
                                        <mat-form-field>
                                            <mat-label>Custom Value</mat-label>
                                            <mat-label>{{charForm.get('value').value[0].valueType}}</mat-label>
                                            <mat-select formControlName="value" multiple>
                                                <mat-option
                                                    *ngFor="let charValue of configurableSpecChar[i].serviceSpecCharacteristicValue"
@@ -88,7 +88,7 @@

                                    <ng-template #enumerable>
                                        <mat-form-field >
                                            <mat-label>Custom Value</mat-label>
                                            <mat-label>{{charForm.get('value').value[0].valueType}}</mat-label>
                                            <mat-select [(ngModel)]="charForm.get('value').value[0]"
                                                [ngModelOptions]="{standalone: true}">
                                                <mat-option
@@ -111,7 +111,7 @@
                                                                [ngModelOptions]="{standalone: true}">
                                                        </mat-form-field >
                                                        <mat-form-field class="col-sm-6 col-md-12 col-xl-6">
                                                            <mat-label>Custom Value</mat-label>
                                                            <mat-label>{{charValue.valueType}}</mat-label>
                                                            <input matInput [(ngModel)]="charValue.value.value"
                                                                [ngModelOptions]="{standalone: true}">
                                                        </mat-form-field>