tarif total xjc admin ok

thierry
Tmadkaud 7 years ago
parent d41c0e9fc4
commit 91b7d1398d

@ -52,7 +52,6 @@ export class DemandeOpCommercialComponent implements OnInit, OnDestroy {
});
this.opCommDataRejeter = this.afDb.list('/OperationCommercial/',{
query: {
orderByChild: 'validationXJC',
@ -107,6 +106,9 @@ export class DemandeOpCommercialComponent implements OnInit, OnDestroy {
// this.router.navigate(['/']);
}
}
ngOnDestroy() {}
ngOnDestroy() {
this.opCommDataEnCours = null;
this.opCommDataRejeter = null;
}
}

@ -13,7 +13,7 @@
<div class="col-md-12" id="listeOpPart1">
<h4 class="mb-5 mt-1 font-bold wow fadeInDown text-center" style="padding-top: 5%;">Liste des operations commerciales ({{filteredOpCommercials?.length}})</h4>
<label>Vous avez accumulé un total de : {{this.admin.avantageCumule}} €</label>
<h5 class="wow fadeInDown"><label class="blue-text font-bold">Vous avez accumulé un total de :</label> {{this.admin.avantageCumule === '' ? '0' : this.admin.avantageCumule}} €</h5>
<div class="btn-block flex-center align-middle" style="padding-top: 2%;">
<!--<button class="btn btn-primary btn-rounded waves-light" id="nouvelleOp" (click)="goToCreaOpCom()">Nouvelle opération Commerciale</button>-->
<!--<button class="btn btn-primary btn-rounded waves-light" (click)="goToCarteEnvoyer()">Historique carte envoyer</button>-->

Loading…
Cancel
Save