@model EMIS.ViewModel.ChargeManage.ChargeSituation.ChargeProjectView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "Edit"; } @section scripts{ }
@Html.LabelFor(x => x.ChrageProjectName): |
@Html.TextBoxFor(x => x.ChrageProjectName, new Dictionary |
@Html.LabelFor(x => x.Remark): |
@Html.TextAreaFor(x => x.Remark, new Dictionary |