Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_Desktop/Views/DataCollection/Index.jsZobrazit soubor
@@ -62,6 +62,18 @@ var bootstrap = function ($, learun) {
}
});
});
//教师进修培训
$('#lr_teacherTrain').on('click', function () {
learun.layerConfirm('是否确认推送教师培训数据!', function (res) {
if (res) {
learun.postForm(top.$.rootUrl + '/LR_Desktop/DataCollection/SyncTeacherTrain', function () {
refreshGirdData();
});
}
});
});
},
// 初始化列表
initGird: function () {
+ 2- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/ArrangeLessonTerm/ArrangeLessonTermService.csZobrazit soubor
@@ -2363,6 +2363,8 @@ group by AcademicYearNo,Semester,DeptNo,MajorNo,LessonNo,TeachClassNo,EmpNo,Les
public class TimeTable
{
public string Grade { get; set; }
public string StuNum { get; set; }
public string ALTId { get; set; }
public DateTime LessonDate { get; set; }
public string EnName { get; set; }
+ 21- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LR_Desktop/DataCollection/DataCollectionBLL.csZobrazit soubor
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LR_Desktop/DataCollection/DataCollectionIBLL.csZobrazit soubor
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LR_Desktop/DataCollection/DataCollectionService.csZobrazit soubor