完善 MALL、CRM、ERP 文档说明

master
YunaiV 2 years ago
parent 4b25c66e7e
commit a3d8da08f1
  1. BIN
      .image/common/crm-feature.png
  2. 10
      README.md
  3. 2
      src/views/infra/webSocket/index.vue
  4. 2
      src/views/mall/home/index.vue
  5. 2
      src/views/mall/product/brand/index.vue
  6. 2
      src/views/mall/product/category/index.vue
  7. 2
      src/views/mall/product/comment/index.vue
  8. 2
      src/views/mall/product/property/index.vue
  9. 2
      src/views/mall/product/property/value.vue
  10. 2
      src/views/mall/product/spu/index.vue
  11. 2
      src/views/mall/promotion/article/category/index.vue
  12. 2
      src/views/mall/promotion/article/index.vue
  13. 2
      src/views/mall/promotion/banner/index.vue
  14. 2
      src/views/mall/promotion/bargain/activity/index.vue
  15. 2
      src/views/mall/promotion/bargain/record/index.vue
  16. 2
      src/views/mall/promotion/combination/activity/index.vue
  17. 2
      src/views/mall/promotion/combination/record/index.vue
  18. 2
      src/views/mall/promotion/coupon/index.vue
  19. 2
      src/views/mall/promotion/coupon/template/index.vue
  20. 2
      src/views/mall/promotion/discountActivity/index.vue
  21. 15
      src/views/mall/promotion/diy/page/index.vue
  22. 15
      src/views/mall/promotion/diy/template/index.vue
  23. 2
      src/views/mall/promotion/rewardActivity/index.vue
  24. 2
      src/views/mall/promotion/seckill/activity/index.vue
  25. 2
      src/views/mall/promotion/seckill/config/index.vue
  26. 2
      src/views/mall/statistics/member/index.vue
  27. 15
      src/views/mall/statistics/product/index.vue
  28. 2
      src/views/mall/statistics/trade/index.vue
  29. 2
      src/views/mall/trade/afterSale/index.vue
  30. 2
      src/views/mall/trade/brokerage/record/index.vue
  31. 2
      src/views/mall/trade/brokerage/user/index.vue
  32. 2
      src/views/mall/trade/brokerage/withdraw/index.vue
  33. 3
      src/views/mall/trade/config/index.vue
  34. 2
      src/views/mall/trade/delivery/express/index.vue
  35. 2
      src/views/mall/trade/delivery/expressTemplate/index.vue
  36. 2
      src/views/mall/trade/delivery/pickUpOrder/index.vue
  37. 2
      src/views/mall/trade/delivery/pickUpStore/index.vue
  38. 3
      src/views/mall/trade/order/index.vue
  39. 2
      src/views/member/config/index.vue
  40. 2
      src/views/member/group/index.vue
  41. 2
      src/views/member/level/index.vue
  42. 2
      src/views/member/point/record/index.vue
  43. 2
      src/views/member/signin/config/index.vue
  44. 2
      src/views/member/signin/record/index.vue
  45. 2
      src/views/member/tag/index.vue
  46. 2
      src/views/member/user/index.vue

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

@ -103,8 +103,7 @@
| 🚀 | 应用信息 | 配置商户的应用信息,对接支付宝、微信等多个支付渠道 |
| 🚀 | 支付订单 | 查看用户发起的支付宝、微信等的【支付】订单 |
| 🚀 | 退款订单 | 查看用户发起的支付宝、微信等的【退款】订单 |
ps:核心功能已经实现,正在对接微信小程序中...
| 🚀 | 接入示例 | 提供接入支付系统的【支付】【退款】的功能实战 |
### 基础设施
@ -168,6 +167,12 @@ _前端基于 crmeb uniapp 经过授权重构,优化代码实现,接入芋
演示地址:<https://doc.iocoder.cn/erp-preview/>
### CRM 系统
![功能图](/.image/common/crm-feature.png)
演示地址:<https://doc.iocoder.cn/crm-preview/>
## 🐷 演示图
### 系统功能
@ -212,6 +217,7 @@ _前端基于 crmeb uniapp 经过授权重构,优化代码实现,接入芋
|---------|---------------------------|---------------------------------|---------------------------------|
| 商家 & 应用 | ![商户信息](/.image/商户信息.jpg) | ![应用信息-列表](/.image/应用信息-列表.jpg) | ![应用信息-编辑](/.image/应用信息-编辑.jpg) |
| 支付 & 退款 | ![支付订单](/.image/支付订单.jpg) | ![退款订单](/.image/退款订单.jpg) | --- |
### 数据报表
| 模块 | biu | biu | biu |

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="WebSocket 实时通信" url="https://doc.iocoder.cn/websocket/" />
<el-form label-width="120px">
<el-row type="flex" :gutter="0">
<el-col :sm="12">

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="商城手册(功能开启)" url="https://doc.iocoder.cn/mall/build/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
<doc-alert title="商城手册(功能开启" url="https://doc.iocoder.cn/mall/build/" />
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
<el-form-item label="品牌名称" prop="name">

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
<doc-alert title="【商品】商品分类" url="https://doc.iocoder.cn/mall/product-category/" />
<!-- 搜索工作栏 -->
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="【商品】商品评价" url="https://doc.iocoder.cn/mall/product-comment/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
<doc-alert title="【商品】商品属性" url="https://doc.iocoder.cn/mall/product-property/" />
<!-- 搜索工作栏 -->
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
<doc-alert title="【商品】商品属性" url="https://doc.iocoder.cn/mall/product-property/" />
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
<el-form-item label="属性项" prop="propertyId">

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
<doc-alert title="【商品】商品 SPU 与 SKU" url="https://doc.iocoder.cn/mall/product-spu-sku/" />
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
<el-form-item label="商品名称" prop="name">

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="【营销】内容管理" url="https://doc.iocoder.cn/mall/promotion-content/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="【营销】内容管理" url="https://doc.iocoder.cn/mall/promotion-content/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="【营销】内容管理" url="https://doc.iocoder.cn/mall/promotion-content/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="【营销】砍价活动" url="https://doc.iocoder.cn/mall/promotion-bargain/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="【营销】砍价活动" url="https://doc.iocoder.cn/mall/promotion-bargain/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="【营销】拼团活动" url="https://doc.iocoder.cn/mall/promotion-combination/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="【营销】拼团活动" url="https://doc.iocoder.cn/mall/promotion-combination/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
<doc-alert title="【营销】优惠劵" url="https://doc.iocoder.cn/mall/promotion-coupon/" />
<!-- 搜索工作栏 -->
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
<doc-alert title="【营销】优惠劵" url="https://doc.iocoder.cn/mall/promotion-coupon/" />
<!-- 搜索工作栏 -->
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="82px">

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
<doc-alert title="【营销】限时折扣" url="https://doc.iocoder.cn/mall/promotion-discount/" />
<!-- 搜索工作栏 -->
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">

