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;