Merge branch 'master' of 10.0.0.83:/usr/local/git/SoftwayWeb
This commit is contained in:
commit
2a814d1502
@ -156,7 +156,7 @@ namespace SoftwayWeb.Controllers
|
||||
|
||||
return RedirectToAction("Index", "Destinazioni", new
|
||||
{
|
||||
id = model.Brserial,
|
||||
id = model.serialeGiro,
|
||||
codAutista = model.CodAutista,
|
||||
dataGiro = model.DataCarico,
|
||||
codMezzo=model.CodAutomezzo
|
||||
|
||||
@ -55,6 +55,7 @@ namespace SoftwayWeb.Models
|
||||
public int? Cist { get; set; }
|
||||
public string? Note { get; set; }
|
||||
public int? Seq { get; set; }
|
||||
public string? Prog { get; set; }
|
||||
public class ConsegnaFatta
|
||||
{
|
||||
[Display(Name = "Seriale consegna")]
|
||||
|
||||
@ -137,6 +137,11 @@
|
||||
@Html.DisplayFor(modelItem => item.Note)
|
||||
</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>
|
||||
</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