@model SoftwayWeb.Models.GiriConsegnaView @{ ViewData["Title"] = "Bancali"; }
Modifica numero di bancali
@Html.DisplayFor(model => model.DataGiro) @Html.DisplayFor(model => model.CodAutista)-@Html.DisplayFor(model => model.Autista) @Html.DisplayFor(model => model.CodMezzo)-@Html.DisplayFor(model => model.Automezzo)
@Html.HiddenFor(x => x.SerialeGiro) @Html.HiddenFor(x => x.DataGiro) @Html.HiddenFor(x => x.CodAutista) @Html.HiddenFor(x => x.Autista) @Html.HiddenFor(x => x.BancaliRecuperati) @Html.HiddenFor(x => x.ImportoDaRecuperare) @Html.HiddenFor(x => x.ImportoRecuperato) @Html.HiddenFor(x => x.DataChiusura) @Html.HiddenFor(x => x.CodMezzo) @Html.HiddenFor(x => x.Automezzo) @Html.HiddenFor(x => x.parzialeBanRec) @Html.HiddenFor(x => x.parzialeImpRec) Torna alla lista
@*
@* @Html.HiddenFor(x => x.SerialeGiro)
@* @Html.HiddenFor(x => x.DataGiro)
@* @Html.HiddenFor(x => x.CodAutista)
@* @Html.HiddenFor(x => x.Autista)
@*
@* @Html.HiddenFor(x => x.BancaliRecuperati) @Html.DisplayFor(x => x.BancaliRecuperati)
@* @Html.HiddenFor(x => x.ImportoDaRecuperare)
@* @Html.HiddenFor(x => x.ImportoRecuperato)
@* @Html.HiddenFor(x => x.DataChiusura)
@* @Html.HiddenFor(x => x.CodMezzo)
@* @Html.HiddenFor(x => x.Automezzo)
@* @Html.HiddenFor(x => x.parzialeBanRec)
@* @Html.HiddenFor(x => x.parzialeImpRec)
@* @Html.HiddenFor(x => x.NoteChiusura)
 
*@