提交 de82bf0b 编写于 作者: S st

【考勤管理】修复申诉打开bug

上级 25fe54a2
......@@ -285,14 +285,17 @@ MWF.xApplication.Attendance.MyAppeal.View = new Class({
},
_openDocument: function( documentData ){
if(!!documentData.appealAuditInfo){
if(documentData.appealAuditInfo){
if(documentData.appealAuditInfo.workId){
var workid = documentData.appealAuditInfo.workId;
var options = {"workId":workid, "appId": "process.Work"+workid};
this.app.desktop.openApplication(null, "process.Work", options);
}else{
return;
}
}
var appeal = new MWF.xApplication.Attendance.MyAppeal.Appeal(this.explorer, documentData );
appeal.open();
}
}
......@@ -450,7 +453,7 @@ MWF.xApplication.Attendance.MyAppeal.Appeal = new Class({
offDutyTime : { text:"下班打卡时间", type : "innertext"},
statusShow : { text:"考勤状态", type : "innertext" },
appealStatusShow : { text:"审批状态",type : "innertext"},
processPerson1Show : {text:"审核人",type:"innertext", value : this.data.processPerson1.split("@")[0] },
processPerson1Show : {text:"审核人",type:"innertext", value : this.data.processPerson1?this.data.processPerson1.split("@")[0] :""},
appealReason : {
notEmpty : true,
text:"申述原因",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册