avanzamento: ora è ok conversione e rimostra pagina
...mancano da intercettare edit/delete onplace + aggiunta finale paginazione...
This commit is contained in:
@@ -411,8 +411,8 @@ namespace StockManMVC.Controllers
|
||||
{
|
||||
itemFlux.MovTypeID = "CAR";
|
||||
db.SaveChanges();
|
||||
// rileggo dettaglio!
|
||||
}
|
||||
// ritorno a dettaglio!
|
||||
return RedirectToAction("Details", "Items", new { ID = itemFlux.ItemID, StockItemID = itemFlux.ItemID, FluxItemID = itemFlux.ItemID });
|
||||
}
|
||||
|
||||
|
||||
@@ -53,8 +53,7 @@
|
||||
</td>
|
||||
<td class="text-right">
|
||||
<button class="btn btn-xs btn-primary @delStyle" title="Modifica" onclick="LoadCurrEdit('@item.ID');"><i class="glyphicon glyphicon-edit"></i></button>
|
||||
@Html.RouteLink("-", new { action = "ConvOrder", controller = "ItemFluxes", ID = item.ID }, new { @class = "glyphicon glyphicon-flash" } )
|
||||
<button class="btn btn-xs btn-info @delStyle @convStyle" title="Converti Ordine in Carico" onclick="LoadCurrConvOrd('@item.ID');"><i class="glyphicon glyphicon-flash"></i></button>
|
||||
@Html.ActionLink(" ", "ConvOrder", new { ID = item.ID }, new { @class = "btn btn-xs btn-info glyphicon glyphicon-flash " + @delStyle + " " + @convStyle })
|
||||
<button class="btn btn-xs btn-danger @delStyle" title="Elimina" onclick="LoadCurrDelete('@item.ID');"><i class="glyphicon glyphicon-trash"></i></button>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user