瀏覽代碼

选修合班设置--管理合班排序;管理合班关闭后根据多条件查询;

新疆体育高职分支
zhangli 1 年之前
父節點
當前提交
d4b7ab4a7e
共有 2 個檔案被更改,包括 7 行新增3 行删除
  1. +5
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ElectiveMerge/Index.js
  2. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/OpenLessonPlanOfElective/Index.js

+ 5
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ElectiveMerge/Index.js 查看文件

@@ -169,7 +169,11 @@ var bootstrap = function ($, learun) {
}
};
refreshGirdData = function () {
page.search();
var param = {};
param.AcademicYearNo = $('#AcademicYearNo').lrselectGet();
param.Semester = $('#Semester').lrselectGet();
param.LessonName = $('#LessonName').lrselectGet();
page.search(param);
};
page.init();
}

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/OpenLessonPlanOfElective/Index.js 查看文件

@@ -119,8 +119,8 @@ var bootstrap = function ($, learun) {
],
mainId: 'Id',
isPage: true,
sidx: 'AcademicYearNo,Semester',
sord: 'desc',
sidx: 'AcademicYearNo desc,Semester desc,LessonName asc,EmpName asc,LessonSection asc',
//sord: 'desc',
isMultiselect: true
});
page.search();


Loading…
取消
儲存