订单详情
{{statusText}}
{{statusDesc}}
订单信息
订单编号
{{order.orderNo}}
创建时间
{{formatDateTime(order.createTime)}}
支付时间
{{formatDateTime(order.payTime)}}
取消时间
{{formatDateTime(order.cancelTime)}}
套餐信息
{{order.subscriptionPlan.name}}
{{order.subscriptionPlan.description}}
{{order.subscriptionPlan.maxApartments}} 栋公寓
{{order.subscriptionPlan.maxRooms}} 个房间
{{order.subscriptionPlan.maxUsers}} 个用户
费用明细
套餐单价
¥{{order.unitPrice || order.subscriptionPlan?.monthlyPrice || 0}}/月
购买时长
{{order.months}} 个月
基础费用
¥{{order.amount}}
优惠金额
-¥{{order.discountAmount}}
实付金额
¥{{order.actualAmount}}
支付信息
支付方式
{{getPaymentMethodText(order.paymentMethod)}}
交易号
{{order.transactionId}}
有效期
开始时间
{{formatDate(order.startDate)}}
结束时间
{{formatDate(order.endDate)}}