update
This commit is contained in:
@@ -312,7 +312,7 @@
|
||||
}
|
||||
html.push('<tr>');
|
||||
html.push('<td class="clum">审批意见: </td>');
|
||||
var fullCommentMsg = item.comment!=null&&item.comment.fullMessage!=null? item.comment.fullMessage : "";
|
||||
var fullCommentMsg = item.comment!=null&&item.comment.message!=null? item.comment.message : "";
|
||||
var shortCommentMsg="";
|
||||
if(item.historicTaskInstance.deleteReason!=null&&"cancel_process"==item.historicTaskInstance.actionType){
|
||||
var cancelCommentMsg="当前流程已作废,作废意见为:"+item.historicTaskInstance.deleteReason;
|
||||
|
||||
Reference in New Issue
Block a user