2021-09-03 16:20:22 +01:00
|
|
|
<div class="wrapper">
|
2021-05-27 13:11:10 +01:00
|
|
|
<div *ngIf="task.WorkflowName == 'Pedido de Deferimento'">
|
|
|
|
|
<div class="buttons" *ngIf="task.activityInstanceName == 'Tarefa de Deferimento'">
|
|
|
|
|
<button (click)="openAddNoteModal('Arquivar')" class="btn-cancel" shape="round" >Arquivar</button>
|
|
|
|
|
<button (click)="openDelegarModal(task)" class="btn-cancel" shape="round" >Delegar</button>
|
|
|
|
|
<div class="solid"></div>
|
2021-08-23 16:28:45 +01:00
|
|
|
<button *ngIf="!p.userRole(['PR'])" (click)="openExpedientActionsModal('0',fulltask)" class="btn-cancel" shape="round" >Efetuar Despacho</button>
|
|
|
|
|
<button *ngIf="p.userRole(['PR'])" (click)="openExpedientActionsModal('0',fulltask)" class="btn-cancel" shape="round" >Efetuar Despacho</button>
|
2021-08-24 14:07:27 +01:00
|
|
|
<button *ngIf="!p.userRole(['PR'])" (click)="openExpedientActionsModal('2',fulltask)" class="btn-cancel" shape="round" >Pedido de Deferimento</button>
|
2021-05-27 13:11:10 +01:00
|
|
|
<button (click)="openBookMeetingModal(task)" class="btn-cancel" shape="round" >Marcar Reunião</button>
|
2021-07-16 19:51:19 +01:00
|
|
|
<button (click)="sendExpedienteToPending()" *ngIf="task.Status != 'Pending'" class="btn-cancel" shape="round" >Enviar para Pendentes</button>
|
2021-09-03 15:43:22 +01:00
|
|
|
<button (click)="cancel()" class="btn-cancel" shape="round" >Cancelar</button>
|
2021-05-27 13:11:10 +01:00
|
|
|
</div>
|
|
|
|
|
<div class="buttons" *ngIf="task.activityInstanceName == 'Reapreciar Deferimento'">
|
|
|
|
|
<button (click)="openAddNoteModal('Arquivar')" class="btn-cancel" shape="round" >Arquivar</button>
|
|
|
|
|
<button (click)="openDelegarModal(task)" class="btn-cancel" shape="round" >Delegar</button>
|
|
|
|
|
<div class="solid"></div>
|
2021-08-23 16:28:45 +01:00
|
|
|
<button *ngIf="!p.userRole(['PR'])" (click)="openExpedientActionsModal('0',fulltask)" class="btn-cancel" shape="round" >Efetuar Despacho</button>
|
|
|
|
|
<button *ngIf="p.userRole(['PR'])" (click)="openExpedientActionsModal('0',fulltask)" class="btn-cancel" shape="round" >Efetuar Despacho</button>
|
2021-08-24 14:07:27 +01:00
|
|
|
<button *ngIf="!p.userRole(['PR'])" (click)="openExpedientActionsModal('2',fulltask)" class="btn-cancel" shape="round" >Pedido de Deferimento</button>
|
2021-05-27 13:11:10 +01:00
|
|
|
<button (click)="openBookMeetingModal(task)" class="btn-cancel" shape="round" >Marcar Reunião</button>
|
2021-07-16 19:51:19 +01:00
|
|
|
<button (click)="sendExpedienteToPending()" *ngIf="task.Status != 'Pending'" class="btn-cancel" shape="round" >Enviar para Pendentes</button>
|
2021-09-03 15:43:22 +01:00
|
|
|
<button (click)="cancel()" class="btn-cancel" shape="round" >Cancelar</button>
|
2021-05-27 13:11:10 +01:00
|
|
|
</div>
|
|
|
|
|
<div class="buttons" *ngIf="task.activityInstanceName == 'Concluir Deferimento'">
|
|
|
|
|
<button (click)="openAddNoteModal('Arquivar')" class="btn-cancel" shape="round" >Arquivar</button>
|
|
|
|
|
<button (click)="openDelegarModal(task)" class="btn-cancel" shape="round" >Delegar</button>
|
|
|
|
|
<div class="solid"></div>
|
2021-08-23 16:28:45 +01:00
|
|
|
<button *ngIf="!p.userRole(['PR'])" (click)="openExpedientActionsModal('0',fulltask)" class="btn-cancel" shape="round" >Efetuar Despacho</button>
|
|
|
|
|
<button *ngIf="p.userRole(['PR'])" (click)="openExpedientActionsModal('0',fulltask)" class="btn-cancel" shape="round" >Efetuar Despacho</button>
|
2021-08-17 15:29:01 +01:00
|
|
|
<!-- <button (click)="openExpedientActionsModal('1',fulltask)" class="btn-cancel" shape="round" >Solicitar Parecer</button> -->
|
2021-05-27 13:11:10 +01:00
|
|
|
<button (click)="openAddNoteModal('Solicitar Reapreciação')" class="btn-cancel" shape="round" >Solicitar Reapreciação</button>
|
|
|
|
|
<button (click)="openBookMeetingModal(task)" class="btn-cancel" shape="round" >Marcar Reunião</button>
|
2021-07-16 19:51:19 +01:00
|
|
|
<button (click)="sendExpedienteToPending()" *ngIf="task.Status != 'Pending'" class="btn-cancel" shape="round" >Enviar para Pendentes</button>
|
2021-09-03 15:43:22 +01:00
|
|
|
<button (click)="cancel()" class="btn-cancel" shape="round" >Cancelar</button>
|
2021-05-27 13:11:10 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2021-09-03 15:43:22 +01:00
|
|
|
|
2021-08-19 15:55:11 +01:00
|
|
|
<div *ngIf="task.WorkflowName == 'Pedido de Parecer' || task.WorkflowName == 'Pedido de Parecer do Presidente' ">
|
2021-05-27 13:11:10 +01:00
|
|
|
<div class="buttons" *ngIf="task.activityInstanceName == 'Tarefa de Parecer'">
|
|
|
|
|
<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)="openBookMeetingModal(task)" class="btn-cancel" shape="round" >Marcar Reunião</button>
|
2021-07-16 19:51:19 +01:00
|
|
|
<button (click)="sendExpedienteToPending()" *ngIf="task.Status != 'Pending'" class="btn-cancel" shape="round" >Enviar para Pendentes</button>
|
2021-09-03 15:43:22 +01:00
|
|
|
<button (click)="cancel()" class="btn-cancel" shape="round" >Cancelar</button>
|
2021-05-27 13:11:10 +01:00
|
|
|
</div>
|
|
|
|
|
<div class="buttons" *ngIf="task.activityInstanceName == 'Concluir Parecer'">
|
|
|
|
|
<button (click)="openAddNoteModal('Arquivar')" class="btn-cancel" shape="round" >Arquivar</button>
|
2021-08-23 16:28:45 +01:00
|
|
|
<button *ngIf="!p.userRole(['PR'])" (click)="openExpedientActionsModal('0',fulltask)" class="btn-cancel" shape="round" >Efetuar Despacho</button>
|
|
|
|
|
<button *ngIf="p.userRole(['PR'])" (click)="openExpedientActionsModal('0',fulltask)" class="btn-cancel" shape="round" >Efetuar Despacho</button>
|
2021-05-27 13:11:10 +01:00
|
|
|
<button (click)="openExpedientActionsModal('1',fulltask)" class="btn-cancel" shape="round" >Solicitar Parecer</button>
|
2021-08-24 14:07:27 +01:00
|
|
|
<button *ngIf="!p.userRole(['PR'])" (click)="openExpedientActionsModal('2',fulltask)" class="btn-cancel" shape="round" >Pedido de Deferimento</button>
|
2021-05-27 13:11:10 +01:00
|
|
|
<button (click)="openBookMeetingModal(task)" class="btn-cancel" shape="round" >Marcar Reunião</button>
|
2021-07-16 19:51:19 +01:00
|
|
|
<button (click)="sendExpedienteToPending()" *ngIf="task.Status != 'Pending'" class="btn-cancel" shape="round" >Enviar para Pendentes</button>
|
2021-09-03 15:43:22 +01:00
|
|
|
<button (click)="cancel()" class="btn-cancel" shape="round" >Cancelar</button>
|
2021-05-27 13:11:10 +01:00
|
|
|
</div>
|
2021-11-10 11:32:36 +01:00
|
|
|
<div class="buttons">
|
|
|
|
|
<button (click)="openNewGroupPage()" class="btn-cancel" shape="round" >Iniciar Conversa</button>
|
|
|
|
|
</div>
|
2021-05-27 13:11:10 +01:00
|
|
|
</div>
|
2021-09-03 16:20:22 +01:00
|
|
|
</div>
|