收款详情
订单原价:¥{{ detail.originAmount }}
打包费:{{ detail.packFee || "-" }}
餐位费:{{ detail.seatAmount || "-" }}
商品券抵扣:¥{{ detail.productCouponDiscountAmount }}
优惠券抵扣:¥{{ detail.fullCouponDiscountAmount }}
满减活动:¥{{ detail.discountActAmount || "-" }}
新客立减:¥{{ detail.newCustomerDiscountAmount || "-" }}
会员折扣:¥{{ detail.vipDiscountAmount || "-" }}
退单金额:¥{{ detail.refundAmount }}
整单改价:¥{{ detail.discountAmount }}
积分抵扣:¥{{ detail.pointsDiscountAmount }}
抹零:¥{{ detail.roundAmount }}
实收金额:
¥{{ detail.payAmount }}
退款
支付方式:{{ returnPayType(detail.payType) }}
退款金额:¥{{ detail.refundAmount }}
退款方式:{{ detail.refundType === "cash" ? "现金退款" : "原路退回" }}