From dcb3f1c8f05b0c58653628cd7ec9b031cc2b9df2 Mon Sep 17 00:00:00 2001 From: "LAPTOP-CNV4CMCJ\\cheng" <1315228474@qq.com> Date: Thu, 27 Oct 2022 16:49:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=AE=A2=E5=8D=95=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-admin/src/router/index.js | 15 + .../src/views/order/goodsOrder/index.vue | 458 ++++++++++++++++++ 2 files changed, 473 insertions(+) create mode 100644 yudao-ui-admin/src/views/order/goodsOrder/index.vue diff --git a/yudao-ui-admin/src/router/index.js b/yudao-ui-admin/src/router/index.js index fb38ce0e6..396470587 100644 --- a/yudao-ui-admin/src/router/index.js +++ b/yudao-ui-admin/src/router/index.js @@ -196,6 +196,21 @@ export const constantRoutes = [ meta: {title: '流程详情', activeMenu: '/bpm/task/my'} } ] + }, + { + path: '/order', + component: Layout, + name: '订单管理', + meta: { title: '订单管理' }, + alwaysShow: true, + children: [ + { + path: '/order/goods-order', + name: '商品订单', + meta: { title: '商品订单' }, + component: (resolve) => require(['@/views/order/goodsOrder'], resolve) + } + ] } ] diff --git a/yudao-ui-admin/src/views/order/goodsOrder/index.vue b/yudao-ui-admin/src/views/order/goodsOrder/index.vue new file mode 100644 index 000000000..aa10e6a76 --- /dev/null +++ b/yudao-ui-admin/src/views/order/goodsOrder/index.vue @@ -0,0 +1,458 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + 导出订单 + + + + + + {{tabPane.text}} + + + + + + + + + 订单号:{{row.orderNo}} + + + 更多 + + + 下单时间:{{row.time}} + 订单来源:{{row.orderSource}} + 支付方式:{{row.payWay}} + + 打印发货单 + 详情 + 备注 + + + + + {{row.name}} + + + + + + {{row.price}} + {{row.count}} + + + + + + + {{row.buyer}} + {{row.receiver}}{{row.tel}} + {{row.address}} + + + + + + + + + + + + +