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 @@
- +