@@ -599,6 +599,9 @@ Vue.component('order-form',{ | |||
var app = this ; | |||
if(this.checkForm()) { | |||
var processCredit = event.currentTarget.getAttribute('data-process-credit') ; | |||
if(processCredit == null) { | |||
processCredit = 0 ; | |||
} | |||
var data = new FormData(); | |||
data.append('date', this.date.getFullYear() + '-' |