ソースを参照

Merge branch 'dev'

prodstable
Guillaume 2年前
コミット
6f6a9b14b7
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
});
}
},

読み込み中…
キャンセル
保存