Skip to content

Commit bb6d6da

Browse files
committed
✨ 增加 ERP 系统的介绍
1 parent c18b24e commit bb6d6da

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.image/common/erp-feature.png

45.9 KB
Loading

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@
9090
* 数据报表
9191
* 商城系统
9292
* 微信公众号
93+
* ERP 系统
94+
* CRM 系统
9395

9496
### 系统功能
9597

@@ -194,6 +196,12 @@ _前端基于 crmeb uniapp 经过授权重构,优化代码实现,接入芋
194196

195197
演示地址:<https://doc.iocoder.cn/mall-preview/>
196198

199+
### ERP 系统
200+
201+
![功能图](/.image/common/erp-feature.png)
202+
203+
演示地址:<https://doc.iocoder.cn/erp-preview/>
204+
197205
## 🐷 演示图
198206

199207
### 系统功能
@@ -238,6 +246,7 @@ _前端基于 crmeb uniapp 经过授权重构,优化代码实现,接入芋
238246
|---------|---------------------------|---------------------------------|---------------------------------|
239247
| 商家 & 应用 | ![商户信息](/.image/商户信息.jpg) | ![应用信息-列表](/.image/应用信息-列表.jpg) | ![应用信息-编辑](/.image/应用信息-编辑.jpg) |
240248
| 支付 & 退款 | ![支付订单](/.image/支付订单.jpg) | ![退款订单](/.image/退款订单.jpg) | --- |
249+
241250
### 数据报表
242251

243252
| 模块 | biu | biu | biu |

src/views/erp/stock/in/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
start-placeholder="开始日期"
4242
end-placeholder="结束日期"
4343
:default-time="[new Date('1 00:00:00'), new Date('1 23:59:59')]"
44-
class="!w-240px"
44+
class="!w-220px"
4545
/>
4646
</el-form-item>
4747
<el-form-item label="供应商" prop="supplierId">

src/views/erp/stock/record/index.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
start-placeholder="开始日期"
7474
end-placeholder="结束日期"
7575
:default-time="[new Date('1 00:00:00'), new Date('1 23:59:59')]"
76-
class="!w-240px"
76+
class="!w-220px"
7777
/>
7878
</el-form-item>
7979
<el-form-item>
@@ -235,6 +235,10 @@ const handleExport = async () => {
235235
}
236236
237237
/** 初始化 **/
238+
onActivated(() => {
239+
getList()
240+
})
241+
238242
onMounted(async () => {
239243
await getList()
240244
// 加载产品、仓库列表

0 commit comments

Comments
 (0)