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',