Преглед на файлове

[backend] Modification commande : correctif bouton "Modifer" et processCredit non pris en compte

dev
Guillaume преди 4 години
родител
ревизия
10883b6b0e
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. +3
    -0
      backend/web/js/vuejs/distribution-index.js

+ 3
- 0
backend/web/js/vuejs/distribution-index.js Целия файл

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

Loading…
Отказ
Запис