ItemStock
-
@Html.DisplayNameFor(model => model.QtyConf)
-
@Html.DisplayFor(model => model.QtyConf)
-
@Html.DisplayNameFor(model => model.Note)
-
@Html.DisplayFor(model => model.Note)
-
@Html.DisplayNameFor(model => model.dtLastUpd)
-
@Html.DisplayFor(model => model.dtLastUpd)
-
@Html.DisplayNameFor(model => model.Item.Descr)
-
@Html.DisplayFor(model => model.Item.Descr)
-
@Html.DisplayNameFor(model => model.Location.Descr)
-
@Html.DisplayFor(model => model.Location.Descr)
@using (Html.BeginForm()) {
@Html.AntiForgeryToken()
|
@Html.ActionLink("Back to List", "Index")
}