Browse Source

Correctif tableau décli

feature/export_comptable
Fab 4 years ago
parent
commit
e662da8e26
2 changed files with 4 additions and 3 deletions
  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 View File

if (this.behaviorPriceValue == 'by-piece') { if (this.behaviorPriceValue == 'by-piece') {
this.setBuyingPriceByRefUnit(); this.setBuyingPriceByRefUnit();
this.setBuyingPriceByRefUnitWithTax(); this.setBuyingPriceByRefUnitWithTax();
log('ncihe');
this.setPriceByRefUnit(); this.setPriceByRefUnit();
this.setPriceByRefUnitWithTax(); this.setPriceByRefUnitWithTax();
} else if (this.behaviorPriceValue == 'by-reference-unit') { } else if (this.behaviorPriceValue == 'by-reference-unit') {
this.setPriceFromPriceByRefUnit(); this.setPriceFromPriceByRefUnit();
this.setPriceWithTax(); this.setPriceWithTax();
log('ncihe');
this.setBuyingPriceFromBuyingPriceByRefUnit(); this.setBuyingPriceFromBuyingPriceByRefUnit();
this.setBuyingPriceWithTax(); this.setBuyingPriceWithTax();
} }

+ 2
- 2
ShopBundle/Resources/public/js/backend/script/productfamily/vuejs-product-family.js View File



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

Loading…
Cancel
Save