mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
save
This commit is contained in:
@@ -6,19 +6,19 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="header-title">
|
<div class="header-title">
|
||||||
<label>Adicionar notas</label>
|
<label>Adicionar coméntário</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</ion-header>
|
</ion-header>
|
||||||
|
|
||||||
<ion-content>
|
<ion-content>
|
||||||
<ion-item lines="none">
|
<ion-item lines="none">
|
||||||
<ion-textarea [(ngModel)]="emendMessage" rows="4" cols="20" placeholder="Digite uma nota..."></ion-textarea>
|
<ion-textarea [(ngModel)]="emendMessage" rows="4" cols="20" placeholder="Adicionar um comentário para execução..."></ion-textarea>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
<ion-footer>
|
<ion-footer>
|
||||||
<div class="buttons width-100">
|
<div class="buttons width-100">
|
||||||
<button class="btn-delete cursor-pointer" shape="round" (click)="close()">Cancelar</button>
|
<button class="btn-cancel cursor-pointer" shape="round" (click)="close()">Cancelar</button>
|
||||||
<button class="btn-ok cursor-pointer" shape="round" (click)="save()">Gravar</button>
|
<button class="btn-ok cursor-pointer" shape="round" (click)="save()">Gravar</button>
|
||||||
</div>
|
</div>
|
||||||
</ion-footer>
|
</ion-footer>
|
||||||
|
|||||||
@@ -6,19 +6,19 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="header-title">
|
<div class="header-title">
|
||||||
<label>Notas</label>
|
<label>Enviar para revisão</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</ion-header>
|
</ion-header>
|
||||||
|
|
||||||
<ion-content>
|
<ion-content>
|
||||||
<ion-item lines="none">
|
<ion-item lines="none">
|
||||||
<ion-textarea [(ngModel)]="emendMessage" rows="4" cols="20" placeholder="Digite uma nota..."></ion-textarea>
|
<ion-textarea [(ngModel)]="emendMessage" rows="4" cols="20" placeholder="Indique o que necessita ser revisto!"></ion-textarea>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
<ion-footer>
|
<ion-footer>
|
||||||
<div class="buttons width-100">
|
<div class="buttons width-100">
|
||||||
<button class="btn-delete cursor-pointer" shape="round" (click)="close()">Cancelar</button>
|
<button class="btn-cancel cursor-pointer" shape="round" (click)="close()">Cancelar</button>
|
||||||
<button class="btn-ok cursor-pointer" shape="round" (click)="save()">Gravar</button>
|
<button class="btn-ok cursor-pointer" shape="round" (click)="save()">Gravar</button>
|
||||||
</div>
|
</div>
|
||||||
</ion-footer>
|
</ion-footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user