@model EMIS.ViewModel.ChargeManage.ChargeSituation.StudentChargeView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "ChangeActualAmount"; } @section scripts{ }
@Html.LabelFor(x => x.ActualAmount): | @Html.TextBoxFor(x => x.ActualAmount) |
@Html.LabelFor(x => x.ChargeTag): | @Html.DictionaryDropDownListFor(EMIS.ViewModel.DictionaryItem.EC_ChargeTag, (x => x.ChargeTag)) |
@Html.LabelFor(x => x.Remark): |
@Html.TextAreaFor(x => x.Remark, new Dictionary |