149 lines
8.2 KiB
Plaintext
149 lines
8.2 KiB
Plaintext
@model SoftwayWeb.Models.Destinazioni_Out
|
|
|
|
@{
|
|
ViewData["Title"] = "Dettaglio";
|
|
Layout = "~/Views/Shared/_LayoutAreaRis.cshtml";
|
|
}
|
|
|
|
<div class="row">
|
|
<div class="col-xl">
|
|
<div class="card mb-4">
|
|
<div class="card-header d-flex justify-content-between align-items-center">
|
|
<h5 class="mb-0">Destinazione</h5> <small class="text-muted float-end"></small>
|
|
</div>
|
|
<div class="card-body">
|
|
<form asp-action="ModificaDestinazionePost">
|
|
<div asp-validation-summary="ModelOnly" class="text-danger"></div>
|
|
<div class="mb-3">
|
|
<label class="form-label" for="basic-default-fullname"><b>@Html.DisplayNameFor(model => model.DataCarico)</b> </label>
|
|
<div class="form-text">@Html.DisplayFor(model => model.DataCarico)</div>
|
|
</div>
|
|
<div class="mb-3">
|
|
<label class="form-label" for="basic-default-fullname"><b>@Html.DisplayNameFor(model => model.CodCommittente)</b> </label>
|
|
<div class="form-text">@Html.DisplayFor(model => model.CodCommittente) - @Html.DisplayFor(model => model.Committente)</div>
|
|
</div>
|
|
<div class="mb-3">
|
|
<label class="form-label" for="basic-default-fullname"><b>@Html.DisplayNameFor(model => model.Sede)</b> </label>
|
|
<div class="form-text">@Html.DisplayFor(model => model.CodSede) - @Html.DisplayFor(model => model.Sede)</div>
|
|
</div>
|
|
<div class="mb-3">
|
|
<label class="form-label" for="basic-default-fullname"><b>@Html.DisplayNameFor(model => model.IndirizzoSede)</b> </label>
|
|
<div class="form-text">@Html.DisplayFor(model => model.IndirizzoSede)</div>
|
|
</div>
|
|
<div class="mb-3">
|
|
<label class="form-label" for="basic-default-fullname"><b>@Html.DisplayNameFor(model => model.CodAutista)</b> </label>
|
|
<div class="form-text">@Html.DisplayFor(model => model.CodAutista) - @Html.DisplayFor(model => model.Autista)</div>
|
|
</div>
|
|
<div class="mb-3">
|
|
<label class="form-label" for="basic-default-fullname"><b>@Html.DisplayNameFor(model => model.DescAutomezzo)</b> </label>
|
|
<div class="form-text">@Html.DisplayFor(model => model.CodAutomezzo) - @Html.DisplayFor(model => model.DescAutomezzo)</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-xl">
|
|
<div class="card mb-4">
|
|
<div class="card-header d-flex justify-content-between align-items-center">
|
|
<h5 class="mb-0">Dettaglio consegna</h5> <small class="text-muted float-end"></small>
|
|
</div>
|
|
<div class="card-body">
|
|
<div class="mb-3">
|
|
<label class="form-label" for="basic-default-fullname"><b>@Html.DisplayNameFor(model => model.ConsFatta.consFattaBanCar)</b> </label>
|
|
<div class="form-text">@Html.DisplayFor(model => model.ConsFatta.consFattaBanCar)</div>
|
|
</div>
|
|
<div class="mb-3">
|
|
<label class="form-label" for="basic-default-fullname"><b>@Html.DisplayNameFor(model => model.ConsFatta.consFattaBanSca)</b> </label>
|
|
<div class="form-text">@Html.DisplayFor(model => model.ConsFatta.consFattaBanSca)</div>
|
|
</div>
|
|
<div class="mb-3">
|
|
<label class="form-label" for="basic-default-fullname"><b>@Html.DisplayNameFor(model => model.ConsFatta.consFattaImpor)</b> </label>
|
|
<div class="form-text">@Html.DisplayFor(model => model.ConsFatta.consFattaImpor)</div>
|
|
</div>
|
|
<div class="mb-3">
|
|
<label class="form-label" for="basic-default-fullname"><b>@Html.DisplayNameFor(model => model.ConsFatta.consFattaNotImp)</b> </label>
|
|
<div class="form-text">@Html.DisplayFor(model => model.ConsFatta.consFattaNotImp)</div>
|
|
</div>
|
|
<div class="mb-3">
|
|
<label class="form-label" for="basic-default-fullname"><b>@Html.DisplayNameFor(model => model.ConsFatta.consFattaNotBan)</b> </label>
|
|
<div class="form-text">@Html.DisplayFor(model => model.ConsFatta.consFattaNotBan)</div>
|
|
</div>
|
|
<div class="mb-3">
|
|
<label class="form-label" for="basic-default-fullname"><b>@Html.DisplayNameFor(model => model.ConsFatta.consFattaFlagCons)</b> </label>
|
|
<div class="form-text">@Html.DisplayFor(model => model.ConsFatta.consFattaFlagCons)</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<a asp-action="Index" asp-controller="Destinazioni" asp-route-id="@Model.serialeGiro" value="" class="btn btn-primary">Torna alla Lista</a>
|
|
@* <a href="@Url.ActionLink("Index", "Destinazioni", new { id = Model.serialeGiro,
|
|
codAutista = Model.CodAutista,
|
|
nomeAutista = Model.Autista,
|
|
dataGiro = Model.DataCarico,
|
|
codMezzo = Model.CodAutomezzo,
|
|
desMezzo = Model.DescAutomezzo})" class="links">Torna alla Lista</a> *@
|
|
</div>
|
|
|
|
@Html.HiddenFor(model => model.CodAutomezzo)
|
|
@Html.HiddenFor(model => model.CodAutomezzo)
|
|
@Html.HiddenFor(model => model.DescAutomezzo)
|
|
@Html.HiddenFor(model => model.DescAutomezzo)
|
|
@Html.HiddenFor(model => model.Brserial)
|
|
@Html.HiddenFor(model => model.DataCarico)
|
|
@Html.HiddenFor(model => model.DataCarico)
|
|
@Html.HiddenFor(model => model.CodCommittente)
|
|
@Html.HiddenFor(model => model.CodCommittente)
|
|
@Html.HiddenFor(model => model.Committente)
|
|
@Html.HiddenFor(model => model.Committente)
|
|
@Html.HiddenFor(model => model.CodAutista)
|
|
@Html.HiddenFor(model => model.CodAutista)
|
|
@Html.HiddenFor(model => model.Autista)
|
|
@Html.HiddenFor(model => model.Autista)
|
|
@Html.HiddenFor(model => model.CodSede)
|
|
@Html.HiddenFor(model => model.CodSede)
|
|
@Html.HiddenFor(model => model.Sede)
|
|
@Html.HiddenFor(model => model.Sede)
|
|
@Html.HiddenFor(model => model.IndirizzoSede)
|
|
@Html.HiddenFor(model => model.IndirizzoSede)
|
|
@Html.HiddenFor(model => model.Cproword)
|
|
@Html.HiddenFor(model => model.Cproword)
|
|
@Html.HiddenFor(model => model.Cprownum)
|
|
@Html.HiddenFor(model => model.Cprownum)
|
|
@Html.HiddenFor(model => model.Brmerce)
|
|
@Html.HiddenFor(model => model.Brmerce)
|
|
@Html.HiddenFor(model => model.Brnote)
|
|
@Html.HiddenFor(model => model.Brnote)
|
|
@Html.HiddenFor(model => model.ImportoDaRitirare)
|
|
@Html.HiddenFor(model => model.ImportoDaRitirare)
|
|
@Html.HiddenFor(model => model.ItemList)
|
|
@Html.HiddenFor(model => model.ItemList)
|
|
@Html.HiddenFor(model => model.serialeGiro)
|
|
@Html.HiddenFor(model => model.serialeGiro)
|
|
@Html.HiddenFor(model => model.Casse)
|
|
@Html.HiddenFor(model => model.Casse)
|
|
@Html.HiddenFor(model => model.Trasf)
|
|
@Html.HiddenFor(model => model.Trasf)
|
|
@Html.HiddenFor(model => model.Colli)
|
|
@Html.HiddenFor(model => model.Colli)
|
|
@Html.HiddenFor(model => model.num_cons)
|
|
@Html.HiddenFor(model => model.num_cons)
|
|
@Html.HiddenFor(model => model.Uova)
|
|
@Html.HiddenFor(model => model.Uova)
|
|
@Html.HiddenFor(model => model.Cist)
|
|
@Html.HiddenFor(model => model.Cist)
|
|
@Html.HiddenFor(model => model.Note)
|
|
@Html.HiddenFor(model => model.Note)
|
|
@Html.HiddenFor(model => model.Seq)
|
|
@Html.HiddenFor(model => model.Seq)
|
|
@Html.HiddenFor(model => model.Prog)
|
|
@Html.DisplayFor(model => model.Prog)
|
|
@Html.HiddenFor(model => model.Pisergir)
|
|
|
|
@section Scripts {
|
|
@{
|
|
await Html.RenderPartialAsync("_ValidationScriptsPartial");
|
|
}
|
|
}
|