From cbccaf3f4efd8511905c128d95a6601b81e79f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Tue, 15 Jul 2025 21:08:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E7=99=BE=E8=89=B2?= =?UTF-8?q?=E4=B8=80=E5=B0=8F=E5=B7=B2=E7=9F=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bsyx/bsyxOrder/components/bszxPayEdit.vue | 249 ++++++++ .../bsyx/bsyxOrder/components/orderInfo.vue | 566 ++++++++++++++++++ .../bsyx/bsyxOrder/components/search.vue | 204 +++++++ src/views/bsyx/bsyxOrder/index.vue | 307 ++++++++++ src/views/cms/cmsArticle/index.vue | 15 +- 5 files changed, 1334 insertions(+), 7 deletions(-) create mode 100644 src/views/bsyx/bsyxOrder/components/bszxPayEdit.vue create mode 100644 src/views/bsyx/bsyxOrder/components/orderInfo.vue create mode 100644 src/views/bsyx/bsyxOrder/components/search.vue create mode 100644 src/views/bsyx/bsyxOrder/index.vue diff --git a/src/views/bsyx/bsyxOrder/components/bszxPayEdit.vue b/src/views/bsyx/bsyxOrder/components/bszxPayEdit.vue new file mode 100644 index 0000000..876727d --- /dev/null +++ b/src/views/bsyx/bsyxOrder/components/bszxPayEdit.vue @@ -0,0 +1,249 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 显示 + 隐藏 + + + + + + + diff --git a/src/views/bsyx/bsyxOrder/components/orderInfo.vue b/src/views/bsyx/bsyxOrder/components/orderInfo.vue new file mode 100644 index 0000000..6c88446 --- /dev/null +++ b/src/views/bsyx/bsyxOrder/components/orderInfo.vue @@ -0,0 +1,566 @@ + + + + + + + + {{ form.orderNo }} + + + + + + {{ form.realName }} + + + + ¥{{ form.totalPrice }} + + + 未完成 + 已完成 + 已取消 + 取消中 + 退款申请中 + 退款被拒绝 + 退款成功 + 客户端申请退款 + + + + {{ form.phone }} + + + ¥{{ form.payPrice }} + + + 已付款 + 未付款 + 未付款,占场中 + + + + {{ form.address }} + + + ¥{{ form.reducePrice }} + + + 未核销 + 已核销 + 部分核销 + + + + {{ form.comments }} + + + + + 余额支付 + + + 微信支付 + + 积分 + + + 支付宝 + + + + 现金 + + + + POS机 + + + + VIP月卡 + + + + VIP年卡 + + + + VIP次卡 + + + + IC月卡 + + + + IC年卡 + + + + IC次卡 + + + + 免费 + + + + VIP充值卡 + + + + IC充值卡 + + + + 积分支付 + + + + VIP季卡 + + + + IC季卡 + + + + + + 未开具 + 已开具 + 不能开具 + + + + {{ toDateString(form.createTime, 'yyyy-MM-dd HH:mm') }} + + + {{ form.transactionId }} + + + 未结算 + 已结算 + + + + + + + + + + + + + + + + + + + diff --git a/src/views/bsyx/bsyxOrder/components/search.vue b/src/views/bsyx/bsyxOrder/components/search.vue new file mode 100644 index 0000000..7346f4c --- /dev/null +++ b/src/views/bsyx/bsyxOrder/components/search.vue @@ -0,0 +1,204 @@ + + + + + 全部 + 已付款 + 未付款 + + + 全部 + 已完成 + 未完成 + 未使用 + 已取消 + 退款中 + 退款被拒 + 退款成功 + + + + 已开票 + 未开票 + 不能开票 + + + + 重置 + 导出 + + + + diff --git a/src/views/bsyx/bsyxOrder/index.vue b/src/views/bsyx/bsyxOrder/index.vue new file mode 100644 index 0000000..669eb00 --- /dev/null +++ b/src/views/bsyx/bsyxOrder/index.vue @@ -0,0 +1,307 @@ + + $router.go(-1)"> + + + + + + + + + + + {{ record.name || '匿名' }} + + + {{ record.mobile }} + {{ record.phone }} + + + + + {{ item.label }} + + + + + + + + 已付款 + 未付款 + 未付款,占场中 + + + + + + 男 + 女 + + + 未核销 + 已核销 + 部分核销 + + + 未完成 + 已完成 + 已取消 + 取消中 + 退款申请中 + 退款被拒绝 + 退款成功 + 客户端申请退款 + + + 未开具 + 已开具 + 不能开具 + + + 显示 + 隐藏 + + + + 修改 + + + 删除 + + + + + + + + + + + + + + + + + diff --git a/src/views/cms/cmsArticle/index.vue b/src/views/cms/cmsArticle/index.vue index 465b7e2..c84091d 100644 --- a/src/views/cms/cmsArticle/index.vue +++ b/src/views/cms/cmsArticle/index.vue @@ -193,13 +193,14 @@ const datasource: DatasourceFunction = ({page, limit, where, orders}) => { // 表格列配置 const columns = ref([ - // { - // title: 'ID', - // dataIndex: 'articleId', - // key: 'articleId', - // align: 'center', - // width: 90 - // }, + { + title: 'ID', + dataIndex: 'articleId', + key: 'articleId', + align: 'center', + hideInTable: true, + width: 90 + }, { title: '封面图', dataIndex: 'image',