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