diff --git a/src/views/foca-detalle-vehiculo.html b/src/views/foca-detalle-vehiculo.html index 4d51184..2720f5f 100644 --- a/src/views/foca-detalle-vehiculo.html +++ b/src/views/foca-detalle-vehiculo.html @@ -1,6 +1,8 @@
Cisterna | -Cantidad asignada | -Estado | +Capacidad | Articulo cargado | +Asignado | +Cargado / Capacidad Disponible | |
---|---|---|---|---|---|---|---|
- | + | + | + | + | ++ + |
+ ng-bind="(cisterna.cisternaCarga.cantidad || 0) + '/' +
+ (cisterna.capacidad - cisterna.cisternaCarga.cantidad)">
|
-