@model SoftwayWeb.Models.GiriConsegnaView @{ ViewData["Title"] = "Bancali"; }

Modifica numero Bancali

@*

GiriConsegnaView

*@
@* *@ @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)
 
@* Back to List *@