diff --git a/.image/common/erp-feature.png b/.image/common/erp-feature.png
new file mode 100644
index 00000000..d30b30ee
Binary files /dev/null and b/.image/common/erp-feature.png differ
diff --git a/README.md b/README.md
index 6c0cc78d..db78baa9 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,8 @@
* 数据报表
* 商城系统
* 微信公众号
+* ERP 系统
+* CRM 系统
### 系统功能
@@ -194,6 +196,12 @@ _前端基于 crmeb uniapp 经过授权重构,优化代码实现,接入芋
演示地址:
+### ERP 系统
+
+![功能图](/.image/common/erp-feature.png)
+
+演示地址:
+
## 🐷 演示图
### 系统功能
@@ -238,6 +246,7 @@ _前端基于 crmeb uniapp 经过授权重构,优化代码实现,接入芋
|---------|---------------------------|---------------------------------|---------------------------------|
| 商家 & 应用 | ![商户信息](/.image/商户信息.jpg) | ![应用信息-列表](/.image/应用信息-列表.jpg) | ![应用信息-编辑](/.image/应用信息-编辑.jpg) |
| 支付 & 退款 | ![支付订单](/.image/支付订单.jpg) | ![退款订单](/.image/退款订单.jpg) | --- |
+
### 数据报表
| 模块 | biu | biu | biu |
diff --git a/src/views/erp/stock/in/index.vue b/src/views/erp/stock/in/index.vue
index 6da0e803..6ad80f96 100644
--- a/src/views/erp/stock/in/index.vue
+++ b/src/views/erp/stock/in/index.vue
@@ -41,7 +41,7 @@
start-placeholder="开始日期"
end-placeholder="结束日期"
:default-time="[new Date('1 00:00:00'), new Date('1 23:59:59')]"
- class="!w-240px"
+ class="!w-220px"
/>
diff --git a/src/views/erp/stock/record/index.vue b/src/views/erp/stock/record/index.vue
index c2ceaeda..cbd48bd1 100644
--- a/src/views/erp/stock/record/index.vue
+++ b/src/views/erp/stock/record/index.vue
@@ -73,7 +73,7 @@
start-placeholder="开始日期"
end-placeholder="结束日期"
:default-time="[new Date('1 00:00:00'), new Date('1 23:59:59')]"
- class="!w-240px"
+ class="!w-220px"
/>
@@ -235,6 +235,10 @@ const handleExport = async () => {
}
/** 初始化 **/
+onActivated(() => {
+ getList()
+})
+
onMounted(async () => {
await getList()
// 加载产品、仓库列表