|
|
@@ -92,17 +92,19 @@ var bootstrap = function ($, learun) { |
|
|
|
{ |
|
|
|
label: "申报部门", name: "Department", width: 200, align: "left", |
|
|
|
formatterAsync: function (callback, value, row, op, $cell) { |
|
|
|
learun.clientdata.getAsync('department', { |
|
|
|
learun.clientdata.getAsync('custmerData', { |
|
|
|
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'classdata', |
|
|
|
key: value, |
|
|
|
keyId: 'id', |
|
|
|
callback: function (_data) { |
|
|
|
callback(_data.name); |
|
|
|
callback(_data['name']); |
|
|
|
} |
|
|
|
}); |
|
|
|
} |
|
|
|
}, |
|
|
|
{ label: "总人数", name: "Num", width: 200, align: "left", statistics: true }, |
|
|
|
{ label: "上传人数", name: "Number", width: 200, align: "left", statistics: true }, |
|
|
|
{ label: '未上传人数', name: 'Unit', width: 150, align: 'left', statistics: true }, |
|
|
|
{ label: '未上传人数', name: 'cha', width: 150, align: 'left', statistics: true }, |
|
|
|
], |
|
|
|
mainId: 'Department', |
|
|
|
isPage: true, |
|
|
|