Merge branch 'master' of http://gitea.poloinformatico.it/POLO-WEBAPP/SoftwayWeb
This commit is contained in:
commit
e550fa1792
@ -296,7 +296,7 @@ namespace SoftwayWeb.Controllers
|
|||||||
return RedirectToAction("Error");
|
return RedirectToAction("Error");
|
||||||
}
|
}
|
||||||
|
|
||||||
return RedirectToAction("Index", "Destinazioni", new
|
return RedirectToAction("IndexValidate", "Destinazioni", new
|
||||||
{
|
{
|
||||||
//string id, string? codAutista, string? nomeAutista, DateTime dataGiro, string? codMezzo, string? desMezzo
|
//string id, string? codAutista, string? nomeAutista, DateTime dataGiro, string? codMezzo, string? desMezzo
|
||||||
id = model.serialeGiro,
|
id = model.serialeGiro,
|
||||||
@ -485,7 +485,7 @@ namespace SoftwayWeb.Controllers
|
|||||||
if (response2.IsSuccessStatusCode)
|
if (response2.IsSuccessStatusCode)
|
||||||
{
|
{
|
||||||
|
|
||||||
return RedirectToAction("Index", "Destinazioni", new
|
return RedirectToAction("IndexValidate", "Destinazioni", new
|
||||||
{
|
{
|
||||||
id = model.serialeGiro,
|
id = model.serialeGiro,
|
||||||
codAutista = model.CodAutistaOld,
|
codAutista = model.CodAutistaOld,
|
||||||
|
|||||||
@ -119,6 +119,7 @@
|
|||||||
<div style="width:10%;float:left;">
|
<div style="width:10%;float:left;">
|
||||||
<a asp-action="Index" asp-controller="Giri" value="Torna alla lista" class="btn btn-primary">Torna alla lista</a>
|
<a asp-action="Index" asp-controller="Giri" value="Torna alla lista" class="btn btn-primary">Torna alla lista</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div style="width:100%;float:left;"> </div>
|
||||||
@Html.HiddenFor(x => x.Piprogre)
|
@Html.HiddenFor(x => x.Piprogre)
|
||||||
@Html.HiddenFor(x => x.Piserial)
|
@Html.HiddenFor(x => x.Piserial)
|
||||||
@Html.HiddenFor(x => x.Pitiprec)
|
@Html.HiddenFor(x => x.Pitiprec)
|
||||||
@ -137,7 +138,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
<hr />
|
|
||||||
<script src="~/js/jquery.min.js"></script>
|
<script src="~/js/jquery.min.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user