物流公司:xxxxx
- 物流单号:xxxx
- 起点:湖北省武汉市东西湖区xxx
- 目的地:xxxx
- 发货时间:xxx
- 签收时间:xxx
- 完成时间:xxx
+
+
+ 订单详情
+
-
-
-
-
-
-
- 昨天
- 15:56
-
- 已揽件
- xxxxxxxxxxxxxxx
-
-
-
-
+
+
订单动态
+
+
+
+
+
+
+
订单信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
商品列表
+
+ 合计:¥1230.00
+ 店铺优惠:-¥10.00
+ 平台优惠券:¥125.00
+ 实付款:¥1234.00
+
+
+
+ DS000001
+
+
+ 联想笔记本
+
+
+
+
+
+ 黑色,L
+
+
+ 10
+
+
+ ¥120.00
+
+
+
+ 保存
+ 查看物流信息
+ 关闭
+
-
+
+
\ No newline at end of file
diff --git a/src/views/platform/self-operated-mall/components/progress.vue b/src/views/platform/self-operated-mall/components/progress.vue
new file mode 100644
index 0000000..1e4e2c5
--- /dev/null
+++ b/src/views/platform/self-operated-mall/components/progress.vue
@@ -0,0 +1,94 @@
+
+
+
物流公司:xxxxx
+ 物流单号:xxxx
+ 起点:湖北省武汉市东西湖区xxx
+ 目的地:xxxx
+ 发货时间:xxx
+ 签收时间:xxx
+ 完成时间:xxx
+
+
+
+
+
+
+
+ 昨天
+ 15:56
+
+ 已揽件
+ xxxxxxxxxxxxxxx
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/platform/self-operated-mall/components/query_order_form.vue b/src/views/platform/self-operated-mall/components/query_order_form.vue
deleted file mode 100644
index 1ee3eeb..0000000
--- a/src/views/platform/self-operated-mall/components/query_order_form.vue
+++ /dev/null
@@ -1,109 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
- 重置
-
-
-
-
-
-
-
-
-
-
-
-
-
-
导出
-
-
-
- 12313141
-
-
- 退款退货
-
-
- 拍错
-
-
- 2022-12-31 12:31
-
-
- ¥120.00
-
-
- 7天无理由退款
-
-
- 2022-12-31 12:31
-
-
- 待审核
-
-
- 12
-
-
- 商品名称
-
-
-
-
-
- ¥120.00
-
-
- 2
-
-
- 详情
- 审核
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/platform/self-operated-mall/components/refund_order_detail.vue b/src/views/platform/self-operated-mall/components/refund_order_detail.vue
new file mode 100644
index 0000000..9bae2ca
--- /dev/null
+++ b/src/views/platform/self-operated-mall/components/refund_order_detail.vue
@@ -0,0 +1,260 @@
+
+
+
+ 详情
+
+
+
+ 待审核
+ 退回信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥
+
+
+
+
+
+
+ ¥
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看物流
+
+
+ {{
+ item.label
+ }}
+
+
+
+
+ 订单消息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 退货商品
+
+
+ DS000001
+
+
+ 联想笔记本
+
+
+
+
+
+ 黑色,L
+
+
+ 10
+
+
+ ¥120.00
+
+
+ ¥120.00
+
+
+
+ 保存
+ 查看物流信息
+ 关闭
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/platform/self-operated-mall/order.vue b/src/views/platform/self-operated-mall/order.vue
index 35f5968..6019234 100644
--- a/src/views/platform/self-operated-mall/order.vue
+++ b/src/views/platform/self-operated-mall/order.vue
@@ -76,15 +76,9 @@
-
-
- 订单详情
-
-
-
-
+
+
+
@@ -98,8 +92,6 @@ export default {
dicts: ['logistics_company'],
data() {
return {
- //订单详情 true:显示动态,false:显示物流
- view: true,
//订单详情dialog
open: false,
//表格数据
@@ -133,14 +125,4 @@ export default {
display: flex;
justify-content: right;
}
-
-.title {
- display: flex;
- justify-content: space-between;
- font-size: 16px;
-
- &>i {
- cursor: pointer;
- }
-}
\ No newline at end of file