fix
wzy
2021-12-24 fd80f789134e77b33724e68a0f955a0b663eead3
fix
1 files modified
6 ■■■■■ changed files
zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-setting.html 6 ●●●●● patch | view | raw | blame | history
zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-setting.html
@@ -343,7 +343,9 @@
                        }
                        _this.shfs = data.mapInfo.shfs;
                        _this.sqtj = data.mapInfo.sqtj;
                        _this.order = data.mapInfo.order;
                        if (!data.mapInfo.order && data.mapInfo.order != null) {
                            _this.order = data.mapInfo.order;
                        }
                    }
                });
            },
@@ -356,7 +358,7 @@
                this.pushToSelectGoods(row);
            },
            pushToSelectGoods(goods) {
                console.log(this.order)
                //判断是否被选中
                let selected = false;
                for(let i = 0; i < this.order.length; i++){