|
@@ -834,10 +834,10 @@
|
|
|
return "<span title='"+ d.content +"'>" + d.content + "</span>";
|
|
|
}}
|
|
|
,{align:'center',title: '提交人', width:80,templet:function(d){
|
|
|
- return "<span title='"+ d.initiator +"'>" + d.initiator + "</span>";
|
|
|
+ return "<span title='"+ d.submit +"'>" + d.submit + "</span>";
|
|
|
}}
|
|
|
,{align:'center',title: '审核人', width:80,templet:function(d){
|
|
|
- return "<span title='"+ d.submit +"'>" + d.submit + "</span>";
|
|
|
+ return "<span title='"+ d.auditorName +"'>" + d.auditorName + "</span>";
|
|
|
}}
|
|
|
,{field:'status1', align:'center',title: '审批状态',width:100}
|
|
|
,{field:'op',align:'center', title: '创建时间', width:140,templet:function(d){
|
|
@@ -860,6 +860,7 @@
|
|
|
,"title":"${workProjectNotify.title}"
|
|
|
,"content":"${workProjectNotify.content}"
|
|
|
,"initiator":"${fns:getUserById(workProjectNotify.initiator).name}"
|
|
|
+ ,"auditorName":"${fns:getUserById(workProjectNotify.auditor).name}"
|
|
|
,"submit":"${fns:getUserById(workProjectNotify.createBy.id).name}"
|
|
|
,"status":"${workProjectNotify.status}"
|
|
|
,"status1":"${fns:getDictLabel(workProjectNotify.status, 'project_notify_class', '')}"
|