@@ -116,7 +116,7 @@ var bootstrap = function ($, learun) {
});
}
},
{ label: "论文论 著题目", name: "Topic", width: 100, align: "left" },
{ label: "论著题目", name: "Topic", width: 100, align: "left" },
{ label: "出版社", name: "Press", width: 100, align: "left" },
{
label: "发表时间", name: "PostedTime", width: 100, align: "left"
@@ -148,7 +148,7 @@ var bootstrap = function ($, learun) {
});
}
},
{ label: "奖励金额", name: "Money", width: 100, align: "left" },
// { label: "奖励金额", name: "Money", width: 100, align: "left" },
{ label: "备注", name: "Remark", width: 100, align: "left" },
{
label: "等次", name: "Grade", width: 100, align: "left",
@@ -162,26 +162,26 @@ var bootstrap = function ($, learun) {
});
}
},
{
label: "审批用户", name: "AuditUser", width: 100, align: "left",
formatterAsync: function (callback, value, row, op, $cell) {
learun.clientdata.getAsync('custmerData', {
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'TeacherInfo',
key: value,
keyId: 'f_userid',
callback: function (_data) {
callback(_data['f_realname']);
}
});
}
},
{
label: "审批时间", name: "AuditTime", width: 100, align: "left"
, formatter: function (cellvalue) {
return learun.formatDate(cellvalue, 'yyyy-MM-dd hh-mm-ss');
}
},
{ label: "审批备注", name: "AuditRemark", width: 100, align: "left" },
// {
// label: "审批用户", name: "AuditUser", width: 100, align: "left",
// formatterAsync: function (callback, value, row, op, $cell) {
// learun.clientdata.getAsync('custmerData', {
// url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'TeacherInfo',
// key: value,
// keyId: 'f_userid',
// callback: function (_data) {
// callback(_data['f_realname']);
// }
// });
// }
// },
// {
// label: "审批时间", name: "AuditTime", width: 100, align: "left"
// , formatter: function (cellvalue) {
// return learun.formatDate(cellvalue, 'yyyy-MM-dd hh-mm-ss');
// }
// },
// { label: "审批备注", name: "AuditRemark", width: 100, align: "left" },
],
mainId: 'ID',
isPage: true,