@using Bowin.Web.Controls.Mvc; @using EMIS.Entities; @using EMIS.Web.Controls; @using EMIS.ViewModel.EvaluationManage.EvaluationEnter @using System.Text.RegularExpressions; @model EMIS.ViewModel.EvaluationManage.EvaluationEnter.EvaluationEnterView @{ ViewBag.Title = "Edit"; //List evaluationTableLsit = ViewData["evaluationTableLsit"] as List; }
@using (Ajax.BeginForm(new AjaxOptions { Url = Url.Action("Edit"), OnSuccess = "EMISFunction.FormSuccess", OnBegin = "EMISFunction.FormSubmit", OnComplete = "EMISFunction.FormComplete" })) { @Html.HiddenFor(x => x.EducationMissionClassID) @Html.HiddenFor(x => x.EvaluationTableID) @Html.HiddenFor(x => x.EvaluationEnterID) @Html.Hidden("ProjectWeightSum")

说明

@ViewBag.ContentStr



@ViewBag.TableName

@Html.HiddenFor(x => x.EvaluationScore) @Html.HiddenFor(x => x.ProjectID) @Html.HiddenFor(x => x.jsonDataStr)
准确的评价是你成熟的表现
被评教师:@ViewBag.UserNames
课程名称:@ViewBag.CourseName
教研室:@ViewBag.Remark
简要评语或建议: @Html.TextAreaFor(x => x.Remark, new Dictionary { { "style", "width:300px;" } })
你的评价分数为:0@Html.HiddenFor(x => x.TotalScore, new Dictionary { { "id", "TotalScore" } })
限评次数为:@ViewBag.LimitMore 次;您对此已评:@ViewBag.YP 次
}
@section scripts{ }