diff --git a/src/components/order_list/retail/retail.vue b/src/components/order_list/retail/retail.vue new file mode 100644 index 0000000..c007d6f --- /dev/null +++ b/src/components/order_list/retail/retail.vue @@ -0,0 +1,87 @@ + + + + + \ No newline at end of file diff --git a/src/js/api.js b/src/js/api.js index eec907d..b3c3b31 100644 --- a/src/js/api.js +++ b/src/js/api.js @@ -42,7 +42,8 @@ export const API = { // hardwareOrderList: `${ORIGIN}/admin/stadium/hardware/order/list`, // 硬件管理-订单列表_copy hardwareOrderList: `${ORIGIN}/admin/assistant/hardware/order/list`, // 硬件管理-订单列表_copy appointmentOrderList: `${ORIGIN}/admin/gameAppointment/orderList`, // 赛事订单列表_copy - shop2OrderList: `${ORIGIN}/admin/shop2/orderList`, // 商城订单 - 列表_copy + shop2OrderList: `${ORIGIN}/admin/shop2/orderList`, // 商城订单 - 列表_copy交易成功 + retailOrderList: `${ORIGIN}/admin/erp/retailOrder/list`, // 订单管理-零售订单列表 // 营业额统计 turnoverBrand: `${ORIGIN}/admin/assistant/turnover/brand/calc`, // 营业额记录-品牌 diff --git a/src/pages.json b/src/pages.json index 72a67ad..c927fae 100644 --- a/src/pages.json +++ b/src/pages.json @@ -390,6 +390,12 @@ "root": "subpackage/order", "pages": [ { + "path": "pages/retail/detail/detail", + "style" : { + "navigationBarTitleText": "零售订单详情" + } + }, + { "path": "pages/mall/refund_list/refund_list", "style" : { "navigationBarTitleText": "退款" diff --git a/src/pages/order_list/order_list.vue b/src/pages/order_list/order_list.vue index 4f20478..8fff80c 100644 --- a/src/pages/order_list/order_list.vue +++ b/src/pages/order_list/order_list.vue @@ -62,6 +62,7 @@ + + + 商品名称: + + + 数量: + + + 价格: + + + + 合计支付:¥{{ orderInfo.pay_amount || 0 }} + + + + 支付详情 + + + + + + + + + + \ No newline at end of file diff --git a/src/subpackage/order/static/images/order_manage/order_18.png b/src/subpackage/order/static/images/order_manage/order_18.png new file mode 100644 index 0000000..a8bafe4 Binary files /dev/null and b/src/subpackage/order/static/images/order_manage/order_18.png differ