瀏覽代碼

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

Loading…
取消
儲存