935090232@qq.com
2021-03-08 9080f16e29363b99f7d9e659ceb7d236aa36bafa
zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/orderXq-form.html
@@ -669,6 +669,7 @@
                _this.data.items = dataItems;
                _this.data.zkTotal =  _this.refundMoney;
                _this.data.total =  _this.total;
                AjaxProxy.requst({
@@ -739,6 +740,8 @@
                        }
                        _this.refundMoney += parseFloat(item.refundPrice * item.refundCount);
                        //记录一下未优惠之前的价格
                        _this.total += parseFloat(item.price * item.refundCount);
                    }
                }
@@ -749,7 +752,7 @@
                _this.dialogSettleVisible = true;
            },
            calOrderTotalFormatter(row, column) {
                return row.count * row.price;
                return row.count * row.zkPrice;
            },
            getVipMoneyCards() {
                let _this = this;