Ver código fonte

内控排序

金隅分支
liangkun 3 anos atrás
pai
commit
b711aa1861
2 arquivos alterados com 12 adições e 11 exclusões
  1. +11
    -11
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/MP_ManagementPlan/Index.js
  2. +1
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/MP_ManagementPlan/IndexManagement.js

+ 11
- 11
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/MP_ManagementPlan/Index.js Ver arquivo

@@ -105,17 +105,17 @@ var bootstrap = function ($, learun) {
{ label: "年度", name: "MPAcademicYearNo", width: 100, align: "left" },
//{ label: "学期", name: "MPSemester", width: 100, align: "left" },
{
label: "月份", name: "MPMonth", width: 100, align: "left",
formatterAsync: function (callback, value, row, op, $cell) {
learun.clientdata.getAsync('dataItem',
{
key: value,
code: 'MPMonth',
callback: function (_data) {
callback(_data.text);
}
});
}
label: "月份", name: "MPMonth", width: 100, align: "left"
//formatterAsync: function (callback, value, row, op, $cell) {
// learun.clientdata.getAsync('dataItem',
// {
// key: value,
// code: 'MPMonth',
// callback: function (_data) {
// callback(_data.text);
// }
// });
//}
},
{
label: "部门", name: "MPDepartment", width: 250, align: "left",


+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/MP_ManagementPlan/IndexManagement.js Ver arquivo

@@ -277,6 +277,7 @@ var bootstrap = function ($, learun) {
},
],
mainId: 'MPId',
sidx: 'cast(MPMonth as int) asc',
isPage: true
})
page.search();


Carregando…
Cancelar
Salvar