Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bb6d6dac
authored
Feb 17, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
增加 ERP 系统的介绍
parent
c18b24e6
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
2 deletions
+15
-2
.image/common/erp-feature.png
+0
-0
README.md
+9
-0
src/views/erp/stock/in/index.vue
+1
-1
src/views/erp/stock/record/index.vue
+5
-1
No files found.
.image/common/erp-feature.png
0 → 100644
View file @
bb6d6dac
45.9 KB
README.md
View file @
bb6d6dac
...
@@ -90,6 +90,8 @@
...
@@ -90,6 +90,8 @@
*
数据报表
*
数据报表
*
商城系统
*
商城系统
*
微信公众号
*
微信公众号
*
ERP 系统
*
CRM 系统
### 系统功能
### 系统功能
...
@@ -194,6 +196,12 @@ _前端基于 crmeb uniapp 经过授权重构,优化代码实现,接入芋
...
@@ -194,6 +196,12 @@ _前端基于 crmeb uniapp 经过授权重构,优化代码实现,接入芋
演示地址:
<https://doc.iocoder.cn/mall-preview/>
演示地址:
<https://doc.iocoder.cn/mall-preview/>
### ERP 系统

演示地址:
<https://doc.iocoder.cn/erp-preview/>
## 🐷 演示图
## 🐷 演示图
### 系统功能
### 系统功能
...
@@ -238,6 +246,7 @@ _前端基于 crmeb uniapp 经过授权重构,优化代码实现,接入芋
...
@@ -238,6 +246,7 @@ _前端基于 crmeb uniapp 经过授权重构,优化代码实现,接入芋
|---------|---------------------------|---------------------------------|---------------------------------|
|---------|---------------------------|---------------------------------|---------------------------------|
| 商家 & 应用 | !
[
商户信息
](
/.image/商户信息.jpg
)
| !
[
应用信息-列表
](
/.image/应用信息-列表.jpg
)
| !
[
应用信息-编辑
](
/.image/应用信息-编辑.jpg
)
|
| 商家 & 应用 | !
[
商户信息
](
/.image/商户信息.jpg
)
| !
[
应用信息-列表
](
/.image/应用信息-列表.jpg
)
| !
[
应用信息-编辑
](
/.image/应用信息-编辑.jpg
)
|
| 支付 & 退款 | !
[
支付订单
](
/.image/支付订单.jpg
)
| !
[
退款订单
](
/.image/退款订单.jpg
)
| --- |
| 支付 & 退款 | !
[
支付订单
](
/.image/支付订单.jpg
)
| !
[
退款订单
](
/.image/退款订单.jpg
)
| --- |
### 数据报表
### 数据报表
| 模块 | biu | biu | biu |
| 模块 | biu | biu | biu |
...
...
src/views/erp/stock/in/index.vue
View file @
bb6d6dac
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
start-placeholder=
"开始日期"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
end-placeholder=
"结束日期"
:default-time=
"[new Date('1 00:00:00'), new Date('1 23:59:59')]"
:default-time=
"[new Date('1 00:00:00'), new Date('1 23:59:59')]"
class=
"!w-2
4
0px"
class=
"!w-2
2
0px"
/>
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"供应商"
prop=
"supplierId"
>
<el-form-item
label=
"供应商"
prop=
"supplierId"
>
...
...
src/views/erp/stock/record/index.vue
View file @
bb6d6dac
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
start-placeholder=
"开始日期"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
end-placeholder=
"结束日期"
:default-time=
"[new Date('1 00:00:00'), new Date('1 23:59:59')]"
:default-time=
"[new Date('1 00:00:00'), new Date('1 23:59:59')]"
class=
"!w-2
4
0px"
class=
"!w-2
2
0px"
/>
/>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
...
@@ -235,6 +235,10 @@ const handleExport = async () => {
...
@@ -235,6 +235,10 @@ const handleExport = async () => {
}
}
/** 初始化 **/
/** 初始化 **/
onActivated
(()
=>
{
getList
()
})
onMounted
(
async
()
=>
{
onMounted
(
async
()
=>
{
await
getList
()
await
getList
()
// 加载产品、仓库列表
// 加载产品、仓库列表
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment