# 系统功能清单 | 一级模块 | 二级模块 | 三级模块 | 功能说明 | 备注 | 文档完成情况 | 后台路由代码 | 前端代码 | |:---|:---|:---|:---|:---|:---|:---|:---| | **系统设置 (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) | | | 进行中 | — | — |