浏览代码

Merge branch 'dev'

prodstable
Guillaume 3 年前
父节点
当前提交
e7726ccb89
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      backend/web/js/vuejs/document-form.js

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

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

正在加载...
取消
保存