@model EMIS.ViewModel.SystemView.RoleView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "Edit"; }
@Html.LabelFor(x => x.OrderNo): | @Html.TextBoxFor(x => x.OrderNo) | @Html.LabelFor(x => x.RoleName): | @Html.TextBoxFor(x => x.RoleName) |
@Html.LabelFor(x => x.DefaultDataRange): | @Html.DictionaryDropDownListFor(EMIS.ViewModel.DictionaryItem.SYS_DataRange, x => x.DefaultDataRange, new DropdownListOptions { BindType = DropdownListBindType.PleaseSelect }) | ||
@Html.LabelFor(x => x.Description): | @Html.TextAreaFor(x => x.Description, new Dictionary |