File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 90
90
* 数据报表
91
91
* 商城系统
92
92
* 微信公众号
93
+ * ERP 系统
94
+ * CRM 系统
93
95
94
96
### 系统功能
95
97
@@ -194,6 +196,12 @@ _前端基于 crmeb uniapp 经过授权重构,优化代码实现,接入芋
194
196
195
197
演示地址:< https://doc.iocoder.cn/mall-preview/ >
196
198
199
+ ### ERP 系统
200
+
201
+ ![ 功能图] ( /.image/common/erp-feature.png )
202
+
203
+ 演示地址:< https://doc.iocoder.cn/erp-preview/ >
204
+
197
205
## 🐷 演示图
198
206
199
207
### 系统功能
@@ -238,6 +246,7 @@ _前端基于 crmeb uniapp 经过授权重构,优化代码实现,接入芋
238
246
| ---------| ---------------------------| ---------------------------------| ---------------------------------|
239
247
| 商家 & 应用 | ![ 商户信息] ( /.image/商户信息.jpg ) | ![ 应用信息-列表] ( /.image/应用信息-列表.jpg ) | ![ 应用信息-编辑] ( /.image/应用信息-编辑.jpg ) |
240
248
| 支付 & 退款 | ![ 支付订单] ( /.image/支付订单.jpg ) | ![ 退款订单] ( /.image/退款订单.jpg ) | --- |
249
+
241
250
### 数据报表
242
251
243
252
| 模块 | biu | biu | biu |
Original file line number Diff line number Diff line change 41
41
start-placeholder =" 开始日期"
42
42
end-placeholder =" 结束日期"
43
43
:default-time =" [new Date('1 00:00:00'), new Date('1 23:59:59')]"
44
- class =" !w-240px "
44
+ class =" !w-220px "
45
45
/>
46
46
</el-form-item >
47
47
<el-form-item label =" 供应商" prop =" supplierId" >
Original file line number Diff line number Diff line change 73
73
start-placeholder =" 开始日期"
74
74
end-placeholder =" 结束日期"
75
75
:default-time =" [new Date('1 00:00:00'), new Date('1 23:59:59')]"
76
- class =" !w-240px "
76
+ class =" !w-220px "
77
77
/>
78
78
</el-form-item >
79
79
<el-form-item >
@@ -235,6 +235,10 @@ const handleExport = async () => {
235
235
}
236
236
237
237
/** 初始化 **/
238
+ onActivated (() => {
239
+ getList ()
240
+ })
241
+
238
242
onMounted (async () => {
239
243
await getList ()
240
244
// 加载产品、仓库列表
You can’t perform that action at this time.
0 commit comments