Compare commits
3 Commits
1fc6406619
...
cc2430f4e7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc2430f4e7 | ||
|
|
d83ab503e9 | ||
|
|
d843ce36c0 |
@@ -1,324 +1,580 @@
|
||||
import { defineConfig } from 'vitepress'
|
||||
import { withMermaid } from 'vitepress-plugin-mermaid'
|
||||
import mathjax3 from 'markdown-it-mathjax3'
|
||||
|
||||
export default defineConfig({
|
||||
title: 'HF-MES v5.0 使用手册',
|
||||
description: 'HF-MES v5.0 制造执行系统完整使用指南',
|
||||
lang: 'zh-CN',
|
||||
themeConfig: {
|
||||
logo: '/logo.svg',
|
||||
siteTitle: 'HF-MES v5.0 使用手册',
|
||||
|
||||
nav: [
|
||||
{ text: '首页', link: '/' },
|
||||
{
|
||||
text: '文档说明',
|
||||
items: [
|
||||
{ text: '文档说明', link: '/guide/document-guide' },
|
||||
{ text: '系统概述', link: '/guide/system-overview' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '快速入门',
|
||||
items: [
|
||||
{ text: '快速入门', link: '/getting-started/quick-start' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '基础配置',
|
||||
items: [
|
||||
{ text: '班组管理', link: '/production_configuration/Organization' },
|
||||
{ text: '工厂模型', link: '/production_configuration/factory_model' },
|
||||
{ text: '物料模型', link: '/production_configuration/material_model' },
|
||||
{ text: '工序模型', link: '/production_configuration/process_model' },
|
||||
{ text: '产品模型', link: '/production_configuration/product_model' },
|
||||
{ text: 'SPC配置', link: '/production_configuration/SPC_configuration' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '设备管理',
|
||||
items: [
|
||||
{ text: '设备模型', link: '/device_management/device_model' },
|
||||
{ text: '设备耗材管理', link: '/device_management/equipment_consumables_management' },
|
||||
{ text: '设备点检', link: '/device_management/equipment_inspection' },
|
||||
{ text: '设备保养', link: '/device_management/equipment_maintenance' },
|
||||
{ text: '设备维修管理', link: '/device_management/equipment_maintenance_management' },
|
||||
{ text: '设备状态管理', link: '/device_management/equipment_status_management' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '排产生产',
|
||||
items: [
|
||||
{ text: '预警中心', link: '/planning_production/alert_center' },
|
||||
{ text: '批次不良报表', link: '/planning_production/batch_defect_report' },
|
||||
{ text: '批次管理', link: '/planning_production/batch_management' },
|
||||
{ text: '批次托盘', link: '/planning_production/batch_tray' },
|
||||
{ text: '设备监控', link: '/planning_production/device_monitoring' },
|
||||
{ text: '物料监控', link: '/planning_production/material_monitoring' },
|
||||
{ text: '不良品管理', link: '/planning_production/reject_management' },
|
||||
{ text: '工艺流程', link: '/planning_production/technology_process' },
|
||||
{ text: '托盘登录', link: '/planning_production/tray_login' },
|
||||
{ text: '托盘管理', link: '/planning_production/tray_management' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '质量控制',
|
||||
items: [
|
||||
{ text: '首件检验', link: '/quality_control/first_inspection' },
|
||||
{ text: '检验管理', link: '/quality_control/inspection_management' },
|
||||
{ text: 'SPC', link: '/quality_control/spc' },
|
||||
{ text: 'SPC属性图', link: '/quality_control/spc_attribute_charts' },
|
||||
{ text: 'SPC变量图', link: '/quality_control/spc_variable_charts' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '数据中台',
|
||||
items: [
|
||||
{ text: '电池曲线', link: '/data_middleground/battery_curve' },
|
||||
{ text: '电池明细报表', link: '/data_middleground/battery_detail_report' },
|
||||
{ text: '电池追溯', link: '/data_middleground/battery_traceability' },
|
||||
{ text: '鹰眼监控', link: '/data_middleground/eagle_eyes' },
|
||||
{ text: '设备历史报表', link: '/data_middleground/equipment_history_report' },
|
||||
{ text: '正向追溯', link: '/data_middleground/positive_direction_traceability' },
|
||||
{ text: '反向追溯', link: '/data_middleground/reverse_traceability' },
|
||||
{ text: '托盘追溯', link: '/data_middleground/tray_traceability' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '系统设置',
|
||||
items: [
|
||||
{ text: '菜单配置', link: '/system_settings/menu_configuration' },
|
||||
{ text: '系统助手', link: '/system_settings/system_assistant' },
|
||||
{ text: '系统监控', link: '/system_settings/system_monitoring' },
|
||||
{ text: '用户管理', link: '/system_settings/user_management' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '系统运维',
|
||||
items: [
|
||||
{ text: '系统运维', link: '/operation/system-operation' },
|
||||
{ text: '技术支持', link: '/operation/technical-support' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '附录',
|
||||
items: [
|
||||
{ text: '术语表', link: '/appendix/glossary' }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
sidebar: {
|
||||
'/guide/': [
|
||||
{
|
||||
text: '文档管理篇',
|
||||
items: [
|
||||
{ text: '文档说明', link: '/guide/document-guide' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '系统认知篇',
|
||||
items: [
|
||||
{ text: '系统概述', link: '/guide/system-overview' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/getting-started/': [
|
||||
{
|
||||
text: '快速入门篇',
|
||||
items: [
|
||||
{ text: '快速入门', link: '/getting-started/quick-start' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/production_configuration/': [
|
||||
{
|
||||
text: '基础配置篇',
|
||||
items: [
|
||||
{ text: '组织架构管理', link: '/production_configuration/Organization' },
|
||||
{ text: '工厂模型', link: '/production_configuration/factory_model' },
|
||||
{ text: '物料模型', link: '/production_configuration/material_model' },
|
||||
{ text: '工序模型', link: '/production_configuration/process_model' },
|
||||
{ text: '产品模型', link: '/production_configuration/product_model' },
|
||||
{ text: 'SPC配置', link: '/production_configuration/SPC_configuration' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/device_management/': [
|
||||
{
|
||||
text: '设备管理篇',
|
||||
items: [
|
||||
{ text: '设备模型', link: '/device_management/device_model' },
|
||||
{ text: '设备耗材管理', link: '/device_management/equipment_consumables_management' },
|
||||
{ text: '设备点检', link: '/device_management/equipment_inspection' },
|
||||
{ text: '设备保养', link: '/device_management/equipment_maintenance' },
|
||||
{ text: '设备维修管理', link: '/device_management/equipment_maintenance_management' },
|
||||
{ text: '设备状态管理', link: '/device_management/equipment_status_management' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/planning_production/': [
|
||||
{
|
||||
text: '排产生产篇',
|
||||
items: [
|
||||
{ text: '预警中心', link: '/planning_production/alert_center' },
|
||||
{ text: '批次不良报表', link: '/planning_production/batch_defect_report' },
|
||||
{ text: '批次管理', link: '/planning_production/batch_management' },
|
||||
{ text: '批次托盘', link: '/planning_production/batch_tray' },
|
||||
{ text: '设备监控', link: '/planning_production/device_monitoring' },
|
||||
{ text: '物料监控', link: '/planning_production/material_monitoring' },
|
||||
{ text: '不良品管理', link: '/planning_production/reject_management' },
|
||||
{ text: '工艺流程', link: '/planning_production/technology_process' },
|
||||
{ text: '托盘登录', link: '/planning_production/tray_login' },
|
||||
{ text: '托盘管理', link: '/planning_production/tray_management' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/quality_control/': [
|
||||
{
|
||||
text: '质量控制篇',
|
||||
items: [
|
||||
{ text: '首件检验', link: '/quality_control/first_inspection' },
|
||||
{ text: '检验管理', link: '/quality_control/inspection_management' },
|
||||
{ text: 'SPC', link: '/quality_control/spc' },
|
||||
{ text: 'SPC属性图', link: '/quality_control/spc_attribute_charts' },
|
||||
{ text: 'SPC变量图', link: '/quality_control/spc_variable_charts' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/data_middleground/': [
|
||||
{
|
||||
text: '数据中台篇',
|
||||
items: [
|
||||
{ text: '电池曲线', link: '/data_middleground/battery_curve' },
|
||||
{ text: '电池明细报表', link: '/data_middleground/battery_detail_report' },
|
||||
{ text: '电池追溯', link: '/data_middleground/battery_traceability' },
|
||||
{ text: '鹰眼监控', link: '/data_middleground/eagle_eyes' },
|
||||
{ text: '设备历史报表', link: '/data_middleground/equipment_history_report' },
|
||||
{ text: '正向追溯', link: '/data_middleground/positive_direction_traceability' },
|
||||
{ text: '反向追溯', link: '/data_middleground/reverse_traceability' },
|
||||
{ text: '托盘追溯', link: '/data_middleground/tray_traceability' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/system_settings/': [
|
||||
{
|
||||
text: '系统设置篇',
|
||||
items: [
|
||||
{ text: '菜单配置', link: '/system_settings/menu_configuration' },
|
||||
{ text: '系统助手', link: '/system_settings/system_assistant' },
|
||||
{ text: '系统监控', link: '/system_settings/system_monitoring' },
|
||||
{ text: '用户管理', link: '/system_settings/user_management' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/business/': [
|
||||
{
|
||||
text: '生产管理篇',
|
||||
items: [
|
||||
{ text: '生产管理', link: '/business/production' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '质量管理篇',
|
||||
items: [
|
||||
{ text: '质量与追溯', link: '/business/quality' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '仓储物流篇',
|
||||
items: [
|
||||
{ text: '设备与仓储', link: '/business/equipment-warehouse' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/integration/': [
|
||||
{
|
||||
text: '数据集成篇',
|
||||
items: [
|
||||
{ text: '数据与集成', link: '/integration/data-integration' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/analysis/': [
|
||||
{
|
||||
text: '报表分析篇',
|
||||
items: [
|
||||
{ text: '报表与分析', link: '/analysis/reports' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/operation/': [
|
||||
{
|
||||
text: '系统运维篇',
|
||||
items: [
|
||||
{ text: '系统运维', link: '/operation/system-operation' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '技术支持篇',
|
||||
items: [
|
||||
{ text: '异常处理与技术支持', link: '/operation/technical-support' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/appendix/': [
|
||||
{
|
||||
text: '附录篇',
|
||||
items: [
|
||||
{ text: '术语表', link: '/appendix/glossary' }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
socialLinks: [
|
||||
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
|
||||
],
|
||||
|
||||
footer: {
|
||||
message: 'HF-MES v5.0 使用手册',
|
||||
copyright: 'Copyright © 2026 All Rights Reserved'
|
||||
},
|
||||
|
||||
search: {
|
||||
provider: 'local'
|
||||
},
|
||||
|
||||
editLink: {
|
||||
pattern: 'https://github.com/vuejs/vitepress/edit/main/docs/:path',
|
||||
text: '在 GitHub 上编辑此页'
|
||||
},
|
||||
|
||||
lastUpdated: {
|
||||
text: '最后更新于',
|
||||
formatOptions: {
|
||||
dateStyle: 'short',
|
||||
timeStyle: 'short'
|
||||
export default withMermaid(
|
||||
defineConfig({
|
||||
vite: {
|
||||
server: {
|
||||
allowedHosts: true
|
||||
}
|
||||
},
|
||||
|
||||
outline: {
|
||||
level: [2, 3],
|
||||
label: '目录'
|
||||
locales: {
|
||||
root: {
|
||||
label: '中文',
|
||||
lang: 'zh-CN',
|
||||
title: 'HF-MES v5.0 使用手册',
|
||||
description: 'HF-MES v5.0 制造执行系统完整使用指南',
|
||||
themeConfig: {
|
||||
logo: '/logo.svg',
|
||||
siteTitle: 'HF-MES v5.0 使用手册',
|
||||
|
||||
nav: [
|
||||
{ text: '首页', link: '/' },
|
||||
{
|
||||
text: '文档说明',
|
||||
items: [
|
||||
{ text: '文档说明', link: '/guide/document-guide' },
|
||||
{ text: '系统概述', link: '/guide/system-overview' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '快速入门',
|
||||
items: [
|
||||
{ text: '快速入门', link: '/getting-started/quick-start' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '基础配置',
|
||||
items: [
|
||||
{ text: '班组管理', link: '/production_configuration/Organization' },
|
||||
{ text: '工厂模型', link: '/production_configuration/factory_model' },
|
||||
{ text: '物料模型', link: '/production_configuration/material_model' },
|
||||
{ text: '工序模型', link: '/production_configuration/process_model' },
|
||||
{ text: '产品模型', link: '/production_configuration/product_model' },
|
||||
{ text: 'SPC配置', link: '/production_configuration/SPC_configuration' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '设备管理',
|
||||
items: [
|
||||
{ text: '设备模型', link: '/device_management/device_model' },
|
||||
{ text: '设备耗材管理', link: '/device_management/equipment_consumables_management' },
|
||||
{ text: '设备点检', link: '/device_management/equipment_inspection' },
|
||||
{ text: '设备保养', link: '/device_management/equipment_maintenance' },
|
||||
{ text: '设备维修管理', link: '/device_management/equipment_maintenance_management' },
|
||||
{ text: '设备状态管理', link: '/device_management/equipment_status_management' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '排产生产',
|
||||
items: [
|
||||
{ text: '预警中心', link: '/planning_production/alert_center' },
|
||||
{ text: '批次不良报表', link: '/planning_production/batch_defect_report' },
|
||||
{ text: '批次管理', link: '/planning_production/batch_management' },
|
||||
{ text: '批次托盘', link: '/planning_production/batch_tray' },
|
||||
{ text: '设备监控', link: '/planning_production/device_monitoring' },
|
||||
{ text: '物料监控', link: '/planning_production/material_monitoring' },
|
||||
{ text: '不良品管理', link: '/planning_production/reject_management' },
|
||||
{ text: '工艺流程', link: '/planning_production/technology_process' },
|
||||
{ text: '托盘登录', link: '/planning_production/tray_login' },
|
||||
{ text: '托盘管理', link: '/planning_production/tray_management' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '质量控制',
|
||||
items: [
|
||||
{ text: '首件检验', link: '/quality_control/first_inspection' },
|
||||
{ text: '检验管理', link: '/quality_control/inspection_management' },
|
||||
{ text: 'SPC', link: '/quality_control/spc' },
|
||||
{ text: 'SPC属性图', link: '/quality_control/spc_attribute_charts' },
|
||||
{ text: 'SPC变量图', link: '/quality_control/spc_variable_charts' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '数据中台',
|
||||
items: [
|
||||
{ text: '电池曲线', link: '/data_middleground/battery_curve' },
|
||||
{ text: '电池明细报表', link: '/data_middleground/battery_detail_report' },
|
||||
{ text: '电池追溯', link: '/data_middleground/battery_traceability' },
|
||||
{ text: '鹰眼监控', link: '/data_middleground/eagle_eyes' },
|
||||
{ text: '设备历史报表', link: '/data_middleground/equipment_history_report' },
|
||||
{ text: '正向追溯', link: '/data_middleground/positive_direction_traceability' },
|
||||
{ text: '反向追溯', link: '/data_middleground/reverse_traceability' },
|
||||
{ text: '托盘追溯', link: '/data_middleground/tray_traceability' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '系统设置',
|
||||
items: [
|
||||
{ text: '菜单配置', link: '/system_settings/menu_configuration' },
|
||||
{ text: '系统助手', link: '/system_settings/system_assistant' },
|
||||
{ text: '系统监控', link: '/system_settings/system_monitoring' },
|
||||
{ text: '用户管理', link: '/system_settings/user_management' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '系统运维',
|
||||
items: [
|
||||
{ text: '系统运维', link: '/operation/system-operation' },
|
||||
{ text: '技术支持', link: '/operation/technical-support' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '附录',
|
||||
items: [
|
||||
{ text: '术语表', link: '/appendix/glossary' }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
sidebar: {
|
||||
'/guide/': [
|
||||
{
|
||||
text: '文档管理篇',
|
||||
items: [
|
||||
{ text: '文档说明', link: '/guide/document-guide' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '系统认知篇',
|
||||
items: [
|
||||
{ text: '系统概述', link: '/guide/system-overview' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/getting-started/': [
|
||||
{
|
||||
text: '快速入门篇',
|
||||
items: [
|
||||
{ text: '快速入门', link: '/getting-started/quick-start' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/production_configuration/': [
|
||||
{
|
||||
text: '基础配置篇',
|
||||
items: [
|
||||
{ text: '班组管理', link: '/production_configuration/Organization' },
|
||||
{ text: '工厂模型', link: '/production_configuration/factory_model' },
|
||||
{ text: '物料模型', link: '/production_configuration/material_model' },
|
||||
{ text: '工序模型', link: '/production_configuration/process_model' },
|
||||
{ text: '产品模型', link: '/production_configuration/product_model' },
|
||||
{ text: 'SPC配置', link: '/production_configuration/SPC_configuration' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/device_management/': [
|
||||
{
|
||||
text: '设备管理篇',
|
||||
items: [
|
||||
{ text: '设备模型', link: '/device_management/device_model' },
|
||||
{ text: '设备耗材管理', link: '/device_management/equipment_consumables_management' },
|
||||
{ text: '设备点检', link: '/device_management/equipment_inspection' },
|
||||
{ text: '设备保养', link: '/device_management/equipment_maintenance' },
|
||||
{ text: '设备维修管理', link: '/device_management/equipment_maintenance_management' },
|
||||
{ text: '设备状态管理', link: '/device_management/equipment_status_management' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/planning_production/': [
|
||||
{
|
||||
text: '排产生产篇',
|
||||
items: [
|
||||
{ text: '预警中心', link: '/planning_production/alert_center' },
|
||||
{ text: '批次不良报表', link: '/planning_production/batch_defect_report' },
|
||||
{ text: '批次管理', link: '/planning_production/batch_management' },
|
||||
{ text: '批次托盘', link: '/planning_production/batch_tray' },
|
||||
{ text: '设备监控', link: '/planning_production/device_monitoring' },
|
||||
{ text: '物料监控', link: '/planning_production/material_monitoring' },
|
||||
{ text: '不良品管理', link: '/planning_production/reject_management' },
|
||||
{ text: '工艺流程', link: '/planning_production/technology_process' },
|
||||
{ text: '托盘登录', link: '/planning_production/tray_login' },
|
||||
{ text: '托盘管理', link: '/planning_production/tray_management' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/quality_control/': [
|
||||
{
|
||||
text: '质量控制篇',
|
||||
items: [
|
||||
{ text: '首件检验', link: '/quality_control/first_inspection' },
|
||||
{ text: '检验管理', link: '/quality_control/inspection_management' },
|
||||
{ text: 'SPC', link: '/quality_control/spc' },
|
||||
{ text: 'SPC属性图', link: '/quality_control/spc_attribute_charts' },
|
||||
{ text: 'SPC变量图', link: '/quality_control/spc_variable_charts' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/data_middleground/': [
|
||||
{
|
||||
text: '数据中台篇',
|
||||
items: [
|
||||
{ text: '电池曲线', link: '/data_middleground/battery_curve' },
|
||||
{ text: '电池明细报表', link: '/data_middleground/battery_detail_report' },
|
||||
{ text: '电池追溯', link: '/data_middleground/battery_traceability' },
|
||||
{ text: '鹰眼监控', link: '/data_middleground/eagle_eyes' },
|
||||
{ text: '设备历史报表', link: '/data_middleground/equipment_history_report' },
|
||||
{ text: '正向追溯', link: '/data_middleground/positive_direction_traceability' },
|
||||
{ text: '反向追溯', link: '/data_middleground/reverse_traceability' },
|
||||
{ text: '托盘追溯', link: '/data_middleground/tray_traceability' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/system_settings/': [
|
||||
{
|
||||
text: '系统设置篇',
|
||||
items: [
|
||||
{ text: '菜单配置', link: '/system_settings/menu_configuration' },
|
||||
{ text: '系统助手', link: '/system_settings/system_assistant' },
|
||||
{ text: '系统监控', link: '/system_settings/system_monitoring' },
|
||||
{ text: '用户管理', link: '/system_settings/user_management' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/operation/': [
|
||||
{
|
||||
text: '系统运维篇',
|
||||
items: [
|
||||
{ text: '系统运维', link: '/operation/system-operation' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '技术支持篇',
|
||||
items: [
|
||||
{ text: '异常处理与技术支持', link: '/operation/technical-support' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/appendix/': [
|
||||
{
|
||||
text: '附录篇',
|
||||
items: [
|
||||
{ text: '术语表', link: '/appendix/glossary' }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
socialLinks: [
|
||||
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
|
||||
],
|
||||
|
||||
footer: {
|
||||
message: 'HF-MES v5.0 使用手册',
|
||||
copyright: 'Copyright © 2026 All Rights Reserved'
|
||||
},
|
||||
|
||||
search: {
|
||||
provider: 'local'
|
||||
},
|
||||
|
||||
editLink: {
|
||||
pattern: 'https://github.com/vuejs/vitepress/edit/main/docs/:path',
|
||||
text: '在 GitHub 上编辑此页'
|
||||
},
|
||||
|
||||
lastUpdated: {
|
||||
text: '最后更新于',
|
||||
formatOptions: {
|
||||
dateStyle: 'short',
|
||||
timeStyle: 'short'
|
||||
}
|
||||
},
|
||||
|
||||
outline: {
|
||||
level: [2, 3],
|
||||
label: '目录'
|
||||
},
|
||||
|
||||
docFooter: {
|
||||
prev: '← 上一页',
|
||||
next: '下一页 →'
|
||||
}
|
||||
}
|
||||
},
|
||||
en: {
|
||||
label: 'English',
|
||||
lang: 'en',
|
||||
link: '/en/',
|
||||
title: 'HF-MES v5.0 User Manual',
|
||||
description: 'HF-MES v5.0 MES Complete User Guide',
|
||||
themeConfig: {
|
||||
logo: '/logo.svg',
|
||||
siteTitle: 'HF-MES v5.0 Manual',
|
||||
|
||||
nav: [
|
||||
{ text: 'Home', link: '/en/' },
|
||||
{
|
||||
text: 'Guide',
|
||||
items: [
|
||||
{ text: 'Document Guide', link: '/en/guide/document-guide' },
|
||||
{ text: 'System Overview', link: '/en/guide/system-overview' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Quick Start',
|
||||
items: [
|
||||
{ text: 'Quick Start', link: '/en/getting-started/quick-start' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Configuration',
|
||||
items: [
|
||||
{ text: 'Organization', link: '/en/production_configuration/Organization' },
|
||||
{ text: 'Factory Model', link: '/en/production_configuration/factory_model' },
|
||||
{ text: 'Material Model', link: '/en/production_configuration/material_model' },
|
||||
{ text: 'Process Model', link: '/en/production_configuration/process_model' },
|
||||
{ text: 'Product Model', link: '/en/production_configuration/product_model' },
|
||||
{ text: 'SPC Config', link: '/en/production_configuration/SPC_configuration' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Device',
|
||||
items: [
|
||||
{ text: 'Device Model', link: '/en/device_management/device_model' },
|
||||
{ text: 'Consumables', link: '/en/device_management/equipment_consumables_management' },
|
||||
{ text: 'Inspection', link: '/en/device_management/equipment_inspection' },
|
||||
{ text: 'Maintenance', link: '/en/device_management/equipment_maintenance' },
|
||||
{ text: 'Repair Mgmt', link: '/en/device_management/equipment_maintenance_management' },
|
||||
{ text: 'Status', link: '/en/device_management/equipment_status_management' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Production',
|
||||
items: [
|
||||
{ text: 'Alert Center', link: '/en/planning_production/alert_center' },
|
||||
{ text: 'Defect Report', link: '/en/planning_production/batch_defect_report' },
|
||||
{ text: 'Batch Mgmt', link: '/en/planning_production/batch_management' },
|
||||
{ text: 'Batch Tray', link: '/en/planning_production/batch_tray' },
|
||||
{ text: 'Device Monitor', link: '/en/planning_production/device_monitoring' },
|
||||
{ text: 'Material Monitor', link: '/en/planning_production/material_monitoring' },
|
||||
{ text: 'Reject Mgmt', link: '/en/planning_production/reject_management' },
|
||||
{ text: 'Process Flow', link: '/en/planning_production/technology_process' },
|
||||
{ text: 'Tray Login', link: '/en/planning_production/tray_login' },
|
||||
{ text: 'Tray Mgmt', link: '/en/planning_production/tray_management' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Quality',
|
||||
items: [
|
||||
{ text: 'First Inspection', link: '/en/quality_control/first_inspection' },
|
||||
{ text: 'Inspection', link: '/en/quality_control/inspection_management' },
|
||||
{ text: 'SPC', link: '/en/quality_control/spc' },
|
||||
{ text: 'SPC Attribute', link: '/en/quality_control/spc_attribute_charts' },
|
||||
{ text: 'SPC Variable', link: '/en/quality_control/spc_variable_charts' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Data',
|
||||
items: [
|
||||
{ text: 'Battery Curve', link: '/en/data_middleground/battery_curve' },
|
||||
{ text: 'Battery Report', link: '/en/data_middleground/battery_detail_report' },
|
||||
{ text: 'Battery Trace', link: '/en/data_middleground/battery_traceability' },
|
||||
{ text: 'Eagle Eyes', link: '/en/data_middleground/eagle_eyes' },
|
||||
{ text: 'Equip History', link: '/en/data_middleground/equipment_history_report' },
|
||||
{ text: 'Forward Trace', link: '/en/data_middleground/positive_direction_traceability' },
|
||||
{ text: 'Reverse Trace', link: '/en/data_middleground/reverse_traceability' },
|
||||
{ text: 'Tray Trace', link: '/en/data_middleground/tray_traceability' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Settings',
|
||||
items: [
|
||||
{ text: 'Menu Config', link: '/en/system_settings/menu_configuration' },
|
||||
{ text: 'Assistant', link: '/en/system_settings/system_assistant' },
|
||||
{ text: 'Monitor', link: '/en/system_settings/system_monitoring' },
|
||||
{ text: 'Users', link: '/en/system_settings/user_management' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Operations',
|
||||
items: [
|
||||
{ text: 'System Ops', link: '/en/operation/system-operation' },
|
||||
{ text: 'Support', link: '/en/operation/technical-support' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Appendix',
|
||||
items: [
|
||||
{ text: 'Glossary', link: '/en/appendix/glossary' }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
sidebar: {
|
||||
'/en/guide/': [
|
||||
{
|
||||
text: 'Document Guide',
|
||||
items: [
|
||||
{ text: 'Document Guide', link: '/en/guide/document-guide' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'System Overview',
|
||||
items: [
|
||||
{ text: 'System Overview', link: '/en/guide/system-overview' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/en/getting-started/': [
|
||||
{
|
||||
text: 'Quick Start',
|
||||
items: [
|
||||
{ text: 'Quick Start', link: '/en/getting-started/quick-start' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/en/production_configuration/': [
|
||||
{
|
||||
text: 'Basic Configuration',
|
||||
items: [
|
||||
{ text: 'Organization', link: '/en/production_configuration/Organization' },
|
||||
{ text: 'Factory Model', link: '/en/production_configuration/factory_model' },
|
||||
{ text: 'Material Model', link: '/en/production_configuration/material_model' },
|
||||
{ text: 'Process Model', link: '/en/production_configuration/process_model' },
|
||||
{ text: 'Product Model', link: '/en/production_configuration/product_model' },
|
||||
{ text: 'SPC Configuration', link: '/en/production_configuration/SPC_configuration' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/en/device_management/': [
|
||||
{
|
||||
text: 'Device Management',
|
||||
items: [
|
||||
{ text: 'Device Model', link: '/en/device_management/device_model' },
|
||||
{ text: 'Equipment Consumables', link: '/en/device_management/equipment_consumables_management' },
|
||||
{ text: 'Equipment Inspection', link: '/en/device_management/equipment_inspection' },
|
||||
{ text: 'Equipment Maintenance', link: '/en/device_management/equipment_maintenance' },
|
||||
{ text: 'Maintenance Management', link: '/en/device_management/equipment_maintenance_management' },
|
||||
{ text: 'Equipment Status', link: '/en/device_management/equipment_status_management' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/en/planning_production/': [
|
||||
{
|
||||
text: 'Planning & Production',
|
||||
items: [
|
||||
{ text: 'Alert Center', link: '/en/planning_production/alert_center' },
|
||||
{ text: 'Batch Defect Report', link: '/en/planning_production/batch_defect_report' },
|
||||
{ text: 'Batch Management', link: '/en/planning_production/batch_management' },
|
||||
{ text: 'Batch Tray', link: '/en/planning_production/batch_tray' },
|
||||
{ text: 'Device Monitoring', link: '/en/planning_production/device_monitoring' },
|
||||
{ text: 'Material Monitoring', link: '/en/planning_production/material_monitoring' },
|
||||
{ text: 'Reject Management', link: '/en/planning_production/reject_management' },
|
||||
{ text: 'Technology Process', link: '/en/planning_production/technology_process' },
|
||||
{ text: 'Tray Login', link: '/en/planning_production/tray_login' },
|
||||
{ text: 'Tray Management', link: '/en/planning_production/tray_management' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/en/quality_control/': [
|
||||
{
|
||||
text: 'Quality Control',
|
||||
items: [
|
||||
{ text: 'First Inspection', link: '/en/quality_control/first_inspection' },
|
||||
{ text: 'Inspection Management', link: '/en/quality_control/inspection_management' },
|
||||
{ text: 'SPC', link: '/en/quality_control/spc' },
|
||||
{ text: 'SPC Attribute Charts', link: '/en/quality_control/spc_attribute_charts' },
|
||||
{ text: 'SPC Variable Charts', link: '/en/quality_control/spc_variable_charts' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/en/data_middleground/': [
|
||||
{
|
||||
text: 'Data Middle Platform',
|
||||
items: [
|
||||
{ text: 'Battery Curve', link: '/en/data_middleground/battery_curve' },
|
||||
{ text: 'Battery Detail Report', link: '/en/data_middleground/battery_detail_report' },
|
||||
{ text: 'Battery Traceability', link: '/en/data_middleground/battery_traceability' },
|
||||
{ text: 'Eagle Eyes', link: '/en/data_middleground/eagle_eyes' },
|
||||
{ text: 'Equipment History Report', link: '/en/data_middleground/equipment_history_report' },
|
||||
{ text: 'Forward Traceability', link: '/en/data_middleground/positive_direction_traceability' },
|
||||
{ text: 'Reverse Traceability', link: '/en/data_middleground/reverse_traceability' },
|
||||
{ text: 'Tray Traceability', link: '/en/data_middleground/tray_traceability' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/en/system_settings/': [
|
||||
{
|
||||
text: 'System Settings',
|
||||
items: [
|
||||
{ text: 'Menu Configuration', link: '/en/system_settings/menu_configuration' },
|
||||
{ text: 'System Assistant', link: '/en/system_settings/system_assistant' },
|
||||
{ text: 'System Monitoring', link: '/en/system_settings/system_monitoring' },
|
||||
{ text: 'User Management', link: '/en/system_settings/user_management' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/en/operation/': [
|
||||
{
|
||||
text: 'System Operation',
|
||||
items: [
|
||||
{ text: 'System Operation', link: '/en/operation/system-operation' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Technical Support',
|
||||
items: [
|
||||
{ text: 'Technical Support', link: '/en/operation/technical-support' }
|
||||
]
|
||||
}
|
||||
],
|
||||
'/en/appendix/': [
|
||||
{
|
||||
text: 'Appendix',
|
||||
items: [
|
||||
{ text: 'Glossary', link: '/en/appendix/glossary' }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
socialLinks: [
|
||||
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
|
||||
],
|
||||
|
||||
footer: {
|
||||
message: 'HF-MES v5.0 User Manual',
|
||||
copyright: 'Copyright © 2026 All Rights Reserved'
|
||||
},
|
||||
|
||||
search: {
|
||||
provider: 'local'
|
||||
},
|
||||
|
||||
editLink: {
|
||||
pattern: 'https://github.com/vuejs/vitepress/edit/main/docs/:path',
|
||||
text: 'Edit this page on GitHub'
|
||||
},
|
||||
|
||||
lastUpdated: {
|
||||
text: 'Last Updated',
|
||||
formatOptions: {
|
||||
dateStyle: 'short',
|
||||
timeStyle: 'short'
|
||||
}
|
||||
},
|
||||
|
||||
outline: {
|
||||
level: [2, 3],
|
||||
label: 'On this page'
|
||||
},
|
||||
|
||||
docFooter: {
|
||||
prev: '← Previous',
|
||||
next: 'Next →'
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
docFooter: {
|
||||
prev: '← 上一页',
|
||||
next: '下一页 →'
|
||||
}
|
||||
},
|
||||
|
||||
markdown: {
|
||||
theme: {
|
||||
light: 'github-light',
|
||||
dark: 'github-dark'
|
||||
markdown: {
|
||||
theme: {
|
||||
light: 'github-light',
|
||||
dark: 'github-dark'
|
||||
},
|
||||
lineNumbers: false,
|
||||
config(md) {
|
||||
md.use(mathjax3)
|
||||
}
|
||||
},
|
||||
lineNumbers: false
|
||||
},
|
||||
|
||||
head: [
|
||||
['link', { rel: 'icon', href: '/favicon.ico' }],
|
||||
['meta', { name: 'author', content: 'HF-MES' }],
|
||||
['meta', { name: 'viewport', content: 'width=device-width, initial-scale=1.0' }]
|
||||
]
|
||||
})
|
||||
head: [
|
||||
['link', { rel: 'icon', href: '/favicon.ico' }],
|
||||
['meta', { name: 'author', content: 'HF-MES' }],
|
||||
['meta', { name: 'viewport', content: 'width=device-width, initial-scale=1.0' }]
|
||||
]
|
||||
})
|
||||
)
|
||||
|
||||
38
en/index.md
Normal file
38
en/index.md
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
layout: home
|
||||
|
||||
hero:
|
||||
name: "HF-MES v5.0"
|
||||
text: "MES User Manual"
|
||||
tagline: "Digital Production · Intelligent Execution · Transparent Management"
|
||||
actions:
|
||||
- theme: brand
|
||||
text: Quick Start
|
||||
link: /en/getting-started/quick-start
|
||||
- theme: alt
|
||||
text: System Overview
|
||||
link: /en/guide/system-overview
|
||||
|
||||
features:
|
||||
- icon: 🏭
|
||||
title: Production Management
|
||||
details: Comprehensive coverage of production planning, work order execution, and process monitoring
|
||||
- icon: 📊
|
||||
title: Quality Management
|
||||
details: Full-process quality control and traceability from raw materials to finished products
|
||||
- icon: 📦
|
||||
title: Warehouse Logistics
|
||||
details: Optimized inventory management, inbound/outbound processes, and material tracking
|
||||
- icon: 🔧
|
||||
title: Equipment Management
|
||||
details: Complete equipment lifecycle management, inspection, maintenance, and OEE analysis
|
||||
- icon: 🔗
|
||||
title: System Integration
|
||||
details: Seamless integration with ERP, SCADA, and other systems for data connectivity
|
||||
- icon: 📈
|
||||
title: Report Analysis
|
||||
details: Rich statistical analysis reports to support decision-making
|
||||
|
||||
footer: |
|
||||
HF-MES v5.0 User Manual · Copyright © 2026 All Rights Reserved
|
||||
---
|
||||
BIN
public/image/system_assistant/图片:接口详情截图.png
Normal file
BIN
public/image/system_assistant/图片:接口详情截图.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
@@ -1,86 +1,86 @@
|
||||
# 系统功能清单
|
||||
# 系统功能清单
|
||||
|
||||
| 一级模块 | 二级模块 | 三级模块 | 功能说明 | 备注 | 文档完成情况 | 文档情况备注 | 文档位置 | 后台路由代码 | 前端代码 |
|
||||
|:---|:---|:---|:---|:---|:---|:---|:---|:---|:---|
|
||||
| **系统设置(System Settings)** | 用户管理(User Management) | 角色(Role) | 设置用户组别并且分配权限(增删改查用户组,以及实现权限分配功能) | | 完成 | | | | |
|
||||
| **系统设置(System Settings)** | 用户管理(User Management) | 用户(User) | 管理人员账号并且绑定对应的用户组 | | 完成 | | | | |
|
||||
| **系统设置(System Settings)** | 菜单管理(Menu Configuration) | 菜单配置(Menu) | 系统菜单配置 | | 完成 | | | | |
|
||||
| **系统设置(System Settings)** | 系统助手(System Assistant) | 操作日志(Operation Log) | 系统操作日志 | | 完成 | | | | |
|
||||
| **系统设置(System Settings)** | 系统助手(System Assistant) | 接口日志(Interface Log) | 与设备对接流程交互日志(可根据 IP 和接口名称等条件查询) | | 完成 | | | | |
|
||||
| **系统设置(System Settings)** | 系统监控(System Monitoring) | 监控设置(Monitoring Setting) | 系统监控设置 | | 完成 | | | | |
|
||||
| **生产配置(production_configuration)** | 所级模型(Factory Model) | 产线设置(Factory Line) | 管理产线(包括产线的增删改查) | | 完成 | | | | |
|
||||
| **生产配置(production_configuration)** | 所级模型(Factory Model) | 所区设置(Factory Area) | 管理工厂(包括工厂的增删改查) | | 完成 | | | | |
|
||||
| **生产配置(production_configuration)** | 所级模型(Factory Model) | 生产车间(Workshop) | 管理生产车间(包括车间的增删改查) | | 完成 | | | | |
|
||||
| **生产配置(production_configuration)** | 工艺模型(Technology Model) | 工艺流程类别(Technology Flow Category) | 工艺流程类别的增删改查功能 | | 完成 | | | | |
|
||||
| **生产配置(production_configuration)** | 工艺模型(Technology Model) | 工序单元(Technology Process) | 配置管理工序单元(节点),实现增删改查,对工序单元的结果参数采集预设和工艺参数预设 | | 完成 | | | | |
|
||||
| **生产配置(production_configuration)** | 工艺模型(Technology Model) | 工艺流程(Technology Flow) | 设置电池生产工艺流程,实现工序卡的增删改查和流程卡的设定 | | 完成 | | | | |
|
||||
| **生产配置(production_configuration)** | 产品管理(Product Management) | 产品列表(Product Battery) | 产品管理页面实现产品的增删改查 | | 完成 | | | | |
|
||||
| **生产配置(production_configuration)** | 产品管理(Product Management) | 异常不良管理(Product NG Info) | 设备不良信息以及产品 NG 信息的编码与描述管理,实现批量导入以及增删改查 | | 完成 | | | | |
|
||||
| **生产配置(production_configuration)** | 物料模型(Material Model) | 物料类别列表(Material Category) | 区分原材料和半成品(固定编码) | | 完成 | | | | |
|
||||
| **生产配置(production_configuration)** | 物料模型(Material Model) | 物料信息管理(Material Management) | 维护物料编码、名称、类别、单位、规格型号、BOM信息等生产属性 | | 完成 | | | | |
|
||||
| **生产配置(production_configuration)** | 物料模型(Material Model) | BOM物料清单(BOM) | 产品 BOM 管理 | | 完成 | | | | |
|
||||
| **生产配置(production_configuration)** | 物料模型(Material Model) | 计量单位(Unit) | 配置和管理计量单位,并且能够增删改查 | | 完成 | | | | |
|
||||
| **生产配置(production_configuration)** | SPC采集模型(SPC Configuration) | SPC采集配置(SCADA Node Binding) | 配置结果参数采集参数 | | 进行中 | | | | |
|
||||
| **生产配置(production_configuration)** | 班组模型(Organization) | 班组管理(Production Team) | 管理生产班组(包括班组的增删改查) | | 完成 | | | | |
|
||||
| **生产配置(production_configuration)** | 班组模型(Organization) | 班次管理(Production Shift) | 管理生产班次(包括班次的增删改查) | | 完成 | | | | |
|
||||
| **生产配置(production_configuration)** | 班组模型(Organization) | 生产成员管理(Production Members) | 管理生产成员(包括成员的增删改查) | | 完成 | | | | |
|
||||
| **设备模型(device_management)** | 设备类别(Device Category) | 设备类别(Device Category) | 管理设备种类并且实现设备种类的增删改查 | | 完成 | | | | |
|
||||
| **设备模型(device_management)** | 设备信息(Device Management) | 设备信息(Device Management) | 管理每个设备信息并且实现设备的增删改查 | | 完成 | | | | |
|
||||
| **设备模型(device_management)** | 设备点检(Device Check) | 设备点检项目(Device Check Items) | 设备点检项目的增删改查 | | 完成 | | | | |
|
||||
| **设备模型(device_management)** | 设备点检(Device Check) | 设备点检记录(Device Check Record) | 设备点检记录的增删改查 | | 完成 | | | | |
|
||||
| **设备模型(device_management)** | 设备点检(Device Check) | 设备点检日志(Device Check Items Log) | 设备点检日志的查询 | | 完成 | | | | |
|
||||
| **设备模型(device_management)** | 设备保养(Device Maintain) | 设备保养项目(Device Maintain Items) | 设备保养项目的增删改查 | | 完成 | | | | |
|
||||
| **设备模型(device_management)** | 设备保养(Device Maintain) | 设备保养详情(Device Maintain Items Details) | 设备保养详情的增删改查 | | 完成 | | | | |
|
||||
| **设备模型(device_management)** | 设备保养(Device Maintain) | 设备保养日志(Device Maintain Items Log) | 设备保养日志的查询 | | 完成 | | | | |
|
||||
| **设备模型(device_management)** | 设备维修(Device Repair) | 设备维修管理(Device Repair Management) | 设备维修管理的增删改查 | | 完成 | | | | |
|
||||
| **设备模型(device_management)** | 设备维修(Device Repair) | 设备维修日志(Device Repair Log) | 设备维修日志的查询 | | 完成 | | | | |
|
||||
| **设备模型(device_management)** | 设备损耗品(Device Consumables) | 设备损耗品类别(Device Consumables Category) | 设备损耗品类别的增删改查 | | 完成 | | | | |
|
||||
| **设备模型(device_management)** | 设备损耗品(Device Consumables) | 设备损耗品项目(Device Consumables Items) | 设备损耗品项目的增删改查 | | 完成 | | | | |
|
||||
| **设备模型(device_management)** | 设备损耗品(Device Consumables) | 设备损耗品寿命管理(Device Consumables Lifetime Management) | 设备损耗品寿命管理的增删改查 | | 完成 | | | | |
|
||||
| **设备模型(device_management)** | 设备损耗品(Device Consumables) | 设备损耗品更换日志(Device Consumables Replace Log) | 设备损耗品更换日志的查询 | | 完成 | | | | |
|
||||
| **设备模型(device_management)** | 设备故障(Device Fault) | 设备故障项目(Device Fault Items) | 设备故障项目的增删改查 | | 完成 | | | | |
|
||||
| 计划与生产(Planning production) | 生产批次管理(Production batch management) | 批次列表(batch management) | 生产批次的增删改查 | | 进行中 | | | | |
|
||||
| 计划与生产(Planning production) | 生产批次管理(Production batch management) | 批次托盘(batch management) | 批次托盘的增删改查 | | 完成 | | | | |
|
||||
| 计划与生产(Planning production) | 生产批次管理(Production batch management) | 批次托盘(batch tray) | 批次托盘的查询详情、跟踪、解绑、停止 | | 完成 | | | | |
|
||||
| 计划与生产(Planning production) | 生产批次管理(Production batch management) | 生产批次不良报表(batch_def report) | 生产批次不良报表的增删改查 | | 完成 | | | | |
|
||||
| 计划与生产(Planning production) | 预警中心(Warning Center) | 预警中心(Warning Center) | 预警中心 | | 进行中 | | | | |
|
||||
| 计划与生产(Planning production) | 生产监控(Production Monitoring) | 物料监控(Production Monitoring) | 物料监控 | | 进行中 | | | | |
|
||||
| 计划与生产(Planning production) | 生产监控(Production Monitoring) | 电池复投管理(reject management) | 电池复投管理的增删改查 | | 完成 | | | | |
|
||||
| 计划与生产(Planning production) | 生产监控(Production Monitoring) | 托盘管理(tray management) | 托盘调整工序、停止托盘、查询托盘状态、查询托盘绑定的电池 | | 完成 | | | | |
|
||||
| 计划与生产(Planning production) | 生产监控(Production Monitoring) | 托盘登录(tray login) | 托盘登录、查询托盘状态 | | 完成 | | | | |
|
||||
| 计划与生产(Planning production) | 生产监控(Production Monitoring) | 设备监控(device monitoring) | 设备状态监控 | | 完成 | | | | |
|
||||
| 计划与生产(Planning production) | 生产监控(Production Monitoring) | 电池工序管理(technology process management) | 电池工序管理的增删改查 | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | 过程控制 | 检验类别管理 | | | 完成 | | | | |
|
||||
| 质量管理(Quality Management) | 过程控制 | 首巡检项目配置(Product Quality Record) | | | 完成 | | | | |
|
||||
| 质量管理(Quality Management) | 过程控制 | 首巡检录入(Product Quality Record) | | | 完成 | | | | |
|
||||
| 质量管理(Quality Management) | 过程控制 | 首巡检报表(Product Quality Record) | | | 完成 | | | | |
|
||||
| 质量管理(Quality Management) | 检验控制 | 检验单管理 | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | 检验控制 | 检验标准 | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | 检验控制 | 接收质量限 | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | 检验控制 | 检测方案维护 | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | 检验控制 | 检验项目 | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | 检验控制 | 抽样方案配置 | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | SPC统计过程控制 | SPC渲染条件配置 | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | SPC计量型报表 | XBar-R | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | SPC计量型报表 | XBar-S | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | SPC计量型报表 | I-MR | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | SPC计量型报表 | Levey-Jennings | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | SPC计量型报表 | EWMA | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | SPC计量型报表 | CUSUM | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | SPC计量型报表 | MA | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | SPC计量型报表 | MAMR | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | SPC计量型报表 | MAMS | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | SPC计量型报表 | CPK | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | SPC计数型报表 | DPMO | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | SPC计数型报表 | PChart | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | SPC计数型报表 | NPChart | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | SPC计数型报表 | CChart | | | 进行中 | | | | |
|
||||
| 质量管理(Quality Management) | SPC计数型报表 | UChart | | | 进行中 | | | | |
|
||||
| 数据中台(Data Middleground) | 基础追溯(Traceability) | 反向追溯(Reverse Traceability) | | | 进行中 | | | | |
|
||||
| 数据中台(Data Middleground) | 基础追溯(Traceability) | 正向追溯(Forward Traceability) | | | 进行中 | | | | |
|
||||
| 数据中台(Data Middleground) | 基础追溯(Traceability) | 电池曲线(Battery Curve) | | | 进行中 | | | | |
|
||||
| 数据中台(Data Middleground) | 基础追溯(Traceability) | 托盘追溯(Tray Traceability) | | | 进行中 | | | | |
|
||||
| 数据中台(Data Middleground) | 基础追溯(Traceability) | 电池追溯(Battery Traceability) | | | 进行中 | | | | |
|
||||
| 数据中台(Data Middleground) | 生产报表(Production Report) | 设备履历报表(Equipment History Report) | | | 进行中 | | | | |
|
||||
| 数据中台(Data Middleground) | 生产报表(Production Report) | 电池详情报表(Battery Details Report) | | | 进行中 | | | | |
|
||||
| 数据中台(Data Middleground) | 相关性分析(Correlation Analysis) | 鹰眼(Hawkeye) | | | 进行中 | | | | |
|
||||
| 一级模块 | 二级模块 | 三级模块 | 功能说明 | 备注 | 文档完成情况 | 后台路由代码 | 前端代码 |
|
||||
|:---|:---|:---|:---|:---|:---|:---|:---|
|
||||
| **系统设置 (System Administration)** | 用户管理 (User Management) | 角色 (Role) | 设置用户组并分配权限(增删改查用户组,并实现权限分配功能) | | 完成 | `/background/v1/system_settings/user_management/role` \| `RoleController` | `@/views/system_settings/user_management/role` |
|
||||
| **系统设置 (System Administration)** | 用户管理 (User Management) | 用户 (User) | 管理用户账号并绑定对应角色 | | 完成 | `/background/v1/system_settings/user_management/user` \| `UserController` | `@/views/system_settings/user_management/user` |
|
||||
| **系统设置 (System Administration)** | 菜单管理 (Menu Management) | 菜单配置 (Menu Configuration) | 系统菜单配置 | | 完成 | `/background/v1/system_settings/menu_configuration/menu` \| `MenuController` | `@/views/system_settings/menu_configuration/menu` |
|
||||
| **系统设置 (System Administration)** | 系统助手 (System Utilities) | 操作日志 (Operation Logs) | 系统操作日志 | | 完成 | `/background/v1/system_settings/system_assistant/operate_log` \| `OperateLogController` | `@/views/system_settings/system_assistant/operate_log` |
|
||||
| **系统设置 (System Administration)** | 系统助手 (System Utilities) | 接口日志 (API Logs) | 与设备对接流程交互日志(支持按 IP 和接口名称查询) | | 完成 | `/background/v1/system_settings/system_assistant/interface_log` \| `InterfaceLogController` | `@/views/system_settings/system_assistant/interface_log` |
|
||||
| **系统设置 (System Administration)** | 系统监控 (System Monitoring) | 监控设置 (Monitoring Configuration) | 系统监控配置 | | 完成 | `/background/v1/system_settings/system_monitor/setting` \| `MonitoringSettingController` | `@/views/system_settings/system_monitoring/setting` |
|
||||
| **生产配置 (Production Master Data)** | 工厂模型 (Factory Model) | 产线设置 (Production Line) | 管理产线(支持增删改查) | | 完成 | `/background/v1/production_configuration/factory_model/factory_line` \| `FactoryLineController` | `@/views/production_configuration/factory_model/factory_line` |
|
||||
| **生产配置 (Production Master Data)** | 工厂模型 (Factory Model) | 工厂区域 (Factory Area) | 管理工厂区域(支持增删改查) | | 完成 | `/background/v1/production_configuration/factory_model/factory_area` \| `FactoryAreaController` | `@/views/production_configuration/factory_model/factory_area` |
|
||||
| **生产配置 (Production Master Data)** | 工厂模型 (Factory Model) | 生产车间 (Workshop) | 管理生产车间(支持增删改查) | | 完成 | `/background/v1/scada_manage/workshop/config` \| `WorkshopConfigController` | — |
|
||||
| **生产配置 (Production Master Data)** | 工艺模型 (Process Model) | 工艺流程类别 (Process Category) | 工艺流程类别的增删改查 | | 完成 | `/background/v1/production_configuration/technology_model/technology_flow_category` \| `TechnologyFlowCategoryController` | `@/views/production_configuration/technology_model/technology_flow_category` |
|
||||
| **生产配置 (Production Master Data)** | 工艺模型 (Process Model) | 工序单元 (Process Step) | 配置工序单元(节点),支持参数预设 | | 完成 | `/background/v1/production_configuration/technology_model/technology_flow_workingsubclass` \| `ProcessWorkingsubclassController` | `@/views/production_configuration/technology_model/technology_flow_workingsubclass` |
|
||||
| **生产配置 (Production Master Data)** | 工艺模型 (Process Model) | 工艺流程 (Process Routing) | 设置生产工艺流程并管理流程卡 | | 完成 | `/background/v1/production_configuration/technology_model/technology_flow` \| `TechnologyFlowController` | `@/views/production_configuration/technology_model/technology_flow` |
|
||||
| **生产配置 (Production Master Data)** | 产品管理 (Product Management) | 产品列表 (Product List) | 产品管理(增删改查) | | 完成 | `/background/v1/production_configuration/product_model/battery_model` \| `ProductBatteryController` | `@/views/production_configuration/product_model/battery_model` |
|
||||
| **生产配置 (Production Master Data)** | 产品管理 (Product Management) | 不良管理 (Defect Management) | 不良代码及描述管理,支持批量导入 | | 完成 | `/background/v1/production_configuration/product_model/product_ng_info` \| `ProductNgInfoController` | `@/views/production_configuration/product_model/product_ng_info` |
|
||||
| **生产配置 (Production Master Data)** | 物料模型 (Material Model) | 物料类别列表 (Material Category) | 区分原材料和半成品 | | 完成 | `/background/v1/production_configuration/matetial_model/matetial_category` \| `MatetialManagementCategoryController` | `@/views/production_configuration/matetial_model/matetial_category` |
|
||||
| **生产配置 (Production Master Data)** | 物料模型 (Material Model) | 物料信息管理 (Material Master) | 维护物料编码、名称、规格等属性 | | 完成 | `/background/v1/production_configuration/matetial_model/matetial_management` \| `MatetialManagementController` | `@/views/production_configuration/matetial_model/matetial_management` |
|
||||
| **生产配置 (Production Master Data)** | 物料模型 (Material Model) | BOM物料清单 (Bill of Materials) | 产品BOM管理 | | 完成 | `/background/v1/production_configuration/matetial_model/bom` \| `BomController` | `@/views/production_configuration/matetial_model/bom` |
|
||||
| **生产配置 (Production Master Data)** | 物料模型 (Material Model) | 计量单位 (Unit of Measure) | 计量单位配置与管理 | | 完成 | `/background/v1/production_configuration/matetial_model/unit` \| `UnitController` | `@/views/production_configuration/matetial_model/unit` |
|
||||
| **生产配置 (Production Master Data)** | SPC采集模型 (SPC Configuration) | SPC采集配置 (Data Collection Configuration) | 配置SPC采集参数 | | 进行中 | `/background/v1/production_configuration/spc_configuration/binding_scada_node` \| `BindingScadaNodeController` | `@/views/production_configuration/spc_configuration/binding_scada_node` |
|
||||
| **生产配置 (Production Master Data)** | 班组模型 (Team Model) | 班组管理 (Team Management) | 管理生产班组 | | 完成 | `/background/v1/system_settings/organization/production_team_manage` \| `ProductionTeamManageController` | `@/views/system_settings/organization/production_team_manage` |
|
||||
| **生产配置 (Production Master Data)** | 班组模型 (Team Model) | 班次管理 (Shift Management) | 管理生产班次 | | 完成 | `/background/v1/system_settings/organization/production_shift_management` \| `ProductionShiftManagementController` | `@/views/system_settings/organization/production_shift_management` |
|
||||
| **生产配置 (Production Master Data)** | 班组模型 (Team Model) | 排班日历 (Scheduling Calendar) | 管理生产成员 | | 完成 | `/background/v1/system_settings/organization/production_members_manage` \| `ProductionMembersManageController` | — |
|
||||
| **设备模型 (Equipment Management)** | 设备类别 (Equipment Category) | 设备类别 (Equipment Category) | 管理设备类别 | | 完成 | `/background/v1/production_configuration/device_model/device_category` \| `DeviceCategoryController` | `@/views/production_configuration/device_model/device_category` |
|
||||
| **设备模型 (Equipment Management)** | 设备信息 (Equipment Management) | 设备信息 (Equipment Registry) | 管理设备信息 | | 完成 | `/background/v1/production_configuration/device_model/device_management` \| `DeviceManagementController` | `@/views/production_configuration/device_model/device_management` |
|
||||
| **设备模型 (Equipment Management)** | 设备点检 (Inspection Management) | 设备点检项目 (Inspection Items) | 点检项目管理 | | 完成 | `/background/v1/device_management/device_check/device_check_items` \| `DeviceCheckItemsController` | `@/views/device_management/device_check/device_check_items` |
|
||||
| **设备模型 (Equipment Management)** | 设备点检 (Inspection Management) | 设备点检记录 (Inspection Records) | 点检记录管理 | | 完成 | `/background/v1/device_management/device_check/device_check_record` \| `DeviceCheckRecordController` | `@/views/device_management/device_check/device_check_record` |
|
||||
| **设备模型 (Equipment Management)** | 设备点检 (Inspection Management) | 设备点检日志 (Inspection Logs) | 点检日志查询 | | 完成 | `/background/v1/device_management/device_check/device_check_items_log` \| `DeviceCheckItemsLogController` | `@/views/device_management/device_check/device_check_items_log` |
|
||||
| **设备模型 (Equipment Management)** | 设备保养 (Maintenance Management) | 设备保养项目 (Maintenance Items) | 保养项目管理 | | 完成 | `/background/v1/device_management/device_maintain/device_maintain_items` \| `DeviceMaintainItemsController` | `@/views/device_management/device_maintain/device_maintain_items` |
|
||||
| **设备模型 (Equipment Management)** | 设备保养 (Maintenance Management) | 设备保养详情 (Maintenance Details) | 保养详情管理 | | 完成 | `/background/v1/device_management/device_maintain/device_maintain_items_details` \| `DeviceMaintainItemsDetailsController` | `@/views/device_management/device_maintain/device_maintain_items_details` |
|
||||
| **设备模型 (Equipment Management)** | 设备保养 (Maintenance Management) | 设备保养日志 (Maintenance Logs) | 保养日志查询 | | 完成 | `/background/v1/device_management/device_maintain/device_maintain_items_log` \| `DeviceMaintainItemsLogController` | `@/views/device_management/device_maintain/device_maintain_items_log` |
|
||||
| **设备模型 (Equipment Management)** | 设备维修 (Repair Management) | 设备维修管理 (Repair Management) | 维修管理 | | 完成 | `/background/v1/device_management/device_repair/device_repair_management` \| `DeviceRepairManagementController` | `@/views/device_management/device_repair/device_repair_management` |
|
||||
| **设备模型 (Equipment Management)** | 设备维修 (Repair Management) | 设备维修日志 (Repair Logs) | 维修日志查询 | | 完成 | `/background/v1/device_management/device_repair/device_repair_log` \| `DeviceRepairLogController` | `@/views/device_management/device_repair/device_repair_log` |
|
||||
| **设备模型 (Equipment Management)** | 设备损耗品 (Consumables Management) | 设备损耗品类别 (Consumables Category) | 损耗品分类管理 | | 完成 | `/background/v1/device_management/device_consumables/device_consumables_category` \| `DeviceConsumablesCategoryController` | `@/views/device_management/device_consumables/device_consumables_category` |
|
||||
| **设备模型 (Equipment Management)** | 设备损耗品 (Consumables Management) | 设备损耗品项目 (Consumables Items) | 损耗品项目管理 | | 完成 | `/background/v1/device_management/device_consumables/device_consumables_items` \| `DeviceConsumablesItemsController` | `@/views/device_management/device_consumables/device_consumables_items` |
|
||||
| **设备模型 (Equipment Management)** | 设备损耗品 (Consumables Management) | 设备损耗品寿命管理 (Consumables Lifecycle Management) | 寿命管理 | | 完成 | `/background/v1/device_management/device_consumables/device_consumables_lifetime_management` \| `DeviceConsumablesLifetimeManagementController` | `@/views/device_management/device_consumables/device_consumables_lifetime_management` |
|
||||
| **设备模型 (Equipment Management)** | 设备损耗品 (Consumables Management) | 设备损耗品更换日志 (Replacement Logs) | 更换记录查询 | | 完成 | `/background/v1/device_management/device_consumables/device_consumables_replace_log` \| `DeviceConsumablesReplaceLogController` | `@/views/device_management/device_consumables/device_consumables_replace_log` |
|
||||
| **设备模型 (Equipment Management)** | 设备故障 (Fault Management) | 设备故障项目 (Fault Items) | 故障项目管理 | | 完成 | `/background/v1/device_management/device_fault/device_fault_items` \| `DeviceFaultItemsController` | `@/views/device_management/device_fault/device_fault_items` |
|
||||
| 计划与生产 (Planning & Production) | 生产批次管理 (Batch Management) | 批次列表 (Batch List) | 批次管理 | | 进行中 | `/background/v1/planning_production/production_batch_management/batch` \| `BatchController` | `@/views/planning_production/production_batch_management/batch` |
|
||||
| 计划与生产 (Planning & Production) | 生产批次管理 (Batch Management) | 批次托盘 (Batch Tray) | 批次托盘管理 | | 完成 | `/background/v1/planning_production/production_batch_management/batch_tray` \| `BatchTrayController` | `@/views/planning_production/production_batch_management/batch_tray` |
|
||||
| 计划与生产 (Planning & Production) | 生产批次管理 (Batch Management) | 批次托盘 (Tray Tracking) | 托盘跟踪与操作 | | 完成 | `/background/v1/planning_production/production_batch_management/batch_monitor` \| `BatchManageController` | `@/views/planning_production/production_batch_management/batch_monitor` |
|
||||
| 计划与生产 (Planning & Production) | 生产批次管理 (Batch Management) | 生产批次不良报表 (Batch Defect Report) | 不良报表 | | 完成 | `/background/v1/planning_production/production_batch_management/report` \| `BatchInfoController` | `@/views/planning_production/production_batch_management/bad` |
|
||||
| 计划与生产 (Planning & Production) | 预警中心 (Alert Center) | 预警中心 (Alert Center) | 预警中心 | | 进行中 | — | — |
|
||||
| 计划与生产 (Planning & Production) | 生产监控 (Production Monitoring) | 物料监控 (Material Monitoring) | 物料监控 | | 进行中 | — | — |
|
||||
| 计划与生产 (Planning & Production) | 生产监控 (Production Monitoring) | 电池复投管理 (Rework Management) | 返工管理 | | 完成 | `/background/v1/planning_production/produce/set_battery_rebatch` \| `BatteryRebatchController` | `@/views/planning_production/produce/monitor/set_battery_rebatch` |
|
||||
| 计划与生产 (Planning & Production) | 生产监控 (Production Monitoring) | 托盘管理 (Tray Management) | 托盘管理 | | 完成 | `/background/v1/planning_production/produce/tray_manage` \| `TrayManageController` | `@/views/planning_production/produce/monitor/tray_manage` |
|
||||
| 计划与生产 (Planning & Production) | 生产监控 (Production Monitoring) | 托盘登录 (Tray Registration) | 托盘登记 | | 完成 | `/background/v1/planning_production/produce/tray_login` \| `TrayLoginController` | `@/views/planning_production/produce/monitor/tray_login` |
|
||||
| 计划与生产 (Planning & Production) | 生产监控 (Production Monitoring) | 设备监控 (Equipment Monitoring) | 设备监控 | | 完成 | — | `@/views/planning_production/produce/monitor/device` |
|
||||
| 计划与生产 (Planning & Production) | 生产监控 (Production Monitoring) | 电池工序管理 (Process Execution) | 工序管理 | | 进行中 | `/background/v1/planning_production/produce/change_battery_process` \| `VarifyBattryController` | `@/views/planning_production/produce/monitor/change_battery_process` |
|
||||
| 质量管理 (Quality Management) | 过程控制 (Process Control) | 检验类别管理 (Inspection Type Management) | | | 完成 | `/background/v1/quality_control/first_inspection/first_inspection` \| `FirstInspectionSettingController` | `@/views/quality_control/first_inspection/category` |
|
||||
| 质量管理 (Quality Management) | 过程控制 (Process Control) | 首巡检项目配置 (First Article Inspection Configuration) | | | 完成 | `/background/v1/quality_control/first_inspection/first_inspection` \| `FirstInspectionSettingController` | `@/views/quality_control/first_inspection/setting` |
|
||||
| 质量管理 (Quality Management) | 过程控制 (Process Control) | 首巡检录入 (First Article Inspection Records) | | | 完成 | `/background/v1/quality_control/first_inspection/first_inspection` \| `FirstInspectionInputController` | `@/views/quality_control/first_inspection/input` |
|
||||
| 质量管理 (Quality Management) | 过程控制 (Process Control) | 首巡检报表 (First Article Inspection Reports) | | | 完成 | `/background/v1/quality_control/first_inspection/first_inspection` \| `FirstInspectionInputController` | `@/views/quality_control/first_inspection/report` |
|
||||
| 质量管理 (Quality Management) | 检验控制 (Inspection Management) | 检验单管理 (Inspection Orders) | | | 进行中 | — | — |
|
||||
| 质量管理 (Quality Management) | 检验控制 (Inspection Management) | 检验标准 (Inspection Standards) | | | 进行中 | — | — |
|
||||
| 质量管理 (Quality Management) | 检验控制 (Inspection Management) | 接收质量限 (AQL Standards) | | | 进行中 | — | — |
|
||||
| 质量管理 (Quality Management) | 检验控制 (Inspection Management) | 检测方案维护 (Inspection Plans) | | | 进行中 | — | — |
|
||||
| 质量管理 (Quality Management) | 检验控制 (Inspection Management) | 检验项目 (Inspection Items) | | | 进行中 | — | — |
|
||||
| 质量管理 (Quality Management) | 检验控制 (Inspection Management) | 抽样方案配置 (Sampling Plans) | | | 进行中 | — | — |
|
||||
| 质量管理 (Quality Management) | SPC统计过程控制 (SPC Control) | SPC渲染条件配置 (SPC Configuration) | | | 进行中 | `/background/v1/spc/manager` \| `ManagerController` | `@/views/spc/manage` |
|
||||
| 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | XBar-R (XBar-R Chart) | | | 进行中 | — | `@/views/spc/spc_chart/xbar-r` |
|
||||
| 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | XBar-S (XBar-S Chart) | | | 进行中 | — | `@/views/spc/spc_chart/xbar-s` |
|
||||
| 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | I-MR (I-MR Chart) | | | 进行中 | — | `@/views/spc/spc_chart/i-mr` |
|
||||
| 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | Levey-Jennings (Levey-Jennings Chart) | | | 进行中 | — | `@/views/spc/spc_chart/levey-jennings` |
|
||||
| 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | EWMA (EWMA Chart) | | | 进行中 | — | `@/views/spc/spc_chart/ewma` |
|
||||
| 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | CUSUM (CUSUM Chart) | | | 进行中 | — | `@/views/spc/spc_chart/cusum` |
|
||||
| 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | MA (Moving Average Chart) | | | 进行中 | — | `@/views/spc/spc_chart/ma` |
|
||||
| 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | MAMR (Moving Average MR Chart) | | | 进行中 | — | `@/views/spc/spc_chart/mamr` |
|
||||
| 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | MAMS (Moving Average S Chart) | | | 进行中 | — | `@/views/spc/spc_chart/mams` |
|
||||
| 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | CPK (Process Capability Index) | | | 进行中 | — | `@/views/spc/spc_chart/Cpk` |
|
||||
| 质量管理 (Quality Management) | SPC计数型报表 (SPC Attribute Charts) | DPMO (DPMO) | | | 进行中 | — | `@/views/spc/spc_chart/dpmo` |
|
||||
| 质量管理 (Quality Management) | SPC计数型报表 (SPC Attribute Charts) | PChart (P Chart) | | | 进行中 | — | `@/views/spc/spc_chart/p-chart` |
|
||||
| 质量管理 (Quality Management) | SPC计数型报表 (SPC Attribute Charts) | NPChart (NP Chart) | | | 进行中 | — | `@/views/spc/spc_chart/np-chart` |
|
||||
| 质量管理 (Quality Management) | SPC计数型报表 (SPC Attribute Charts) | CChart (C Chart) | | | 进行中 | — | `@/views/spc/spc_chart/c-chart` |
|
||||
| 质量管理 (Quality Management) | SPC计数型报表 (SPC Attribute Charts) | UChart (U Chart) | | | 进行中 | — | `@/views/spc/spc_chart/u-chart` |
|
||||
| 数据中台 (Data Platform) | 基础追溯 (Traceability) | 反向追溯 (Backward Traceability) | | | 进行中 | `/background/v1/data_middleground/basic_traceability/reverse_direction_traceability` \| `ReverseDirectionTraceabilityController` | `@/views/data_middleground/basic_traceability/reverse_direction_traceability` |
|
||||
| 数据中台 (Data Platform) | 基础追溯 (Traceability) | 正向追溯 (Forward Traceability) | | | 进行中 | `/background/v1/data_middleground/basic_traceability/positive_direction_traceability` \| `PositiveDirectionTraceabilityController` | `@/views/data_middleground/basic_traceability/positive_direction_traceability` |
|
||||
| 数据中台 (Data Platform) | 基础追溯 (Traceability) | 电池曲线 (Battery Curve) | | | 进行中 | `/background/v1/planning_production/produce/traceability` \| `BatteryTraceabilityController` | `@/views/planning_production/produce/traceability/curve` |
|
||||
| 数据中台 (Data Platform) | 基础追溯 (Traceability) | 托盘追溯 (Tray Traceability) | | | 进行中 | `/background/v1/planning_production/produce/traceability` \| `BatteryTraceabilityController` | `@/views/planning_production/produce/traceability/tray` |
|
||||
| 数据中台 (Data Platform) | 基础追溯 (Traceability) | 电池追溯 (Battery Traceability) | | | 进行中 | `/background/v1/planning_production/produce/traceability` \| `BatteryTraceabilityController` | `@/views/planning_production/produce/traceability/battery` |
|
||||
| 数据中台 (Data Platform) | 生产报表 (Production Reports) | 设备履历报表 (Equipment History Report) | | | 进行中 | — | — |
|
||||
| 数据中台 (Data Platform) | 生产报表 (Production Reports) | 电池详情报表 (Battery Detail Report) | | | 进行中 | `/background/v1/planning_production/produce/battery_details_report` \| `ReportBatteryInfoController` | `@/views/planning_production/produce/report/battery` |
|
||||
| 数据中台 (Data Platform) | 相关性分析 (Correlation Analysis) | 鹰眼 (Hawkeye) | | | 进行中 | — | — |
|
||||
Reference in New Issue
Block a user