diff --git a/manager/src/views/order/order/fictitiousOrderList.vue b/manager/src/views/order/order/fictitiousOrderList.vue
index 69b40ddc..2a2b218c 100644
--- a/manager/src/views/order/order/fictitiousOrderList.vue
+++ b/manager/src/views/order/order/fictitiousOrderList.vue
@@ -4,22 +4,10 @@
-
+
-
+
diff --git a/manager/src/views/order/order/orderDetail.vue b/manager/src/views/order/order/orderDetail.vue
index 2df88231..6fc84f74 100644
--- a/manager/src/views/order/order/orderDetail.vue
+++ b/manager/src/views/order/order/orderDetail.vue
@@ -4,24 +4,12 @@
-
-
-
+
+
+
-
+
@@ -66,10 +54,8 @@
-
+
发票税号:
{{ orderInfo.receipt && orderInfo.receipt.taxpayerId ? orderInfo.receipt.taxpayerId : "暂无" }}
@@ -81,8 +67,8 @@
{{
orderInfo.receipt && orderInfo.receipt.receiptContent
- ? orderInfo.receipt.receiptContent
- : "暂无"
+ ? orderInfo.receipt.receiptContent
+ : "暂无"
}}
@@ -92,8 +78,8 @@
{{
orderInfo.receipt && orderInfo.receipt.receiptPrice
- ? orderInfo.receipt.receiptPrice
- : "暂无" | unitPrice("¥")
+ ? orderInfo.receipt.receiptPrice
+ : "暂无" | unitPrice("¥")
}}
@@ -101,7 +87,7 @@
是否开票:
- {{ orderInfo.receipt?(orderInfo.receipt.receiptStatus == 0 ? "未开" : "已开"):"空" }}
+ {{ orderInfo.receipt ? (orderInfo.receipt.receiptStatus == 0 ? "未开" : "已开") : "空" }}
@@ -127,12 +113,12 @@
{{ orderInfo.order.remark }}
-
+
-
+
-
+
配送方式:
{{ orderInfo.deliveryMethodValue }}
@@ -189,22 +173,12 @@
-
+
-
![]()
+
@@ -216,28 +190,12 @@
{{ key }} : {{ item }}
-
+
-
+
-
+
@@ -251,58 +209,56 @@
orderInfo.order.priceDetailDTO.goodsPrice | unitPrice("¥")
}}
-
+
优惠金额:
{{ orderInfo.order.priceDetailDTO.discountPrice | unitPrice("¥") }}
-
+
优惠券金额:
{{ orderInfo.order.priceDetailDTO.couponPrice | unitPrice("¥") }}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
优惠详情: |
-
-
-
-
- {{item.promotionName}}: |
+
+
+
+
+ {{ item.promotionName }}: |
¥{{ item.discountPrice | unitPrice }} |
-
-
-
-
-
-
-
优惠详情:
-
+
+
+
+
+
+
+
优惠详情:
+
-
-