瀏覽代碼

Merge branch 'dev'

prodstable
Guillaume 2 年之前
父節點
當前提交
f1c027c083
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      backend/web/js/vuejs/document-form.js

+ 2
- 1
backend/web/js/vuejs/document-form.js 查看文件

@@ -141,7 +141,8 @@ var app = new Vue({
changeProductAdd: function(event) {
var idProduct = event.currentTarget.value ;
this.productAddId = idProduct ;
this.productAddPrice = parseFloat(this.productsArray[idProduct].price).toFixed(2) ;
//this.productAddPrice = parseFloat(this.productsArray[idProduct].price).toFixed(2) ;
this.productAddPrice = parseFloat(this.productsArray[idProduct].price);
this.productAddQuantity = this.getStepProductAdd() ;
},
changeQuantityProductAdd: function(quantity) {

Loading…
取消
儲存