Explorar el Código

排考明细 和排课汇总排序

新疆影视学院高职
ndbs hace 3 años
padre
commit
bf33d66ef0
Se han modificado 2 ficheros con 6 adiciones y 4 borrados
  1. +2
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeExamTermNew/Index.js
  2. +4
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeExamTermNew/IndexItem.js

+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeExamTermNew/Index.js Ver fichero

@@ -101,7 +101,8 @@ var bootstrap = function ($, learun) {
{ label: '教室编号', name: 'ClassRoomNo', width: 100, align: "left" },
{ label: '教室名称', name: 'ClassRoomName', width: 100, align: "left" }
],
mainId:'AETId',
mainId: 'AETId',
sidx: 'ExamTime asc, LessonNo asc,ClassRoomNo asc',
isPage: true
});
page.search();


+ 4
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeExamTermNew/IndexItem.js Ver fichero

@@ -25,7 +25,7 @@ var bootstrap = function ($, learun) {
ClassNo = item.id;
page.search({ ClassNo: item.id });
}
});
});
$('.datetime').each(function () {
$(this).lrdate({
dfdata: [
@@ -86,7 +86,7 @@ var bootstrap = function ($, learun) {
// value: 'value',
// text: 'text'
//});
$('#LessonNo').lrDataSourceSelect({ code: 'LessonInfo', value: 'lessonno', text: 'lessonname', placeholder:'请选择课程' });
$('#LessonNo').lrDataSourceSelect({ code: 'LessonInfo', value: 'lessonno', text: 'lessonname', placeholder: '请选择课程' });
$('#ClassRoomNo').lrDataSourceSelect({ code: 'ClassRoomInfo', value: 'classroomno', text: 'classroomname', placeholder: '请选择教室' });
$('#EmpNo').lrDataSourceSelect({ code: 'EmpInfo', value: 'empno', text: 'empname', placeholder: '请选择教师' });
},
@@ -107,9 +107,10 @@ var bootstrap = function ($, learun) {
{ label: '班级名称', name: 'ClassName', width: 100, align: "left" },
{ label: '学生编号', name: 'StuNo', width: 100, align: "left" },
{ label: '学生姓名', name: 'StuName', width: 200, align: "left" },
{ label: '座位编号', name: 'SitNumber', width: 100, align: "left" }
{ label: '座位编号', name: 'SitNumber', width: 100, aligndd: "left" }
],
mainId: 'AETId',
sidx: 'ExamTime asc, LessonNo asc,ClassRoomNo asc,ClassNo asc,SitNumber asc',
isPage: true
});
page.search();


Cargando…
Cancelar
Guardar