This commit is contained in:
tiago.kayaya
2021-05-12 16:15:30 +01:00
parent 597f9b2e71
commit 2c92ed26cf
18 changed files with 227 additions and 183 deletions
@@ -82,7 +82,7 @@
<button (click)="sendExpedienteToPending()" class="btn-cancel" shape="round" >Enviar para Pendentes</button>
</div>
<div class="buttons" *ngIf="task.WorkflowName == 'Pedido de Parecer'">
<button (click)="openDarParecer()" class="btn-cancel" shape="round" >Dar o meu Parecer</button>
<button (click)="openDarParecer(task)" class="btn-cancel" shape="round" >Dar o meu Parecer</button>
<button (click)="openBookMeetingModal(task)" class="btn-cancel" shape="round" >Marcar Reunião</button>
<button (click)="sendExpedienteToPending()" class="btn-cancel" shape="round" >Enviar para Pendentes</button>
</div>