Browse Source

隐藏开课计划的一些字段

黑艺新账号
hwh2023 7 months ago
parent
commit
ab444764e6
2 changed files with 10 additions and 10 deletions
  1. +5
    -5
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ClassPlan/Index.js
  2. +5
    -5
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ClassPlan/IndexSchool.js

+ 5
- 5
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ClassPlan/Index.js View File

@@ -264,12 +264,12 @@ var bootstrap = function ($, learun) {
}
},
{ label: "学分", name: "StudyScore", width: 80, align: "left" },
{ label: "拟开教学班数", name: "TeachClassNum", width: 100, align: "left" },
//{ label: "拟开教学班数", name: "TeachClassNum", width: 100, align: "left" },
//{ label: "人数", name: "StuNum", width: 80, align: "left" },
{ label: "周课时", name: "WeekLessonHour", width: 80, align: "left" },
{ label: "理论课时", name: "WeekHourClassroom", width: 80, align: "left" },
{ label: "实践课时", name: "PracticeHour", width: 80, align: "left" },
{ label: "起始周次", name: "StartWeek", width: 80, align: "left" },
//{ label: "周课时", name: "WeekLessonHour", width: 80, align: "left" },
//{ label: "理论课时", name: "WeekHourClassroom", width: 80, align: "left" },
//{ label: "实践课时", name: "PracticeHour", width: 80, align: "left" },
//{ label: "起始周次", name: "StartWeek", width: 80, align: "left" },
//{ label: "结束周次", name: "EndWeek", width: 80, align: "left" },
//{
// label: "负责开课院系", name: "TeachDeptNo", width: 100, align: "left",


+ 5
- 5
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ClassPlan/IndexSchool.js View File

@@ -87,12 +87,12 @@ var bootstrap = function ($, learun) {
}
}
},
{ label: "拟开教学班数", name: "TeachClassNum", width: 100, align: "left" },
//{ label: "拟开教学班数", name: "TeachClassNum", width: 100, align: "left" },
//{ label: "人数", name: "StuNum", width: 80, align: "left" },
{ label: "周课时", name: "WeekLessonHour", width: 80, align: "left" },
{ label: "理论课时", name: "WeekHourClassroom", width: 80, align: "left" },
{ label: "实践课时", name: "PracticeHour", width: 80, align: "left" },
{ label: "起始周次", name: "StartWeek", width: 80, align: "left" },
//{ label: "周课时", name: "WeekLessonHour", width: 80, align: "left" },
//{ label: "理论课时", name: "WeekHourClassroom", width: 80, align: "left" },
//{ label: "实践课时", name: "PracticeHour", width: 80, align: "left" },
//{ label: "起始周次", name: "StartWeek", width: 80, align: "left" },
//{ label: "结束周次", name: "EndWeek", width: 80, align: "left" },
//{
// label: "负责开课院系", name: "TeachDeptNo", width: 100, align: "left",


Loading…
Cancel
Save