From cf3af86a40b868e0e8864fa4752feaf56f946e7f Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Tue, 26 Mar 2024 10:58:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E4=B9=B0=E5=8D=95=E8=AE=A2=E5=8D=95=E6=9F=A5=E7=9C=8B=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/order.js | 8 ++ src/router/modules/order.js | 9 ++ src/views/order/onlinePay/index.vue | 196 ++++++++++++++++++++++++++++ 3 files changed, 213 insertions(+) create mode 100644 src/views/order/onlinePay/index.vue diff --git a/src/api/order.js b/src/api/order.js index 5461a9d..f1febfc 100644 --- a/src/api/order.js +++ b/src/api/order.js @@ -155,3 +155,11 @@ export function takeOrderListApi(data) { export function rechargeBalancei() { return request.get(`delivery/belence`) } +// 在线买单 - 统计 +export function getOnlineTitle() { + return request.get(`order/online_title`) +} +// 在线买单 - 列表 +export function getOnlineList(data) { + return request.get(`order/online_list`,data) +} diff --git a/src/router/modules/order.js b/src/router/modules/order.js index 7363163..e4e4fbd 100644 --- a/src/router/modules/order.js +++ b/src/router/modules/order.js @@ -36,7 +36,16 @@ const orderRouter = title: '核销订单' }, component: () => import('@/views/order/orderCancellate/index') + }, + { + path: 'onlinePay', + name: 'OrderOnlinePay', + meta: { + title: '在线买单' + }, + component: () => import('@/views/order/onlinePay/index') } + ] } diff --git a/src/views/order/onlinePay/index.vue b/src/views/order/onlinePay/index.vue new file mode 100644 index 0000000..fc7f834 --- /dev/null +++ b/src/views/order/onlinePay/index.vue @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ scope.row.nickname }} + ID:{{ scope.row.uid }} + + + + + + + + + + + + {{ scope.row.mer_name }} + ID:{{ scope.row.mer_id }} + + + + + + + + + {{ scope.row.pay_time || '未支付' }} + + + + + + + + + + + + + +