eliminazione destinazione
This commit is contained in:
parent
b8e26a3c0a
commit
82fd6030f3
@ -156,7 +156,7 @@ namespace SoftwayWeb.Controllers
|
|||||||
|
|
||||||
return RedirectToAction("Index", "Destinazioni", new
|
return RedirectToAction("Index", "Destinazioni", new
|
||||||
{
|
{
|
||||||
id = model.Brserial,
|
id = model.serialeGiro,
|
||||||
codAutista = model.CodAutista,
|
codAutista = model.CodAutista,
|
||||||
dataGiro = model.DataCarico,
|
dataGiro = model.DataCarico,
|
||||||
codMezzo=model.CodAutomezzo
|
codMezzo=model.CodAutomezzo
|
||||||
|
|||||||
@ -55,6 +55,7 @@ namespace SoftwayWeb.Models
|
|||||||
public int? Cist { get; set; }
|
public int? Cist { get; set; }
|
||||||
public string? Note { get; set; }
|
public string? Note { get; set; }
|
||||||
public int? Seq { get; set; }
|
public int? Seq { get; set; }
|
||||||
|
public string? Prog { get; set; }
|
||||||
public class ConsegnaFatta
|
public class ConsegnaFatta
|
||||||
{
|
{
|
||||||
[Display(Name = "Seriale consegna")]
|
[Display(Name = "Seriale consegna")]
|
||||||
|
|||||||
@ -137,6 +137,11 @@
|
|||||||
@Html.DisplayFor(modelItem => item.Note)
|
@Html.DisplayFor(modelItem => item.Note)
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
@if (!string.IsNullOrEmpty( item.Prog))
|
||||||
|
{
|
||||||
|
<img alt="nocons" src="@Url.Content("~/images/warning.png")" style="width:24px;height:24px;">
|
||||||
|
}
|
||||||
|
|
||||||
<a href="@Url.ActionLink("EliminaDestinazione", "Destinazioni", new { serial=item.Brserial })" title="Bancali" class="links"><img alt="nocons" src="@Url.Content("~/images/icons8-rimuovere-24.png")" style="width:24px;height:24px;"></a>
|
<a href="@Url.ActionLink("EliminaDestinazione", "Destinazioni", new { serial=item.Brserial })" title="Bancali" class="links"><img alt="nocons" src="@Url.Content("~/images/icons8-rimuovere-24.png")" style="width:24px;height:24px;"></a>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|||||||
BIN
wwwroot/images/caution-sign.png
Normal file
BIN
wwwroot/images/caution-sign.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 314 B |
BIN
wwwroot/images/warning.png
Normal file
BIN
wwwroot/images/warning.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 898 B |
Loading…
Reference in New Issue
Block a user