@inherits BaseComp @if (AllRecords.Count == 0) {
@Traduci("noRecord")
} else {
@if (AllRecords != null) { foreach (var item in AllRecords) { } }
Batch Odl Macchina
@item.ProdBatchID @item.OdlTag @item.ProdPlantCod @item.Qty @item.Qty @FormatEstTime(item.EstimTime)
}