2021-08-25 10:49:17 +01:00
< ion-content class = "options-container width-100 " >
2021-05-05 17:14:44 +01:00
< div class = "arrow-right" ( click ) = " close ( ) " >
< button class = "btn-no-color" >
2021-10-25 15:31:43 +01:00
< ion-icon * ngIf = "ThemeService.currentTheme == 'default' " slot = "end" class = "arrow-right-icon" src = 'assets/images/icons-arrow-arrow-right.svg' > < / ion-icon >
< ion-icon * ngIf = "ThemeService.currentTheme == 'gov' " slot = "end" class = "arrow-right-icon" src = 'assets/images/theme/gov/icons-calendar-arrow-right.svg' > < / ion-icon >
2021-05-05 17:14:44 +01:00
< / button >
< / div >
2021-08-09 14:51:29 +01:00
< div class = "width-100" >
2022-03-31 17:10:55 +01:00
< div class = "d-flex width-100" >
2021-08-09 14:51:29 +01:00
< div class = "flex-grow-1" >
2022-05-06 14:36:57 +01:00
< button * ngIf = "loggeduser.Profile == 'MDGPR'" class = "btn-cancel desk" shape = "round" > Enviar para o PR < / button >
< button * ngIf = "loggeduser.Profile == 'MDGPR'" ( click ) = " openAddNoteModal ( ' Aprovar ' ) " class = "btn-cancel" shape = "round" > Avaliação Superior< / button >
2022-03-31 17:10:55 +01:00
< button * ngIf = "p.userPermission([p.permissionList.Gabinete.md_tasks])" class = "btn-cancel desk" shape = "round" > Solicitar revisão < / button >
< button * ngIf = "p.userPermission([p.permissionList.Gabinete.md_tasks])" ( click ) = " openAddNoteModal ( ' Revisão ' ) " class = "btn-cancel" shape = "round" > Mandar para Revisão< / button >
2022-05-06 10:14:56 +01:00
< button * ngIf = "p.userPermission([p.permissionList.Gabinete.md_tasks])" class = "btn-cancel desk" shape = "round" > Outras opções < / button >
2021-08-23 16:28:45 +01:00
< button ( click ) = " openExpedientActionsModal ( ' 0 ' , fulltask ) " class = "btn-cancel" shape = "round" > Efetuar Despacho< / button >
2022-05-06 15:02:55 +01:00
<!-- <button (click)="close()" full class="btn - cancel" shape="round" >Cancelar</button> -->
2021-08-09 14:51:29 +01:00
< / div >
< div class = "flex-grow-1" >
< button ( click ) = " openExpedientActionsModal ( ' 1 ' , fulltask ) " class = "btn-cancel" shape = "round" > Solicitar Parecer< / button >
2022-03-31 17:10:55 +01:00
< button ( click ) = " openExpedientActionsModal ( ' 2 ' , fulltask ) " class = "btn-cancel" shape = "round" > Pedido de Deferimento< / button >
< button * ngIf = "p.userPermission([p.permissionList.Agenda.access])" ( click ) = " openBookMeetingModal ( ) " class = "btn-cancel" shape = "round" > Marcar Reunião< / button >
< button * ngIf = "p.userPermission([p.permissionList.Gabinete.md_tasks])" ( click ) = " attachDocument ( ) " class = "btn-cancel" shape = "round" > Anexar Documentos< / button >
2021-08-09 14:51:29 +01:00
< button ( click ) = " distartExpedientModal ( ' descartar ' ) " class = "btn-cancel" shape = "round" > Descartar< / button >
2022-04-14 15:25:57 +01:00
< button ( click ) = " sendExpedienteToPending ( ) " * ngIf = "(task.Status || '') != 'Pending'" full class = "btn-cancel" shape = "round" > Enviar para pendentes< / button >
2022-03-31 17:10:55 +01:00
< button * ngIf = "p.userPermission([p.permissionList.Chat.access])" ( click ) = " openNewGroupPage ( ) " class = "btn-cancel" shape = "round" > Iniciar Conversa< / button >
2021-08-09 14:51:29 +01:00
< / div >
< / div >
2022-03-31 17:10:55 +01:00
<!-- <div *ngIf="task && p.userRole(['PR'])" class="d - flex width - 100">
2021-08-10 15:19:06 +01:00
<div class="flex - grow - 1">
2021-11-30 15:06:07 +01:00
<button (click)="openExpedientActionsModal('0', fulltask)" class="btn - cancel" shape="round" >Efetuar Despacho</button>
2021-08-10 15:19:06 +01:00
<button (click)="distartExpedientModal('descartar')" class="btn - cancel" shape="round" >Descartar</button>
<div class="solid"></div>
<button (click)="openExpedientActionsModal('1',fulltask)" class="btn - cancel" shape="round" >Solicitar Parecer</button>
2021-08-11 10:52:31 +01:00
<button (click)="openBookMeetingModal()" class="btn - cancel" shape="round" >Marcar Reunião</button>
2021-12-14 16:22:53 +01:00
<button (click)="sendExpedienteToPending()" *ngIf="task.Status != 'Pending'" class="btn - cancel" shape="round" >Enviar para Pendentes</button>
2021-08-10 15:19:06 +01:00
<div hidden class="solid"></div>
<button hidden class="btn - cancel" shape="round" >Delegar</button>
2021-11-09 08:51:10 +01:00
<button (click)="openNewGroupPage()" class="btn - cancel" shape="round" >Iniciar Conversa</button>
2021-08-10 15:19:06 +01:00
</div>
2022-03-31 17:10:55 +01:00
</div> -->
2021-08-09 14:51:29 +01:00
2021-05-05 17:14:44 +01:00
< div class = "solid" > < / div >
< button ( click ) = " close ( ) " full class = "btn-cancel" shape = "round" > Cancelar< / button >
< / div >
< / ion-content >