Ver a proveniência

部门管理 分管校长id 绑定

金隅分支
zhichao lei há 4 anos
ascendente
cometimento
0b578887c4
1 ficheiros alterados com 9 adições e 1 eliminações
  1. +9
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OrganizationModule/Views/Department/Index.js

+ 9
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OrganizationModule/Views/Department/Index.js Ver ficheiro

@@ -97,7 +97,15 @@ var bootstrap = function ($, learun) {
{ label: "部门简称", name: "F_ShortName", width: 100, align: "left" },
{ label: "部门性质", name: "F_Nature", width: 100, align: "left" },
{ label: "负责人", name: "F_Manager", width: 100, align: "left" },
{ label: "分管校长", name: "F_SchoolMaster", width: 100, align: "left" },
{
label: "分管校长", name: "F_SchoolMasterId", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) {
learun.clientdata.getAsync('user', {
key: value,
callback: function (_data) {
callback(_data.name);
}
});
}},
{
label: "公告类别", name: "NoticeCategory", width: 200, align: "left" ,
formatterAsync: function (callback, value, row, op, $cell) {


Carregando…
Cancelar
Guardar