浏览代码

Correctif tableau décli

feature/export_comptable
Fab 4 年前
父节点
当前提交
e662da8e26
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. +2
    -1
      ShopBundle/Resources/public/js/backend/script/default/vuejs-mixins.js
  2. +2
    -2
      ShopBundle/Resources/public/js/backend/script/productfamily/vuejs-product-family.js

+ 2
- 1
ShopBundle/Resources/public/js/backend/script/default/vuejs-mixins.js 查看文件

@@ -153,12 +153,13 @@ let mixinPrice = {
if (this.behaviorPriceValue == 'by-piece') {
this.setBuyingPriceByRefUnit();
this.setBuyingPriceByRefUnitWithTax();
log('ncihe');
this.setPriceByRefUnit();
this.setPriceByRefUnitWithTax();
} else if (this.behaviorPriceValue == 'by-reference-unit') {
this.setPriceFromPriceByRefUnit();
this.setPriceWithTax();
log('ncihe');
this.setBuyingPriceFromBuyingPriceByRefUnit();
this.setBuyingPriceWithTax();
}

+ 2
- 2
ShopBundle/Resources/public/js/backend/script/productfamily/vuejs-product-family.js 查看文件

@@ -503,8 +503,8 @@ $(window).on('load', function () {

log(Object.keys(this.formProducts).length);
this.$nextTick(function () {
this.updateSortableProducts(false);
this.updateKeyboardNav();
this.updateSortableProducts(true);
});
},
updateKeyboardNav: function () {

正在加载...
取消
保存