soporte sin conexion. modal para buscar articulos

This commit is contained in:
2026-02-11 22:39:25 -06:00
parent 0a4a3e86e6
commit 46bf68cb21
16 changed files with 589 additions and 31 deletions

View File

@@ -67,7 +67,8 @@ public class ArticuloService : IArticuloService
EstadoColor = a.Estado.Color,
UbicacionId = a.UbicacionId,
UbicacionNombre = a.Ubicacion.Nombre,
Activo = a.Activo
Activo = a.Activo,
CantidadGlobal = a.CantidadGlobal
})
.ToListAsync();
}