diff --git a/klp-ui/.env.development b/klp-ui/.env.development index 6b821ed6..10929804 100644 --- a/klp-ui/.env.development +++ b/klp-ui/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 科伦普WMS系统 +VUE_APP_TITLE = 科伦普综合办公系统 # 开发环境配置 ENV = 'development' diff --git a/klp-ui/.env.production b/klp-ui/.env.production index 1ed3f472..63dcd55d 100644 --- a/klp-ui/.env.production +++ b/klp-ui/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 科伦普WMS系统 +VUE_APP_TITLE = 科伦普综合办公系统 # 生产环境配置 ENV = 'production' diff --git a/klp-ui/.env.stage b/klp-ui/.env.stage index 3b78fa35..429d23cd 100644 --- a/klp-ui/.env.stage +++ b/klp-ui/.env.stage @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 科伦普WMS系统 +VUE_APP_TITLE = 科伦普综合办公系统 # 开发环境配置 ENV = 'development' diff --git a/klp-ui/src/App.vue b/klp-ui/src/App.vue index f616137d..3192caa9 100644 --- a/klp-ui/src/App.vue +++ b/klp-ui/src/App.vue @@ -17,6 +17,7 @@ export default { this.$store.dispatch('category/getCategoryList'); this.$store.dispatch('category/getProductMap'); this.$store.dispatch('category/getRawMaterialMap'); + this.$store.dispatch('category/getBomMap'); } console.log(this.$store) }, diff --git a/klp-ui/src/components/KLPService/Renderer/BomInfo.vue b/klp-ui/src/components/KLPService/Renderer/BomInfo.vue index 9a88341e..7f831990 100644 --- a/klp-ui/src/components/KLPService/Renderer/BomInfo.vue +++ b/klp-ui/src/components/KLPService/Renderer/BomInfo.vue @@ -5,6 +5,11 @@ {{ item.attrValue }} +