@model EMIS.ViewModel.TeachingMaterial.PublisherView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "Edit"; }
@Html.LabelFor(x => x.UnitCode): | @Html.TextBoxFor(x => x.UnitCode, new TextBoxOptions() { }) | @Html.LabelFor(x => x.UnitName): | @Html.TextBoxFor(x => x.UnitName) |
@Html.LabelFor(x => x.UnitShortName): | @Html.TextBoxFor(x => x.UnitShortName) | @Html.LabelFor(x => x.ContectUser): | @Html.TextBoxFor(x => x.ContectUser) |
@Html.LabelFor(x => x.Mobile): | @Html.TextBoxFor(x => x.Mobile) | @Html.LabelFor(x => x.Phone): | @Html.TextBoxFor(x => x.Phone) |
@Html.LabelFor(x => x.Fax): | @Html.TextBoxFor(x => x.Fax) | @Html.LabelFor(x => x.Email): | @Html.TextBoxFor(x => x.Email) |
@Html.LabelFor(x => x.BandCard): | @Html.TextBoxFor(x => x.BandCard) | @Html.LabelFor(x => x.BandName): | @Html.TextBoxFor(x => x.BandName) |
@Html.LabelFor(x => x.Ein): | @Html.TextBoxFor(x => x.Ein) | @Html.LabelFor(x => x.Address): | @Html.TextBoxFor(x => x.Address) |
@Html.LabelFor(x => x.IsSupplier): | @Html.CheckBoxFor(x => x.IsSupplier) | @Html.LabelFor(x => x.IsPulish): | @Html.CheckBoxFor(x => x.IsPulish) |
@Html.LabelFor(x => x.IsPrint): | @Html.CheckBoxFor(x => x.IsPrint) | ||
@Html.LabelFor(x => x.Desc): | @Html.TextAreaFor(x => x.Desc, new Dictionary |