| Registro Controlli |
|---|
|
Art: @item.CodArticolo
ODL: @($"ODL{item.IdxOdl:000000000}")
@if (item.EsitoOk)
{
}
else
{
}
@($"{item.DataOra:ddd dd.MM.yy HH:mm:ss}")
@item.Operatore
@if (!string.IsNullOrEmpty(item.Note))
{
@item.Note
}
|
|
|