Improve gabinete form

This commit is contained in:
Peter Maquiran
2021-07-07 09:50:43 +01:00
parent e9dc2f0dd0
commit dbbefac107
2 changed files with 16 additions and 17 deletions
@@ -36,12 +36,12 @@
<ion-select-option value="99999864"><b>Urgentíssimo</b> (8 horas para a execução da tarefa)</ion-select-option> <ion-select-option value="99999864"><b>Urgentíssimo</b> (8 horas para a execução da tarefa)</ion-select-option>
</ion-select> </ion-select>
<mat-form-field appearance="fill" class="width-100 d-none d-md-block" floatLabel="never"> <mat-form-field appearance="none" class="width-100 d-none d-md-block" floatLabel="never">
<mat-select placeholder="Prazo*" [(value)]="postData.Priority"> <mat-select placeholder="Prazo*" [(ngModel)]="postData.Priority">
<mat-option [value]="99999861">Normal</mat-option> <mat-option value="99999861">Normal</mat-option>
<mat-option [value]="99999862">Urgente</mat-option> <mat-option value="99999862">Urgente</mat-option>
<mat-option [value]="99999863">Muito Urgente</mat-option> <mat-option value="99999863">Muito Urgente</mat-option>
<mat-option [value]="99999864">Urgentíssimo</mat-option> <mat-option value="99999864">Urgentíssimo</mat-option>
</mat-select> </mat-select>
</mat-form-field> </mat-form-field>
@@ -71,7 +71,7 @@
class="width-100 d-block" class="width-100 d-block"
appearance="none"> appearance="none">
<mat-select [(ngModel)]="selectedTypes" multiple placeholder="Selecione o tipo de evento*"> <mat-select [(ngModel)]="selectedTypes" multiple placeholder="Selecione o tipo de evento*">
<mat-option *ngFor="let type of subjectTypes" [value]="type.Code">{{type.Description}}</mat-option> <mat-option *ngFor="let type of subjectTypes" value="{{type.Code}}">{{type.Description}}</mat-option>
</mat-select> </mat-select>
</mat-form-field> </mat-form-field>
</div> </div>
@@ -65,12 +65,12 @@
<ion-select-option value="99999864"><b>Urgentíssimo</b> (8 horas para a execução da tarefa)</ion-select-option> <ion-select-option value="99999864"><b>Urgentíssimo</b> (8 horas para a execução da tarefa)</ion-select-option>
</ion-select> </ion-select>
<mat-form-field appearance="fill" class="width-100 d-none d-md-block" appearance="none"> <mat-form-field class="width-100 d-none d-md-block" appearance="none">
<mat-select placeholder="Prazo*" [(ngModel)]="postData.Priority"> <mat-select [(ngModel)]="postData.Priority">
<mat-option [value]="99999861"><b>Normal</b> (4 dias para a execução da tarefa)</mat-option> <mat-option value="99999861"><b>Normal</b> (4 dias para a execução da tarefa)</mat-option>
<mat-option [value]="99999862"><b>Urgente</b> (2 dias para a execução da tarefa)</mat-option> <mat-option value="99999862"><b>Urgente</b> (2 dias para a execução da tarefa)</mat-option>
<mat-option [value]="99999863"><b>Muito Urgente</b> (1 dia para a execução da tarefa)</mat-option> <mat-option value="99999863"><b>Muito Urgente</b> (1 dia para a execução da tarefa)</mat-option>
<mat-option [value]="99999864"><b>Urgentíssimo</b> (8 horas para a execução da tarefa)</mat-option> <mat-option value="99999864"><b>Urgentíssimo</b> (8 horas para a execução da tarefa)</mat-option>
</mat-select> </mat-select>
</mat-form-field> </mat-form-field>
@@ -110,7 +110,7 @@
class="width-100 d-block" class="width-100 d-block"
appearance="none"> appearance="none">
<mat-select [(ngModel)]="selectedTypes" multiple placeholder="Selecione o tipo de evento*"> <mat-select [(ngModel)]="selectedTypes" multiple placeholder="Selecione o tipo de evento*">
<mat-option *ngFor="let type of subjectTypes" [value]="type.Code">{{type.Description}}</mat-option> <mat-option *ngFor="let type of subjectTypes" value="{{type.Code}}">{{type.Description}}</mat-option>
</mat-select> </mat-select>
</mat-form-field> </mat-form-field>
</div> </div>
@@ -128,7 +128,6 @@
</div> </div>
</div> </div>
<div class="container-div"> <div class="container-div">
<div class="ion-item-class-2"> <div class="ion-item-class-2">
<div class="ion-icon-class"> <div class="ion-icon-class">