@model GreenTree.Strohrmann.ERP.Web.Models.Business.CraftMaterialModel @{ var id = Model != null && !String.IsNullOrEmpty(Model.DictIdentifier) ? Model.DictIdentifier : Html.RandomId(); }
@if (Model == null || (Model != null && (!Model.Index.HasValue || Model.Index == 0))) { } @Html.ValidationMessage(String.Format("CraftMaterials[{0}].MaterialId", id), new { @class = "text-danger" })
@if (Model == null || (Model != null && (!Model.Index.HasValue || Model.Index == 0))) { }
Stk.
@Html.ValidationMessage(String.Format("CraftMaterials[{0}].Amount", id), new { @class = "text-danger" })
@if (Model == null || (Model != null && (!Model.Index.HasValue || Model.Index == 0))) { }
%
@Html.ValidationMessage(String.Format("CraftMaterials[{0}].CalculationFactor", id), new { @class = "text-danger" })
@if (Model == null || (Model != null && (!Model.Index.HasValue || Model.Index == 0))) { }
@Html.ValidationMessage(String.Format("CraftMaterials[{0}].Value", id), new { @class = "text-danger" })
@if (Model != null && Model.Index > 0) { }