@@ -195,7 +195,7 @@ var bootstrap = function ($, learun) { | |||||
]; | ]; | ||||
var headDatas = headData.concat(LessonTemp); | var headDatas = headData.concat(LessonTemp); | ||||
$("#gridtable")[0].dfop = undefined; | |||||
//$("#gridtable")[0].dfop = undefined; | |||||
$('#gridtable').lrAuthorizeJfGridLei({ | $('#gridtable').lrAuthorizeJfGridLei({ | ||||
url: top.$.rootUrl + '/EducationalAdministration/StuScore/GetScoreListByClassNo', | url: top.$.rootUrl + '/EducationalAdministration/StuScore/GetScoreListByClassNo', | ||||
headData: headDatas, | headData: headDatas, | ||||
@@ -71,7 +71,7 @@ var bootstrap = function ($, learun) { | |||||
} | } | ||||
}, | }, | ||||
{ | { | ||||
label: "课程类型", name: "LessonTypeId", width: 200, align: "left", | |||||
label: "课程类型", name: "LessonTypeId", width: 100, align: "left", | |||||
formatterAsync: function (callback, value, row, op, $cell) { | formatterAsync: function (callback, value, row, op, $cell) { | ||||
learun.clientdata.getAsync('custmerData', { | learun.clientdata.getAsync('custmerData', { | ||||
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'CdLessonType', | url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'CdLessonType', | ||||
@@ -83,6 +83,7 @@ var bootstrap = function ($, learun) { | |||||
}); | }); | ||||
} | } | ||||
}, | }, | ||||
{ label: "课程编号", name: "LessonNo", width: 100, align: "left" }, | |||||
{ label: "课程名称", name: "LessonName", width: 200, align: "left" }, | { label: "课程名称", name: "LessonName", width: 200, align: "left" }, | ||||
{ label: "代课教师编号", name: "EmpNo", width: 100, align: "left" }, | { label: "代课教师编号", name: "EmpNo", width: 100, align: "left" }, | ||||
{ label: "代课教师姓名", name: "EmpName", width: 100, align: "left" }, | { label: "代课教师姓名", name: "EmpName", width: 100, align: "left" }, | ||||
@@ -71,7 +71,7 @@ var bootstrap = function ($, learun) { | |||||
} | } | ||||
}, | }, | ||||
{ | { | ||||
label: "课程类型", name: "LessonTypeId", width: 200, align: "left", | |||||
label: "课程类型", name: "LessonTypeId", width: 100, align: "left", | |||||
formatterAsync: function (callback, value, row, op, $cell) { | formatterAsync: function (callback, value, row, op, $cell) { | ||||
learun.clientdata.getAsync('custmerData', { | learun.clientdata.getAsync('custmerData', { | ||||
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'CdLessonType', | url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'CdLessonType', | ||||
@@ -83,6 +83,7 @@ var bootstrap = function ($, learun) { | |||||
}); | }); | ||||
} | } | ||||
}, | }, | ||||
{ label: "课程编号", name: "LessonNo", width: 100, align: "left" }, | |||||
{ label: "课程名称", name: "LessonName", width: 200, align: "left" }, | { label: "课程名称", name: "LessonName", width: 200, align: "left" }, | ||||
{ label: "代课教师编号", name: "EmpNo", width: 100, align: "left" }, | { label: "代课教师编号", name: "EmpNo", width: 100, align: "left" }, | ||||
{ label: "代课教师姓名", name: "EmpName", width: 100, align: "left" }, | { label: "代课教师姓名", name: "EmpName", width: 100, align: "left" }, | ||||
@@ -71,7 +71,7 @@ var bootstrap = function ($, learun) { | |||||
} | } | ||||
}, | }, | ||||
{ | { | ||||
label: "课程类型", name: "LessonTypeId", width: 200, align: "left", | |||||
label: "课程类型", name: "LessonTypeId", width: 100, align: "left", | |||||
formatterAsync: function (callback, value, row, op, $cell) { | formatterAsync: function (callback, value, row, op, $cell) { | ||||
learun.clientdata.getAsync('custmerData', { | learun.clientdata.getAsync('custmerData', { | ||||
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'CdLessonType', | url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'CdLessonType', | ||||
@@ -83,6 +83,7 @@ var bootstrap = function ($, learun) { | |||||
}); | }); | ||||
} | } | ||||
}, | }, | ||||
{ label: "课程编号", name: "LessonNo", width: 100, align: "left" }, | |||||
{ label: "课程名称", name: "LessonName", width: 200, align: "left" }, | { label: "课程名称", name: "LessonName", width: 200, align: "left" }, | ||||
{ label: "代课教师编号", name: "EmpNo", width: 100, align: "left" }, | { label: "代课教师编号", name: "EmpNo", width: 100, align: "left" }, | ||||
{ label: "代课教师姓名", name: "EmpName", width: 100, align: "left" }, | { label: "代课教师姓名", name: "EmpName", width: 100, align: "left" }, | ||||