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

[Backend] Distribution > Ajout commande : correctif active / inactif

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

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

@@ -731,7 +731,8 @@ Vue.component('order-form',{
Vue.set(this.order.productOrder, id_product, {
quantity: theQuantity,
unit: this.order.productOrder[id_product].unit,
price: this.order.productOrder[id_product].price
price: this.order.productOrder[id_product].price,
active: this.order.productOrder[id_product].active
});
}
},

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