2021-10-08 19:29:21 +01:00
|
|
|
<ion-content class="container width-100 ">
|
|
|
|
|
<div class="buttons">
|
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>
|
2021-10-08 19:29:21 +01:00
|
|
|
<button *ngIf="!p.userRole(['PR'])" (click)="openExpedientActionsModal('2')" class="btn-cancel" shape="round" >Pedido de Deferimento</button>
|
|
|
|
|
<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>
|
|
|
|
|
</ion-content>
|