mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
Improve edit event from inicio
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<ion-header>
|
<ion-header>
|
||||||
<div class="title-content">
|
<div class="title-content">
|
||||||
<div class="middle">
|
<div class="middle">
|
||||||
<ion-label class="title">Editar Evento</ion-label>
|
<ion-label class="title">Editar Evento inicio </ion-label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</ion-header>
|
</ion-header>
|
||||||
@@ -141,8 +141,8 @@
|
|||||||
<div class="ion-icon-class">
|
<div class="ion-icon-class">
|
||||||
<ion-icon slot="start" src="assets/images/icons-person.svg"></ion-icon>
|
<ion-icon slot="start" src="assets/images/icons-person.svg"></ion-icon>
|
||||||
</div>
|
</div>
|
||||||
<div class="ion-input-class-no-height">
|
<div class="ion-input-class-no-height d-flex">
|
||||||
<div class="list-people">
|
<div class="list-people flex-grow-1">
|
||||||
<ion-item lines="none">
|
<ion-item lines="none">
|
||||||
<ion-list>
|
<ion-list>
|
||||||
<ion-label *ngIf="taskParticipants.length == 0" class="list-people-title">Adicionar intervenientes</ion-label>
|
<ion-label *ngIf="taskParticipants.length == 0" class="list-people-title">Adicionar intervenientes</ion-label>
|
||||||
@@ -156,13 +156,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container-div width-50">
|
<div class="container-div width-50">
|
||||||
<div class="ion-item-class-2">
|
<div class="ion-item-class-2">
|
||||||
<div class="ion-icon-class">
|
<div class="ion-icon-class">
|
||||||
<ion-icon slot="start" src="assets/images/icons-person.svg"></ion-icon>
|
<ion-icon slot="start" src="assets/images/icons-person.svg"></ion-icon>
|
||||||
</div>
|
</div>
|
||||||
<div class="ion-input-class-no-height">
|
<div class="ion-input-class-no-height d-flex">
|
||||||
<div class="list-people">
|
<div class="list-people flex-grow-1">
|
||||||
<ion-item lines="none">
|
<ion-item lines="none">
|
||||||
<ion-list>
|
<ion-list>
|
||||||
<ion-label *ngIf="taskParticipantsCc.length == 0" class="list-people-title">Adicionar intervenientes</ion-label>
|
<ion-label *ngIf="taskParticipantsCc.length == 0" class="list-people-title">Adicionar intervenientes</ion-label>
|
||||||
|
|||||||
@@ -210,12 +210,14 @@ export class SearchPage implements OnInit {
|
|||||||
|
|
||||||
res.Categories.forEach( e => {
|
res.Categories.forEach( e => {
|
||||||
e['Active'] = false;
|
e['Active'] = false;
|
||||||
|
this.searchCategories.push(e)
|
||||||
});
|
});
|
||||||
|
|
||||||
// bind respose
|
// bind respose
|
||||||
this.searchCategories = res.Categories;
|
|
||||||
|
|
||||||
this.searchDocuments = this.sortArrayISODate(res.Documents);
|
this.sortArrayISODate(res.Documents).forEach(e => {
|
||||||
|
this.searchDocuments.push(e)
|
||||||
|
});
|
||||||
|
|
||||||
this.reorderList(this.ordinance);
|
this.reorderList(this.ordinance);
|
||||||
|
|
||||||
@@ -235,12 +237,14 @@ export class SearchPage implements OnInit {
|
|||||||
|
|
||||||
res.Categories.forEach( e => {
|
res.Categories.forEach( e => {
|
||||||
e['Active'] = false;
|
e['Active'] = false;
|
||||||
|
this.searchCategories.push(e)
|
||||||
});
|
});
|
||||||
|
|
||||||
// bind respose
|
// bind respose
|
||||||
this.searchCategories = res.Categories;
|
|
||||||
|
|
||||||
this.searchDocuments = this.sortArrayISODate(res.Documents);
|
this.sortArrayISODate(res.Documents).forEach(e => {
|
||||||
|
this.searchDocuments.push(e)
|
||||||
|
});
|
||||||
|
|
||||||
this.reorderList(this.ordinance);
|
this.reorderList(this.ordinance);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user