Przeglądaj źródła

Merge branch 'dev'

prodstable
Guillaume 2 lat temu
rodzic
commit
0644814aac
2 zmienionych plików z 897 dodań i 880 usunięć
  1. +1
    -1
      backend/web/js/vuejs/distribution-index.js
  2. +896
    -879
      common/models/Order.php

+ 1
- 1
backend/web/js/vuejs/distribution-index.js Wyświetl plik

@@ -713,7 +713,7 @@ Vue.component('order-form',{
data.append('idUser', this.order.id_user) ;
data.append('username', ''+this.order.username) ;
data.append('products', JSON.stringify(this.order.productOrder)) ;
data.append('comment', this.order.comment) ;
data.append('comment', this.order.comment && this.order.comment.length ? this.order.comment : '') ;
data.append('processCredit', processCredit) ;

axios.post(UrlManager.getBaseUrlAbsolute()+"order/ajax-update",data)

+ 896
- 879
common/models/Order.php
Plik diff jest za duży
Wyświetl plik


Ładowanie…
Anuluj
Zapisz