Helius
2020-12-16 9f0f265de03e582df2baca0dc2ae7ce5586b48b0
zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html
@@ -888,9 +888,9 @@
             */
            chouseGoods() {
                let _this = this;
                this.multipleSelection.forEach(item => {
                    _this.pushToSelectGoods(item, BUY_TYPE_NOT_FREE);
                });
                // this.multipleSelection.forEach(item => {
                //     _this.pushToSelectGoods(item, BUY_TYPE_NOT_FREE);
                // });
                this.closeXm();
                this.calculationTotal();
            },