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">
- <div class="col-xs-12 lr-form-item" data-table="OpenLessonPlanOfElective">
- <div class="lr-form-item-title">报名人数上限 <font face="宋体">*</font></div>
- <input id="StuNumMax" type="text" class="form-control" isvalid="yes" checkexpession="Num" />
- </div>
- </div>
- @Html.AppendJsFile("/Areas/EducationalAdministration/Views/OpenLessonPlanOfElective/FormBatch.js")
|