¥
{{ multiplyAndFormat(tableData.discount.discountAmount || 0) }}
优惠金额
{{ tableData.discount.discountCount || 0 }}
优惠笔数
¥
{{ multiplyAndFormat(tableData.discount.newConsumerDiscount || 0) }}
新客立减
¥
{{ multiplyAndFormat(tableData.discount.freeCashAmount || 0) }}
霸王餐
¥
{{ multiplyAndFormat(tableData.discount.fullMinusAmount || 0) }}
满减活动
¥
{{ multiplyAndFormat(tableData.discount.couponAmount || 0) }}
优惠券
¥
{{ multiplyAndFormat(tableData.discount.memberDiscount || 0) }}
会员折扣
¥
{{ multiplyAndFormat(tableData.discount.pointsDiscountAmount || 0) }}
积分抵扣金额
¥
{{ multiplyAndFormat(tableData.discount.orderDiscount || 0) }}
订单改价
¥
{{ multiplyAndFormat(tableData.refund.refundAmount || 0) }}
退款金额
¥
{{ multiplyAndFormat(tableData.refund.onlineRefundAmount || 0) }}
线上退款金额
¥
{{ multiplyAndFormat(tableData.refund.cashRefundAmount || 0) }}
现金退款金额
¥
{{ multiplyAndFormat(tableData.refund.memberRefundAmount || 0) }}
余额退款金额
¥
{{ multiplyAndFormat(tableData.refund.onlineRechargeRefundAmount || 0) }}
线上充值退款金额
¥
{{ multiplyAndFormat(tableData.refund.cashRechargeRefundAmount || 0) }}
现金充值退款金额
¥
{{ multiplyAndFormat(tableData.order.orderAmount || 0) }}
订单金额
{{ tableData.order.orderCount || 0 }}
订单总数