diff --git a/src/app/components/comanda/comanda.component.html b/src/app/components/comanda/comanda.component.html index 068013f..d8d7a9c 100644 --- a/src/app/components/comanda/comanda.component.html +++ b/src/app/components/comanda/comanda.component.html @@ -1,58 +1,110 @@
-
+
- -
- -
-

{{comanda.detalles[0].articulo.DetArt}}

-

{{comanda.detalles[0].articulo.DET_LAR}}

-
-
-
- -
-
- -
+ *ngFor="let comanda of comandas" + class="card fade-in rounded-xs shadow-sm" + [ngClass]="{ + 'bg-light': comanda.estado === 1, + 'bg-danger': comanda.estado === 2, + 'bg-success swing-out-top-bck': comanda.estado === 3 + }"> +
+

{{comanda.id}}.

+

+ + {{detalle.articulo.DET_LAR}} + +

+ + + +
+
+
+
+ +