Ver código fonte

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

refactoring
Guillaume 2 anos atrás
pai
commit
fedec4035b
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      backend/web/js/vuejs/distribution-index.js

+ 2
- 1
backend/web/js/vuejs/distribution-index.js Ver arquivo

@@ -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
});
}
},

Carregando…
Cancelar
Salvar