提交 439aceb8 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'cherry-pick-e0abfea2' into 'develop'

修复考勤管理申诉设置保存报错

See merge request o2oa/o2oa!951
......@@ -292,7 +292,7 @@ MWF.xApplication.Attendance.AppSetting = new Class({
var data = this.document.getResult(true,",",true,false,false);
if(data){
var APPEAL_AUDIFLOW_ID = data.APPEAL_AUDIFLOW_ID
if(!!APPEAL_AUDIFLOW_ID&&APPEAL_AUDIFLOW_ID!=""&&APPEAL_AUDIFLOW_ID!=""){
if(!!APPEAL_AUDIFLOW_ID&&APPEAL_AUDIFLOW_ID!=""&&APPEAL_AUDIFLOW_ID!=""&&!!this.document.items.APPEAL_AUDIFLOW_ID.orgObject){
data.APPEAL_AUDIFLOW_ID = this.document.items.APPEAL_AUDIFLOW_ID.orgObject[0].data.id;
}
var arr = this.encodeData( this.data, data );
......
......@@ -95,6 +95,7 @@ MWF.xApplication.Attendance.ScheduleExplorer.Schedule = new Class({
_createTableContent: function(){
var lp = this.app.lp.schedule;
var signProxy = this.data.signProxy||1;
var html = "<table width='100%' bordr='0' cellpadding='5' cellspacing='0' styles='formTable'>"+
"<tr><td colspan='2' styles='formTableHead'>"+lp.setSchedule+"</td></tr>" +
"<tr><td styles='formTabelTitle' lable='unitName'></td>"+
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册