Explorar el Código

学生学籍调整js页面

临城职教中职
ndbs hace 2 años
padre
commit
30a98636f1
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  1. +6
    -6
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/Index.js

+ 6
- 6
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/Index.js Ver fichero

@@ -311,6 +311,12 @@ var bootstrap = function ($, learun) {
$('#gridtable').lrAuthorizeJfGridLei({ $('#gridtable').lrAuthorizeJfGridLei({
url: top.$.rootUrl + '/EducationalAdministration/StuInfoBasic/GetPageList', url: top.$.rootUrl + '/EducationalAdministration/StuInfoBasic/GetPageList',
headData: [ headData: [
{
label: "审核状态", name: "CheckMark", width: 80, align: "center",
formatter: function (cellvalue) {
return cellvalue == "1" ? "<span class=\"label label-success\">已审核</span>" : "<span class=\"label label-danger\">未审核</span>";
}
},
{ label: "学生编号", name: "StuNo", width: 100, align: "left" }, { label: "学生编号", name: "StuNo", width: 100, align: "left" },
{ label: "学籍号", name: "StuCode", width: 100, align: "left" }, { label: "学籍号", name: "StuCode", width: 100, align: "left" },
{ label: "学号", name: "ProvinceCode", width: 100, align: "left" }, { label: "学号", name: "ProvinceCode", width: 100, align: "left" },
@@ -451,12 +457,6 @@ var bootstrap = function ($, learun) {
// return cellvalue == "1" ? "<i class=\"fa fa-toggle-on\"></i>" : "<i class=\"fa fa-toggle-off\"></i>"; // return cellvalue == "1" ? "<i class=\"fa fa-toggle-on\"></i>" : "<i class=\"fa fa-toggle-off\"></i>";
// } // }
//}, //},
{
label: "审核状态", name: "CheckMark", width: 80, align: "center",
formatter: function (cellvalue) {
return cellvalue == "1" ? "<span class=\"label label-success\">已审核</span>" : "<span class=\"label label-danger\">未审核</span>";
}
},
{ {
label: "是否上传头像", name: "Photo", width: 80, align: "center", label: "是否上传头像", name: "Photo", width: 80, align: "center",
formatter: function (cellvalue) { formatter: function (cellvalue) {


Cargando…
Cancelar
Guardar