@using System.Linq @using System.Text.Json @using Domain.Dtos.Stock @inject IToastService Toast @if (Visible && Expedition is not null) {
@Expedition.ExtrainfoJson
| Código | Producto | Cant. | Lote | Serie | Vence | Ubicación |
|---|---|---|---|---|---|---|
| Cargando ítems... | ||||||
| @it.FactoryCode | @it.ProductName | @it.Quantity | @it.Batch | @it.Serial | @(it.Expiration?.ToString("yyyy-MM-dd")) | @it.LocationName |
| Sin ítems | ||||||