date format solved and intevinets text correted

This commit is contained in:
Eudes Inácio
2023-08-15 12:42:40 +01:00
22 changed files with 138 additions and 55 deletions
@@ -301,8 +301,8 @@ export class DespachoPrPage implements OnInit {
async concluir(note: string, documents: any) {
let body = {
"serialNumber": this.serialNumber,
"action": "Executado",
"ActionTypeId": 104,
"action": "Arquivo",
"ActionTypeId": 95,
"dataFields": {
"ReviewUserComment": note,
},
@@ -107,7 +107,7 @@ export class BookMeetingModalPage implements OnInit {
formLocationSatus: boolean = false;
showAttendees = false;
emptyTextDescription = "Sem intervenientes selecionados";
emptyTextDescription = "Selecionar intervenientes";
CalendarName
@@ -84,7 +84,7 @@ export class ExpedientTaskModalPage implements OnInit {
adding: "intervenient" | "CC" = "intervenient";
profile: string;
emptyTextDescription = "Sem intervenientes selecionados";
emptyTextDescription = "Selecionar intervenientes";
showEmptyContainer = true;
taskResult: any = {}
@@ -725,11 +725,6 @@
TaskService.pendentesstore.newList.length}} correspondência nova</span>
</p>
<p class="text-center exp-card-content">
<span class="number">{{TaskService.pendentesstore.count}} </span>
<span class="title1" *ngIf="TaskService.pendentesstore.count == 0">correspondência</span>
<span class="title1" *ngIf="TaskService.pendentesstore.count == 1">correspondência</span>
<span class="title1" *ngIf="TaskService.pendentesstore.count > 1">correspondências</span>
</div>