| | |
| | | <span class="price-span">实际支付:¥{{ ((detailInfo.order.payAmount||0) / 100).toFixed(2) }}</span> |
| | | <span class="price-span">退款金额:¥{{ ((detailInfo.order.refundAmount ||0)/ 100).toFixed(2) }}</span> |
| | | <span class="price-span">超时金额:¥{{ ((detailInfo.order.overdueAmount ||0)/ 100).toFixed(2) }}</span> |
| | | <span class="price-span">异常金额:¥{{ ((detailInfo.order.exceptionAmount ||0)/ 100).toFixed(2) }}</span> |
| | | <span class="price-span">异常金额:¥{{ ((detailInfo.order.exceptionFee ||0)/ 100).toFixed(2) }}</span> |
| | | <span class="price-span">优惠卷抵扣金额:¥{{ ((detailInfo.order.deductionAmount ||0)/ 100).toFixed(2) }}</span> |
| | | <span class="price-span">门店保管补贴:¥{{ ((detailInfo.order.shopCompensationAmount ||0)/ 100).toFixed(2) }}</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | }, |
| | | open (row) { |
| | | this.title = '订单详情' |
| | | getById(row.id).then(res => { |
| | | console.log(res) |
| | | getById(row).then(res => { |
| | | this.detailInfo = res |
| | | this.visible = true |
| | | }).catch(e => { |