2021-07-20 19:22:11 +01:00
|
|
|
<ion-header class="ion-no-border">
|
|
|
|
|
</ion-header>
|
|
|
|
|
|
|
|
|
|
<ion-content>
|
|
|
|
|
<div class="header-content width-100">
|
|
|
|
|
<div class="header-title d-flex width-100">
|
2023-06-12 10:05:59 +01:00
|
|
|
<h3>Deseja arquivar este expediente?</h3>
|
2023-06-12 11:56:23 +01:00
|
|
|
|
2021-07-20 19:22:11 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="header-body width-100">
|
2021-08-16 14:11:21 +01:00
|
|
|
<p>Nota: Ao Efetuar esta operação, o tratamento deste expediente não poderá ser realizado a partir da caixa de correspondência</p>
|
2021-07-20 19:22:11 +01:00
|
|
|
</div>
|
|
|
|
|
</ion-content>
|
|
|
|
|
<ion-footer>
|
|
|
|
|
<div class="buttons width-100">
|
|
|
|
|
<button class="btn-ok-medium" shape="round" (click)="close()">Não</button>
|
|
|
|
|
<button class="btn-delete-medium" shape="round" (click)="save()">Sim</button>
|
|
|
|
|
</div>
|
|
|
|
|
</ion-footer>
|