@ -0,0 +1,15 @@
<template>
<div class="app-container">
<doc-alert title="【营销】商城装修" url="https://doc.iocoder.cn/mall/diy/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>
<br />
<el-text>
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/promotion/diy/page/index.vue pull request
</el-text>
</div>
</template>
<script>
</script>

@ -0,0 +1,15 @@
<template>
<div class="app-container">
<doc-alert title="【营销】商城装修" url="https://doc.iocoder.cn/mall/diy/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>
<br />
<el-text>
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/promotion/diy/template/index.vue pull request
</el-text>
</div>
</template>
<script>
</script>

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
<doc-alert title="【营销】满减送" url="https://doc.iocoder.cn/mall/promotion-record/" />
<!-- 搜索工作栏 -->
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
<doc-alert title="【营销】秒杀活动" url="https://doc.iocoder.cn/mall/promotion-seckill/" />
<!-- 搜索工作栏 -->
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch"

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
<doc-alert title="【营销】秒杀活动" url="https://doc.iocoder.cn/mall/promotion-seckill/" />
<!-- 操作工具栏 -->
<el-row :gutter="10" class="mb8">

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="【统计】会员、商品、交易统计" url="https://doc.iocoder.cn/mall/statistics/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -0,0 +1,15 @@
<template>
<div class="app-container">
<doc-alert title="【统计】会员、商品、交易统计" url="https://doc.iocoder.cn/mall/statistics/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>
<br />
<el-text>
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/statistics/product/index.vue pull request
</el-text>
</div>
</template>
<script>
</script>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="【统计】会员、商品、交易统计" url="https://doc.iocoder.cn/mall/statistics/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
<doc-alert title="【交易】售后退款" url="https://doc.iocoder.cn/mall/trade-aftersale/" />
<!-- 搜索工作栏 -->
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="【交易】分销返佣" url="https://doc.iocoder.cn/mall/trade-brokerage/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="【交易】分销返佣" url="https://doc.iocoder.cn/mall/trade-brokerage/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="【交易】分销返佣" url="https://doc.iocoder.cn/mall/trade-brokerage/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,8 @@
<template>
<div class="app-container">
<doc-alert title="【交易】交易订单" url="https://doc.iocoder.cn/mall/trade-order/" />
<doc-alert title="【交易】购物车" url="https://doc.iocoder.cn/mall/trade-cart/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="【交易】快递发货" url="https://doc.iocoder.cn/mall/trade-delivery-express/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="【交易】快递发货" url="https://doc.iocoder.cn/mall/trade-delivery-express/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="【交易】快递发货" url="https://doc.iocoder.cn/mall/trade-delivery-express/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="【交易】快递发货" url="https://doc.iocoder.cn/mall/trade-delivery-express/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,6 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
<doc-alert title="【交易】交易订单" url="https://doc.iocoder.cn/mall/trade-order/" />
<doc-alert title="【交易】购物车" url="https://doc.iocoder.cn/mall/trade-cart/" />
<!-- 搜索工作栏 -->
<!-- TODO: inline 看看是不是需要; v-show= 那块逻辑还是要的 -->

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="会员手册(功能开启)" url="https://doc.iocoder.cn/member/build/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="会员用户、标签、分组" url="https://doc.iocoder.cn/member/user/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="会员等级、积分、签到" url="https://doc.iocoder.cn/member/level/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="会员等级、积分、签到" url="https://doc.iocoder.cn/member/level/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="会员等级、积分、签到" url="https://doc.iocoder.cn/member/level/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="会员等级、积分、签到" url="https://doc.iocoder.cn/member/level/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="会员等级、积分、签到" url="https://doc.iocoder.cn/member/level/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

@ -1,5 +1,7 @@
<template>
<div class="app-container">
<doc-alert title="会员用户、标签、分组" url="https://doc.iocoder.cn/member/user/" />
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</el-link>

Loading…
Cancel
Save