浏览代码

[Administration] Distributions : correctif pointSaleDistribution

feature/souke
Guillaume Bourgeois 1年前
父节点
当前提交
71abff7b68
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      backend/web/js/vuejs/distribution-index.js

+ 1
- 0
backend/web/js/vuejs/distribution-index.js 查看文件

@@ -267,6 +267,7 @@ var app = new Vue({
this.setIdActivePointSale(0);
for (var i = 0; i < this.pointsSale.length; i++) {
if (this.pointsSale[i].pointSaleDistribution
&& 0 in this.pointsSale[i].pointSaleDistribution
&& this.pointsSale[i].pointSaleDistribution[0].delivery == 1) {
this.countActivePointsSale++;
this.setIdActivePointSale(this.pointsSale[i].id);

正在加载...
取消
保存