public ActionResult GetElectiveLessonNoDataWithNo()
{
var loginInfo = LoginUserInfo.Get();
var data = stuScoreIBLL.GetElectiveLessonNoDataOfAll(loginInfo.account, loginInfo.Description);
var semesterAndYear = Common.GetSemesterAndYear();
var data = stuScoreIBLL.GetElectiveLessonNoDataOfAll(loginInfo.account, loginInfo.Description, semesterAndYear.AcademicYearShort, semesterAndYear.Semester);
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScore/InputScoreIndexOfElectiveInTeacher.jsZobrazit soubor
@@ -513,6 +513,9 @@ var bootstrap = function ($, learun) {
@@ -590,7 +593,7 @@ var bootstrap = function ($, learun) {
page.initGird();
page.search(query);
//page.searchScale(query);
page.searchScale(query);
}
};
judgeSelect = function () {
+ 4- 4
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuScore/StuScoreBLL.csZobrazit soubor
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuScore/StuScoreIBLL.csZobrazit soubor
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuScore/StuScoreService.csZobrazit soubor