@if (ListTK == null && ListPODL == null)
{
}
else if (numIstKit == 0)
{
Nessun record trovato
}
else
{
if (ListPODL != null)
{
PODL KIT → Ordini
| PODL |
Cod Ord |
Cod Art |
Qty |
@foreach (var record in ListPODL)
{
|
@record.IdxPromessa
|
@record.KeyRichiesta
|
@record.CodArticolo
|
@record.NumPezzi
|
}
}
}