From c24a35dfc0df443cfb5da144c92c4d7a586c2536 Mon Sep 17 00:00:00 2001 From: hupeng Date: Sat, 12 Sep 2020 23:04:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/shop/order/detail.vue | 281 +++++++++++++++++++++++++++++--- 1 file changed, 262 insertions(+), 19 deletions(-) diff --git a/src/views/shop/order/detail.vue b/src/views/shop/order/detail.vue index 767ff40..1a1c4cc 100644 --- a/src/views/shop/order/detail.vue +++ b/src/views/shop/order/detail.vue @@ -12,26 +12,26 @@
- 当前订单状态:{{order.statusName}} + 当前订单状态:
- 修改收货人信息 - 修改费用信息 - 关闭订单 - 备注订单 + 修改订单 + 备注订单 +
+
+ 立即退款 + 备注订单
- 修改收货人信息 - 取消订单 - 备注订单 + 去发货 + 备注订单
订单跟踪 - 备注订单 + 备注订单
订单跟踪 - 删除订单 - 备注订单 + 备注订单
@@ -188,7 +188,7 @@ ¥{{order.totalPrice}} ¥{{order.payPostage}} -¥{{order.couponPrice}} - -¥{{order.useIntegral}} + -¥{{order.deductionPrice}} 活动优惠 @@ -197,8 +197,8 @@ 应付款金额 - -¥{{order.promotionAmount}} - -¥{{order.deductionPrice}} + -¥0 + -¥0 ¥{{order.totalPrice}} @@ -279,7 +279,7 @@ -
@@ -363,12 +363,21 @@ 取 消 确 定 - + --> + + + + +