@model EMIS.ViewModel.PaymentManage.LevelStandardView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "Edit"; } @section scripts{ }
@using (Ajax.BeginForm(new AjaxOptions { OnSuccess = "EMISFunction.FormSuccess", OnBegin = "EMISFunction.FormSubmit", OnComplete = "EMISFunction.FormComplete" })) {
标准课酬
@Html.ContextMenuBar("Edit")
@Html.LabelFor(x => x.PaymentLevelID): @Html.DictionaryDropDownListFor((EMIS.ViewModel.DictionaryItem.TP_PaymentLevel), (x => x.PaymentLevelID)) @Html.LabelFor(x => x.TeacherType) @Html.DictionaryDropDownListFor((EMIS.ViewModel.DictionaryItem.CF_TeacherType), (x => x.TeacherType))
@Html.LabelFor(x => x.Amount): @Html.TextBoxFor(x => x.Amount)  
}