You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @{
- ViewBag.Title = "分班";
- Layout = "~/Views/Shared/_Form.cshtml";
- }
- <div class="lr-form-wrap" id="form">
- <div class="col-xs-12 lr-form-item" data-table="StuVolunteer">
- <div class="lr-form-item-title">班级</div>
- <div id="ClassNo" isvalid="yes" checkexpession="NotNull"></div>
- </div>
- </div>
- @Html.AppendJsFile("/Areas/EducationalAdministration/Views/StuVolunteer/ClassForm.js")
|