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" >
2023-08-20 00:26:24 +01:00
< div class = "flex-grow-1 flex-wrap d-flex" >
2024-02-29 11:37:35 +01:00
< button * ngIf = "p.userPermission([p.permissionList.Gabinete.md_tasks])" class = "btn-cancel deskButtonText" shape = "round" > Enviar para o {{ environment.PR}} < / button >
2023-03-20 08:58:45 +01:00
< button * ngIf = "p.userPermission([p.permissionList.Gabinete.md_tasks])" ( click ) = " openAddNoteModal ( ' Aprovar ' ) " class = "btn-cancel" shape = "round" > Solicitar consideração superior< / button >
2024-02-29 11:37:35 +01:00
< button * ngIf = "p.userPermission([p.permissionList.Gabinete.md_tasks])" class = "btn-cancel deskButtonText" shape = "round" > Solicitar revisão < / button >
2023-03-20 08:58:45 +01:00
< button * ngIf = "p.userPermission([p.permissionList.Gabinete.md_tasks])" ( click ) = " openAddNoteModal ( ' Revisão ' ) " class = "btn-cancel" shape = "round" > Submeter para revisão< / button >
2024-02-29 11:37:35 +01:00
< button * ngIf = "p.userPermission([p.permissionList.Gabinete.md_tasks])" class = "btn-cancel deskButtonText" 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
< button ( click ) = " openExpedientActionsModal ( ' 1 ' , fulltask ) " class = "btn-cancel" shape = "round" > Solicitar Parecer< / button >
2023-02-01 09:08:46 +01:00
< button * ngIf = "!p.userRole(['PR']) && !p.userPermission([p.permissionList.Gabinete.pr_tasks])" ( click ) = " openExpedientActionsModal ( ' 2 ' , fulltask ) " class = "btn-cancel" shape = "round" > Pedido de Deferimento< / button >
2022-03-31 17:10:55 +01:00
< 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 >
2023-02-14 16:24:45 +01:00
< button ( click ) = " distartExpedientModal ( ' descartar ' ) " class = "btn-cancel" shape = "round" > Arquivar< / button >
2023-01-30 23:21:47 +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 >
2023-08-20 00:26:24 +01:00
< button ( click ) = " close ( ) " full class = "btn-cancel" shape = "round" > Cancelar< / button >
2021-08-09 14:51:29 +01:00
< / div >
< / div >
2021-05-05 17:14:44 +01:00
< / div >
< / ion-content >