|
@@ -85,7 +85,7 @@ MWF.xApplication.Attendance.ScheduleExplorer.Schedule = new Class({
|
|
|
Extends: MWF.xApplication.Attendance.Explorer.PopupForm,
|
|
Extends: MWF.xApplication.Attendance.Explorer.PopupForm,
|
|
|
options : {
|
|
options : {
|
|
|
"width": 600,
|
|
"width": 600,
|
|
|
- "height": 500,
|
|
|
|
|
|
|
+ "height": 600,
|
|
|
"hasTop" : true,
|
|
"hasTop" : true,
|
|
|
"hasBottom" : true,
|
|
"hasBottom" : true,
|
|
|
"title" : "",
|
|
"title" : "",
|
|
@@ -125,7 +125,7 @@ MWF.xApplication.Attendance.ScheduleExplorer.Schedule = new Class({
|
|
|
|
|
|
|
|
this.formTableArea.set("html",html);
|
|
this.formTableArea.set("html",html);
|
|
|
MWF.xDesktop.requireApp("Template", "MForm", function(){
|
|
MWF.xDesktop.requireApp("Template", "MForm", function(){
|
|
|
-
|
|
|
|
|
|
|
+ debugger
|
|
|
var ob = Object;
|
|
var ob = Object;
|
|
|
this.form = new MForm( this.formTableArea, this.data, {
|
|
this.form = new MForm( this.formTableArea, this.data, {
|
|
|
onPostLoad: function(){
|
|
onPostLoad: function(){
|
|
@@ -207,6 +207,7 @@ MWF.xApplication.Attendance.ScheduleExplorer.Schedule = new Class({
|
|
|
},
|
|
},
|
|
|
_ok: function( data, callback ){
|
|
_ok: function( data, callback ){
|
|
|
//checkDate
|
|
//checkDate
|
|
|
|
|
+ debugger
|
|
|
var dateList = [];
|
|
var dateList = [];
|
|
|
var signProxy = data.signProxy;
|
|
var signProxy = data.signProxy;
|
|
|
if(signProxy!=1){
|
|
if(signProxy!=1){
|