Ver código fonte

Merge branch 'dev'

prodstable
Guillaume 4 anos atrás
pai
commit
d4654e0689
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      backend/web/js/vuejs/distribution-index.js

+ 3
- 0
backend/web/js/vuejs/distribution-index.js Ver arquivo

@@ -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() + '-'

Carregando…
Cancelar
Salvar