2023-08-15 15:17:27 +01:00
< ion-content class = "container width-100 " >
< div * ngIf = "content == ''" class = "buttons header-fix" >
2023-01-30 14:04:57 +01:00
< button ( click ) = " openExpedientActionsModal ( ' 0 ' ) " class = "btn-cancel" shape = "round" > Efetuar Despacho< / button >
2021-10-08 19:29:21 +01:00
< div class = "solid" > < / div >
2023-01-24 15:56:47 +01:00
< button ( click ) = " openExpedientActionsModal ( ' 1 ' ) " class = "btn-cancel" shape = "round" > Solicitar Parecer< / button >
2023-02-01 09:17:48 +01:00
< button * ngIf = "!p.userRole(['PR']) && !p.userPermission([p.permissionList.Gabinete.pr_tasks])" ( click ) = " openExpedientActionsModal ( ' 2 ' ) " class = "btn-cancel" shape = "round" > Pedido de Deferimento< / button >
2021-10-08 19:29:21 +01:00
< button ( click ) = " openBookMeetingModal ( ) " class = "btn-cancel" shape = "round" > Marcar Reunião< / button >
2021-10-09 15:49:00 +01:00
< button class = "btn-cancel" shape = "round" ( click ) = " close ( ) " > Cancelar< / button >
2021-10-08 19:29:21 +01:00
< / div >
2023-08-15 15:17:27 +01:00
< div * ngIf = "content != ''" class = "buttons header-fix" >
2023-07-21 09:39:40 +01:00
<!-- <button (click)="save(Document, content)" class="btn - cancel" shape="round" >Salvar</button> -->
2023-11-01 11:00:09 +01:00
< button * ngIf = "p.userRole('PR')" ( click ) = " AssinarDraft ( ) " class = "btn-cancel" shape = "round" > Assinar< / button >
2023-07-10 12:38:41 +01:00
< button class = "btn-cancel" shape = "round" ( click ) = " close ( ) " > Cancelar< / button >
< / div >
2021-10-08 19:29:21 +01:00
< / ion-content >