Iniziata modifica x mostrare dettaglio
dettaglio giacenze da item e dett movimenti da giacenze...
This commit is contained in:
@@ -9,72 +9,106 @@
|
||||
<div>
|
||||
<h4>Items</h4>
|
||||
<hr />
|
||||
<dl class="dl-horizontal">
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Descr)
|
||||
</dt>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<dl class="dl-horizontal">
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Descr)
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Descr)
|
||||
</dd>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Descr)
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Family)
|
||||
</dt>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Family)
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Family)
|
||||
</dd>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Family)
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.DescrExt)
|
||||
</dt>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.DescrExt)
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.DescrExt)
|
||||
</dd>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.DescrExt)
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.CodExt)
|
||||
</dt>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.CodExt)
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.CodExt)
|
||||
</dd>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.CodExt)
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.CodInt)
|
||||
</dt>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.CodInt)
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.CodInt)
|
||||
</dd>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.CodInt)
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.QtaMin)
|
||||
</dt>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.QtaMin)
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.QtaMin)
|
||||
</dd>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.QtaMin)
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.QtaBatch)
|
||||
</dt>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.QtaBatch)
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.QtaBatch)
|
||||
</dd>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.QtaBatch)
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Value)
|
||||
</dt>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Value)
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Value)
|
||||
</dd>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Value)
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<th>
|
||||
Location
|
||||
</th>
|
||||
<th>
|
||||
Qty
|
||||
</th>
|
||||
<th>
|
||||
Last upd.
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
@foreach (var item in Model.Stock)
|
||||
{
|
||||
<tr>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.Location.Descr)
|
||||
</td>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.QtyConf)
|
||||
</td>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.dtLastUpd)
|
||||
</td>
|
||||
</tr>
|
||||
}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
@Html.ActionLink("Edit", "Edit", new { id = Model.ID }) |
|
||||
|
||||
@@ -9,50 +9,90 @@
|
||||
<div>
|
||||
<h4>Stock</h4>
|
||||
<hr />
|
||||
<dl class="dl-horizontal">
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.QtyConf)
|
||||
</dt>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<dl class="dl-horizontal">
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.QtyConf)
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.QtyConf)
|
||||
</dd>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.QtyConf)
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Note)
|
||||
</dt>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Note)
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Note)
|
||||
</dd>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Note)
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.dtLastUpd)
|
||||
</dt>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.dtLastUpd)
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.dtLastUpd)
|
||||
</dd>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.dtLastUpd)
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Location.Descr)
|
||||
</dt>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Location.Descr)
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Location.Descr)
|
||||
</dd>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Location.Descr)
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Items.Descr)
|
||||
</dt>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Items.Descr)
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Items.Descr)
|
||||
</dd>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Items.Descr)
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<th>
|
||||
Data Mov
|
||||
</th>
|
||||
<th>
|
||||
Type
|
||||
</th>
|
||||
<th>
|
||||
Qty
|
||||
</th>
|
||||
<th>
|
||||
Note
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
@foreach (var item in Model.StockMov)
|
||||
{
|
||||
<tr>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.dtMov)
|
||||
</td>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.MovType.Descr)
|
||||
</td>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.Qta)
|
||||
</td>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.Note)
|
||||
</td>
|
||||
</tr>
|
||||
}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
@Html.ActionLink("Edit", "Edit", new { /* id = Model.PrimaryKey */ }) |
|
||||
@Html.ActionLink("Back to List", "Index")
|
||||
</p>
|
||||
<p>
|
||||
@Html.ActionLink("Edit", "Edit", new { /* id = Model.PrimaryKey */ }) |
|
||||
@Html.ActionLink("Back to List", "Index")
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user