-
@Html.DisplayNameFor(model => model.Descr)
-
@Html.DisplayFor(model => model.Descr)
-
@Html.DisplayNameFor(model => model.CodInt)
-
@Html.DisplayFor(model => model.CodInt)
-
@Html.DisplayNameFor(model => model.CodExt)
-
@Html.DisplayFor(model => model.CodExt)
-
@Html.DisplayNameFor(model => model.DescrExt)
-
@Html.DisplayFor(model => model.DescrExt)
-
@Html.DisplayNameFor(model => model.QtaMin)
-
@Html.DisplayFor(model => model.QtaMin)
-
@Html.DisplayNameFor(model => model.QtaBatch)
-
@Html.DisplayFor(model => model.QtaBatch)
-
@Html.DisplayNameFor(model => model.CurrValue)
-
@Html.DisplayFor(model => model.CurrValue)
-
@Html.DisplayNameFor(model => model.UM)
-
@Html.DisplayFor(model => model.UM)
-
@Html.DisplayNameFor(model => model.ItemFamily.Descr)
-
@Html.DisplayFor(model => model.ItemFamily.Descr)
@using (Html.BeginForm()) {
@Html.AntiForgeryToken()
@*
|
@Html.ActionLink("Back to List", "Index")
*@
}