Loading src/app/p_services/admin/catalogManagement/edit-service-specs/edit-service-spec-characteristics/edit-service-spec-characteristics.component.html +8 −2 Original line number Diff line number Diff line Loading @@ -133,7 +133,10 @@ <ng-container *ngIf="editFormCharacteristic.controls.valueType.value === 'INTEGER' || editFormCharacteristic.controls.valueType.value === 'SMALLINT' || editFormCharacteristic.controls.valueType.value === 'LONGINT'"> editFormCharacteristic.controls.valueType.value === 'LONGINT' || subValueTypeCtrl.value === 'INTEGER' || subValueTypeCtrl.value === 'SMALLINT' || subValueTypeCtrl.value === 'LONGINT'"> <mat-form-field class="col-lg-2 mt-2"> <mat-label>Value From</mat-label> <input matInput formControlName="valueFrom"> Loading Loading @@ -187,7 +190,10 @@ <ng-container *ngIf="editFormCharacteristic.controls.valueType.value === 'INTEGER' || editFormCharacteristic.controls.valueType.value === 'SMALLINT' || editFormCharacteristic.controls.valueType.value === 'LONGINT'"> editFormCharacteristic.controls.valueType.value === 'LONGINT' || subValueTypeCtrl.value === 'INTEGER' || subValueTypeCtrl.value === 'SMALLINT' || subValueTypeCtrl.value === 'LONGINT'"> <mat-form-field class="col-lg-2 mt-2 order-2 order-md-3"> <mat-label>Value From</mat-label> <input matInput formControlName="valueFrom"> Loading src/app/p_services/orderCheckout/service-order-checkout/service-order-checkout.component.html +2 −2 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ <mat-option *ngFor="let charValue of configurableSpecChar[i].serviceSpecCharacteristicValue" [value]="charValue"> {{charValue.value.alias}}</mat-option> {{charValue.value.value}}</mat-option> </mat-select> </mat-form-field> </ng-template> Loading @@ -99,7 +99,7 @@ <mat-option *ngFor="let charValue of configurableSpecChar[i].serviceSpecCharacteristicValue" [value]="charValue"> {{charValue.value.alias}}</mat-option> {{charValue.value.value}}</mat-option> </mat-select> </mat-form-field> Loading Loading
src/app/p_services/admin/catalogManagement/edit-service-specs/edit-service-spec-characteristics/edit-service-spec-characteristics.component.html +8 −2 Original line number Diff line number Diff line Loading @@ -133,7 +133,10 @@ <ng-container *ngIf="editFormCharacteristic.controls.valueType.value === 'INTEGER' || editFormCharacteristic.controls.valueType.value === 'SMALLINT' || editFormCharacteristic.controls.valueType.value === 'LONGINT'"> editFormCharacteristic.controls.valueType.value === 'LONGINT' || subValueTypeCtrl.value === 'INTEGER' || subValueTypeCtrl.value === 'SMALLINT' || subValueTypeCtrl.value === 'LONGINT'"> <mat-form-field class="col-lg-2 mt-2"> <mat-label>Value From</mat-label> <input matInput formControlName="valueFrom"> Loading Loading @@ -187,7 +190,10 @@ <ng-container *ngIf="editFormCharacteristic.controls.valueType.value === 'INTEGER' || editFormCharacteristic.controls.valueType.value === 'SMALLINT' || editFormCharacteristic.controls.valueType.value === 'LONGINT'"> editFormCharacteristic.controls.valueType.value === 'LONGINT' || subValueTypeCtrl.value === 'INTEGER' || subValueTypeCtrl.value === 'SMALLINT' || subValueTypeCtrl.value === 'LONGINT'"> <mat-form-field class="col-lg-2 mt-2 order-2 order-md-3"> <mat-label>Value From</mat-label> <input matInput formControlName="valueFrom"> Loading
src/app/p_services/orderCheckout/service-order-checkout/service-order-checkout.component.html +2 −2 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ <mat-option *ngFor="let charValue of configurableSpecChar[i].serviceSpecCharacteristicValue" [value]="charValue"> {{charValue.value.alias}}</mat-option> {{charValue.value.value}}</mat-option> </mat-select> </mat-form-field> </ng-template> Loading @@ -99,7 +99,7 @@ <mat-option *ngFor="let charValue of configurableSpecChar[i].serviceSpecCharacteristicValue" [value]="charValue"> {{charValue.value.alias}}</mat-option> {{charValue.value.value}}</mat-option> </mat-select> </mat-form-field> Loading