diff --git a/Views/Giri/ModificaTutteDestinazioni.cshtml b/Views/Giri/ModificaTutteDestinazioni.cshtml index ea66a94..845b806 100644 --- a/Views/Giri/ModificaTutteDestinazioni.cshtml +++ b/Views/Giri/ModificaTutteDestinazioni.cshtml @@ -33,6 +33,7 @@
+ Torna alla lista
@for (var i = 0; i < modelList.Count(); i++) { @@ -107,13 +108,127 @@
Elenco Destinazioni
-
- @for (var i = 0; i < modelList.Count(); i++) - { -
- aaa -
- } +
+ + + + @**@ + + + + + + + + + + + + + + + + + @for (var i = 0; i < modelList.Count(); i++) + { + + + + + + @if (modelList[i].Casse != null && modelList[i].Casse > 0) + { + int icasse = 0; + icasse = Convert.ToInt32(modelList[i].Casse); + + } + else + { + + } + @if (modelList[i].Trasf != null && modelList[i].Trasf > 0) + { + + } + else + { + + } + @if (modelList[i].Colli != null && modelList[i].Colli > 0) + { + int icolli = 0; + icolli = Convert.ToInt32(modelList[i].Colli); + + } + else + { + + } + @if (modelList[i].num_cons != null && modelList[i].num_cons > 0) + { + + } + else + { + + } + @if (modelList[i].Uova != null && modelList[i].Uova > 0) + { + + } + else + { + + } + @if (modelList[i].Cist != null && modelList[i].Cist > 0) + { + + } + else + { + + } + + + + + @* @if (modelList[i].ConsFatta == null) + { + + + } + else + { + + + } *@ + + } + +
 S.CommittenteSedeIndirizzo sedeCa.Tr.Co.Nr.Co.UoCi.Note  
@Html.DisplayFor(modelItem => modelList[i].Seq)@Html.DisplayFor(modelItem => modelList[i].Committente)@Html.DisplayFor(modelItem => modelList[i].Sede)@Html.DisplayFor(modelItem => modelList[i].IndirizzoSede) + @icasse +   + @Html.DisplayFor(modelItem => modelList[i].Trasf) +   + @icolli +   + @Html.DisplayFor(modelItem => modelList[i].num_cons) +   + @Html.DisplayFor(modelItem => modelList[i].Uova) +   + @Html.DisplayFor(modelItem => modelList[i].Cist) +   + @Html.DisplayFor(modelItem => modelList[i].Note) +    + @if (!string.IsNullOrEmpty(modelList[i].Prog)) + { + nocons + } + + nocons + + nocons +