公告板
版本库
filestore
活动
搜索
登录
web
/
WMS
仓库管理系统页面
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
产品模块 增加 在库数量,预测数量,进,出数量,重订货规则1个的时候显示 最小最大,否则显示规则数量
haoxuan
2023-11-14
54df47d5b8c4de6d5dbddd05f96bd6add9be78a6
[web/WMS.git]
/
src
/
store
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import Vue from 'vue'
import Vuex from 'vuex'
Vue.use(Vuex)
export default new Vuex.Store({
state: {
},
getters: {
},
mutations: {
},
actions: {
},
modules: {
}
})