@model EMIS.ViewModel.ChargeManage.ArrearsSituation.ChargeControlView @using Bowin.Web.Controls.Mvc; @using EMIS.Entities; @using EMIS.Web.Controls; @{ ViewBag.Title = "List"; }
@Html.Position() @using (Ajax.BeginForm(new AjaxOptions { OnSuccess = "EMISFunction.FormSuccess", OnBegin = "EMISFunction.FormSubmit", OnComplete = "EMISFunction.FormComplete" })) {
费用控制信息
@Html.ContextMenuBar("List")
@Html.LabelFor(x => x.IsStudentChargeLoginLock): @Html.CheckBoxFor(x => x.IsStudentChargeLoginLock) @Html.LabelFor(x => x.StudentChargeLoginLockMessage): @Html.TextBoxFor(x => x.StudentChargeLoginLockMessage, new { style = "width: 90%" })
@Html.LabelFor(x => x.IsStudentChargeSelectCourseLock): @Html.CheckBoxFor(x => x.IsStudentChargeSelectCourseLock) @Html.LabelFor(x => x.StudentChargeSelectCourseMessage): @Html.TextBoxFor(x => x.StudentChargeSelectCourseMessage, new { style = "width: 90%" })
@Html.LabelFor(x => x.IsStudentChargeExaminationApplyLock): @Html.CheckBoxFor(x => x.IsStudentChargeExaminationApplyLock) @Html.LabelFor(x => x.StudentChargeExaminationApplyMessage): @Html.TextBoxFor(x => x.StudentChargeExaminationApplyMessage, new { style = "width: 90%" })
@Html.LabelFor(x => x.IsStudentChargeScoreLock): @Html.CheckBoxFor(x => x.IsStudentChargeScoreLock) @Html.LabelFor(x => x.StudentChargeScoreLockMessage): @Html.TextBoxFor(x => x.StudentChargeScoreLockMessage, new { style = "width: 90%" })
@Html.LabelFor(x => x.IsStudentChargeLevelScoreLock): @Html.CheckBoxFor(x => x.IsStudentChargeLevelScoreLock) @Html.LabelFor(x => x.StudentChargeLevelScoreMessage): @Html.TextBoxFor(x => x.StudentChargeLevelScoreMessage, new { style = "width: 90%" })
}
@section scripts{ }