|
|
|
|
|
|
|
|
date_begin: this.dateBegin ? this.formatDate(this.dateBegin) : '', |
|
|
date_begin: this.dateBegin ? this.formatDate(this.dateBegin) : '', |
|
|
date_end: this.dateEnd ? this.formatDate(this.dateEnd) : '', |
|
|
date_end: this.dateEnd ? this.formatDate(this.dateEnd) : '', |
|
|
week_frequency: this.weekFrequency, |
|
|
week_frequency: this.weekFrequency, |
|
|
auto_payment: this.autoPayment, |
|
|
|
|
|
|
|
|
auto_payment: parseInt(this.autoPayment), |
|
|
monday: this.monday == true ? 1 : 0, |
|
|
monday: this.monday == true ? 1 : 0, |
|
|
tuesday: this.tuesday == true ? 1 : 0, |
|
|
tuesday: this.tuesday == true ? 1 : 0, |
|
|
wednesday: this.wednesday == true ? 1 : 0, |
|
|
wednesday: this.wednesday == true ? 1 : 0, |