docs: 更新系统功能清单文档,补充路由与前端路径信息

本次更新对系统功能清单表格进行了优化:调整了表头列,移除了冗余的文档情况备注列,为每个模块补充了对应的后台路由和前端代码路径,同时修正了部分模块命名不规范的问题,统一了中英文模块名称格式。
This commit is contained in:
sheng
2026-05-12 11:47:21 +08:00
parent 1fc6406619
commit d843ce36c0

View File

@@ -1,86 +1,86 @@
# 系统功能清单 # 系统功能清单
| 一级模块 | 二级模块 | 三级模块 | 功能说明 | 备注 | 文档完成情况 | 文档情况备注 | 文档位置 | 后台路由代码 | 前端代码 | | 一级模块 | 二级模块 | 三级模块 | 功能说明 | 备注 | 文档完成情况 | 后台路由代码 | 前端代码 |
|:---|:---|:---|:---|:---|:---|:---|:---|:---|:---| |:---|:---|:---|:---|:---|:---|:---|:---|
| **系统设置(System Settings)** | 用户管理(User Management) | 角色(Role) | 设置用户组别并且分配权限(增删改查用户组,以及实现权限分配功能) | | 完成 | | | | | | **系统设置 (System Administration)** | 用户管理 (User Management) | 角色 (Role) | 设置用户组分配权限(增删改查用户组,实现权限分配功能) | | 完成 | `/background/v1/system_settings/user_management/role` \| `RoleController` | `@/views/system_settings/user_management/role` |
| **系统设置(System Settings)** | 用户管理(User Management) | 用户(User) | 管理人员账号并绑定对应的用户组 | | 完成 | | | | | | **系统设置 (System Administration)** | 用户管理 (User Management) | 用户 (User) | 管理用户账号并绑定对应角色 | | 完成 | `/background/v1/system_settings/user_management/user` \| `UserController` | `@/views/system_settings/user_management/user` |
| **系统设置(System Settings)** | 菜单管理(Menu Configuration) | 菜单配置(Menu) | 系统菜单配置 | | 完成 | | | | | | **系统设置 (System Administration)** | 菜单管理 (Menu Management) | 菜单配置 (Menu Configuration) | 系统菜单配置 | | 完成 | `/background/v1/system_settings/menu_configuration/menu` \| `MenuController` | `@/views/system_settings/menu_configuration/menu` |
| **系统设置(System Settings)** | 系统助手(System Assistant) | 操作日志(Operation Log) | 系统操作日志 | | 完成 | | | | | | **系统设置 (System Administration)** | 系统助手 (System Utilities) | 操作日志 (Operation Logs) | 系统操作日志 | | 完成 | `/background/v1/system_settings/system_assistant/operate_log` \| `OperateLogController` | `@/views/system_settings/system_assistant/operate_log` |
| **系统设置(System Settings)** | 系统助手(System Assistant) | 接口日志(Interface Log) | 与设备对接流程交互日志(可根据 IP 和接口名称等条件查询) | | 完成 | | | | | | **系统设置 (System Administration)** | 系统助手 (System Utilities) | 接口日志 (API Logs) | 与设备对接流程交互日志(支持按 IP 和接口名称查询) | | 完成 | `/background/v1/system_settings/system_assistant/interface_log` \| `InterfaceLogController` | `@/views/system_settings/system_assistant/interface_log` |
| **系统设置(System Settings)** | 系统监控(System Monitoring) | 监控设置(Monitoring Setting) | 系统监控置 | | 完成 | | | | | | **系统设置 (System Administration)** | 系统监控 (System Monitoring) | 监控设置 (Monitoring Configuration) | 系统监控置 | | 完成 | `/background/v1/system_settings/system_monitor/setting` \| `MonitoringSettingController` | `@/views/system_settings/system_monitoring/setting` |
| **生产配置(production_configuration)** | 所级模型(Factory Model) | 产线设置(Factory Line) | 管理产线(包括产线的增删改查) | | 完成 | | | | | | **生产配置 (Production Master Data)** | 工厂模型 (Factory Model) | 产线设置 (Production Line) | 管理产线(支持增删改查) | | 完成 | `/background/v1/production_configuration/factory_model/factory_line` \| `FactoryLineController` | `@/views/production_configuration/factory_model/factory_line` |
| **生产配置(production_configuration)** | 所级模型(Factory Model) | 所区设置(Factory Area) | 管理工厂(包括工厂的增删改查) | | 完成 | | | | | | **生产配置 (Production Master Data)** | 工厂模型 (Factory Model) | 工厂区域 (Factory Area) | 管理工厂区域(支持增删改查) | | 完成 | `/background/v1/production_configuration/factory_model/factory_area` \| `FactoryAreaController` | `@/views/production_configuration/factory_model/factory_area` |
| **生产配置(production_configuration)** | 所级模型(Factory Model) | 生产车间(Workshop) | 管理生产车间(包括车间的增删改查) | | 完成 | | | | | | **生产配置 (Production Master Data)** | 工厂模型 (Factory Model) | 生产车间 (Workshop) | 管理生产车间(支持增删改查) | | 完成 | `/background/v1/scada_manage/workshop/config` \| `WorkshopConfigController` | — |
| **生产配置(production_configuration)** | 工艺模型(Technology Model) | 工艺流程类别(Technology Flow Category) | 工艺流程类别的增删改查功能 | | 完成 | | | | | | **生产配置 (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_configuration)** | 工艺模型(Technology Model) | 工序单元(Technology Process) | 配置管理工序单元(节点),实现增删改查,对工序单元的结果参数采集预设和工艺参数预设 | | 完成 | | | | | | **生产配置 (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_configuration)** | 工艺模型(Technology Model) | 工艺流程(Technology Flow) | 设置电池生产工艺流程,实现工序卡的增删改查和流程卡的设定 | | 完成 | | | | | | **生产配置 (Production Master Data)** | 工艺模型 (Process Model) | 工艺流程 (Process Routing) | 设置生产工艺流程并管理流程卡 | | 完成 | `/background/v1/production_configuration/technology_model/technology_flow` \| `TechnologyFlowController` | `@/views/production_configuration/technology_model/technology_flow` |
| **生产配置(production_configuration)** | 产品管理(Product Management) | 产品列表(Product Battery) | 产品管理页面实现产品的增删改查 | | 完成 | | | | | | **生产配置 (Production Master Data)** | 产品管理 (Product Management) | 产品列表 (Product List) | 产品管理增删改查 | | 完成 | `/background/v1/production_configuration/product_model/battery_model` \| `ProductBatteryController` | `@/views/production_configuration/product_model/battery_model` |
| **生产配置(production_configuration)** | 产品管理(Product Management) | 异常不良管理(Product NG Info) | 设备不良信息以及产品 NG 信息的编码与描述管理,实现批量导入以及增删改查 | | 完成 | | | | | | **生产配置 (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_configuration)** | 物料模型(Material Model) | 物料类别列表(Material Category) | 区分原材料和半成品(固定编码) | | 完成 | | | | | | **生产配置 (Production Master Data)** | 物料模型 (Material Model) | 物料类别列表 (Material Category) | 区分原材料和半成品 | | 完成 | `/background/v1/production_configuration/matetial_model/matetial_category` \| `MatetialManagementCategoryController` | `@/views/production_configuration/matetial_model/matetial_category` |
| **生产配置(production_configuration)** | 物料模型(Material Model) | 物料信息管理(Material Management) | 维护物料编码、名称、类别、单位、规格型号、BOM信息等生产属性 | | 完成 | | | | | | **生产配置 (Production Master Data)** | 物料模型 (Material Model) | 物料信息管理 (Material Master) | 维护物料编码、名称、规格等属性 | | 完成 | `/background/v1/production_configuration/matetial_model/matetial_management` \| `MatetialManagementController` | `@/views/production_configuration/matetial_model/matetial_management` |
| **生产配置(production_configuration)** | 物料模型(Material Model) | BOM物料清单(BOM) | 产品 BOM 管理 | | 完成 | | | | | | **生产配置 (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_configuration)** | 物料模型(Material Model) | 计量单位(Unit) | 配置和管理计量单位,并且能够增删改查 | | 完成 | | | | | | **生产配置 (Production Master Data)** | 物料模型 (Material Model) | 计量单位 (Unit of Measure) | 计量单位配置与管理 | | 完成 | `/background/v1/production_configuration/matetial_model/unit` \| `UnitController` | `@/views/production_configuration/matetial_model/unit` |
| **生产配置(production_configuration)** | SPC采集模型(SPC Configuration) | SPC采集配置(SCADA Node Binding) | 配置结果参数采集参数 | | 进行中 | | | | | | **生产配置 (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_configuration)** | 班组模型(Organization) | 班组管理(Production Team) | 管理生产班组(包括班组的增删改查) | | 完成 | | | | | | **生产配置 (Production Master Data)** | 班组模型 (Team Model) | 班组管理 (Team Management) | 管理生产班组 | | 完成 | `/background/v1/system_settings/organization/production_team_manage` \| `ProductionTeamManageController` | `@/views/system_settings/organization/production_team_manage` |
| **生产配置(production_configuration)** | 班组模型(Organization) | 班次管理(Production Shift) | 管理生产班次(包括班次的增删改查) | | 完成 | | | | | | **生产配置 (Production Master Data)** | 班组模型 (Team Model) | 班次管理 (Shift Management) | 管理生产班次 | | 完成 | `/background/v1/system_settings/organization/production_shift_management` \| `ProductionShiftManagementController` | `@/views/system_settings/organization/production_shift_management` |
| **生产配置(production_configuration)** | 班组模型(Organization) | 生产成员管理(Production Members) | 管理生产成员(包括成员的增删改查) | | 完成 | | | | | | **生产配置 (Production Master Data)** | 班组模型 (Team Model) | 排班日历 (Scheduling Calendar) | 管理生产成员 | | 完成 | `/background/v1/system_settings/organization/production_members_manage` \| `ProductionMembersManageController` | — |
| **设备模型(device_management)** | 设备类别(Device Category) | 设备类别(Device Category) | 管理设备种类并且实现设备种类的增删改查 | | 完成 | | | | | | **设备模型 (Equipment Management)** | 设备类别 (Equipment Category) | 设备类别 (Equipment Category) | 管理设备类别 | | 完成 | `/background/v1/production_configuration/device_model/device_category` \| `DeviceCategoryController` | `@/views/production_configuration/device_model/device_category` |
| **设备模型(device_management)** | 设备信息(Device Management) | 设备信息(Device Management) | 管理每个设备信息并且实现设备的增删改查 | | 完成 | | | | | | **设备模型 (Equipment Management)** | 设备信息 (Equipment Management) | 设备信息 (Equipment Registry) | 管理设备信息 | | 完成 | `/background/v1/production_configuration/device_model/device_management` \| `DeviceManagementController` | `@/views/production_configuration/device_model/device_management` |
| **设备模型(device_management)** | 设备点检(Device Check) | 设备点检项目(Device Check Items) | 设备点检项目的增删改查 | | 完成 | | | | | | **设备模型 (Equipment Management)** | 设备点检 (Inspection Management) | 设备点检项目 (Inspection Items) | 点检项目管理 | | 完成 | `/background/v1/device_management/device_check/device_check_items` \| `DeviceCheckItemsController` | `@/views/device_management/device_check/device_check_items` |
| **设备模型(device_management)** | 设备点检(Device Check) | 设备点检记录(Device Check Record) | 设备点检记录的增删改查 | | 完成 | | | | | | **设备模型 (Equipment Management)** | 设备点检 (Inspection Management) | 设备点检记录 (Inspection Records) | 点检记录管理 | | 完成 | `/background/v1/device_management/device_check/device_check_record` \| `DeviceCheckRecordController` | `@/views/device_management/device_check/device_check_record` |
| **设备模型(device_management)** | 设备点检(Device Check) | 设备点检日志(Device Check Items Log) | 设备点检日志查询 | | 完成 | | | | | | **设备模型 (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` |
| **设备模型(device_management)** | 设备保养(Device Maintain) | 设备保养项目(Device Maintain Items) | 设备保养项目的增删改查 | | 完成 | | | | | | **设备模型 (Equipment Management)** | 设备保养 (Maintenance Management) | 设备保养项目 (Maintenance Items) | 保养项目管理 | | 完成 | `/background/v1/device_management/device_maintain/device_maintain_items` \| `DeviceMaintainItemsController` | `@/views/device_management/device_maintain/device_maintain_items` |
| **设备模型(device_management)** | 设备保养(Device Maintain) | 设备保养详情(Device Maintain Items Details) | 设备保养详情的增删改查 | | 完成 | | | | | | **设备模型 (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` |
| **设备模型(device_management)** | 设备保养(Device Maintain) | 设备保养日志(Device Maintain Items Log) | 设备保养日志查询 | | 完成 | | | | | | **设备模型 (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` |
| **设备模型(device_management)** | 设备维修(Device Repair) | 设备维修管理(Device Repair Management) | 设备维修管理的增删改查 | | 完成 | | | | | | **设备模型 (Equipment Management)** | 设备维修 (Repair Management) | 设备维修管理 (Repair Management) | 维修管理 | | 完成 | `/background/v1/device_management/device_repair/device_repair_management` \| `DeviceRepairManagementController` | `@/views/device_management/device_repair/device_repair_management` |
| **设备模型(device_management)** | 设备维修(Device Repair) | 设备维修日志(Device Repair Log) | 设备维修日志查询 | | 完成 | | | | | | **设备模型 (Equipment Management)** | 设备维修 (Repair Management) | 设备维修日志 (Repair Logs) | 维修日志查询 | | 完成 | `/background/v1/device_management/device_repair/device_repair_log` \| `DeviceRepairLogController` | `@/views/device_management/device_repair/device_repair_log` |
| **设备模型(device_management)** | 设备损耗品(Device Consumables) | 设备损耗品类别(Device Consumables Category) | 设备损耗品类别的增删改查 | | 完成 | | | | | | **设备模型 (Equipment Management)** | 设备损耗品 (Consumables Management) | 设备损耗品类别 (Consumables Category) | 损耗品分类管理 | | 完成 | `/background/v1/device_management/device_consumables/device_consumables_category` \| `DeviceConsumablesCategoryController` | `@/views/device_management/device_consumables/device_consumables_category` |
| **设备模型(device_management)** | 设备损耗品(Device Consumables) | 设备损耗品项目(Device Consumables Items) | 设备损耗品项目的增删改查 | | 完成 | | | | | | **设备模型 (Equipment Management)** | 设备损耗品 (Consumables Management) | 设备损耗品项目 (Consumables Items) | 损耗品项目管理 | | 完成 | `/background/v1/device_management/device_consumables/device_consumables_items` \| `DeviceConsumablesItemsController` | `@/views/device_management/device_consumables/device_consumables_items` |
| **设备模型(device_management)** | 设备损耗品(Device Consumables) | 设备损耗品寿命管理(Device Consumables Lifetime Management) | 设备损耗品寿命管理的增删改查 | | 完成 | | | | | | **设备模型 (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` |
| **设备模型(device_management)** | 设备损耗品(Device Consumables) | 设备损耗品更换日志(Device Consumables Replace Log) | 设备损耗品更换日志的查询 | | 完成 | | | | | | **设备模型 (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` |
| **设备模型(device_management)** | 设备故障(Device Fault) | 设备故障项目(Device Fault Items) | 设备故障项目的增删改查 | | 完成 | | | | | | **设备模型 (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) | 生产批次管理(Production batch management) | 批次列表(batch management) | 生产批次的增删改查 | | 进行中 | | | | | | 计划与生产 (Planning & Production) | 生产批次管理 (Batch Management) | 批次列表 (Batch List) | 批次管理 | | 进行中 | `/background/v1/planning_production/production_batch_management/batch` \| `BatchController` | `@/views/planning_production/production_batch_management/batch` |
| 计划与生产(Planning production) | 生产批次管理(Production batch management) | 批次托盘(batch management) | 批次托盘的增删改查 | | 完成 | | | | | | 计划与生产 (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) | 生产批次管理(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) | 生产批次管理(Production batch management) | 生产批次不良报表(batch_def report) | 生产批次不良报表的增删改查 | | 完成 | | | | | | 计划与生产 (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) | 预警中心(Warning Center) | 预警中心(Warning Center) | 预警中心 | | 进行中 | | | | | | 计划与生产 (Planning & Production) | 预警中心 (Alert Center) | 预警中心 (Alert Center) | 预警中心 | | 进行中 | | |
| 计划与生产(Planning production) | 生产监控(Production Monitoring) | 物料监控(Production Monitoring) | 物料监控 | | 进行中 | | | | | | 计划与生产 (Planning & Production) | 生产监控 (Production Monitoring) | 物料监控 (Material Monitoring) | 物料监控 | | 进行中 | | |
| 计划与生产(Planning production) | 生产监控(Production Monitoring) | 电池复投管理(reject management) | 电池复投管理的增删改查 | | 完成 | | | | | | 计划与生产 (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) | 托盘调整工序、停止托盘、查询托盘状态、查询托盘绑定的电池 | | 完成 | | | | | | 计划与生产 (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 login) | 托盘登录、查询托盘状态 | | 完成 | | | | | | 计划与生产 (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) | 设备监控(device monitoring) | 设备状态监控 | | 完成 | | | | | | 计划与生产 (Planning & Production) | 生产监控 (Production Monitoring) | 设备监控 (Equipment Monitoring) | 设备监控 | | 完成 | | `@/views/planning_production/produce/monitor/device` |
| 计划与生产(Planning production) | 生产监控(Production Monitoring) | 电池工序管理(technology process management) | 电池工序管理的增删改查 | | 进行中 | | | | | | 计划与生产 (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) | 过程控制 | 检验类别管理 | | | 完成 | | | | | | 质量管理 (Quality Management) | 过程控制 (Process Control) | 检验类别管理 (Inspection Type Management) | | | 完成 | `/background/v1/quality_control/first_inspection/first_inspection` \| `FirstInspectionSettingController` | `@/views/quality_control/first_inspection/category` |
| 质量管理(Quality Management) | 过程控制 | 首巡检项目配置(Product Quality Record) | | | 完成 | | | | | | 质量管理 (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) | 过程控制 | 首巡检录入(Product Quality Record) | | | 完成 | | | | | | 质量管理 (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) | 过程控制 | 首巡检报表(Product Quality Record) | | | 完成 | | | | | | 质量管理 (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) | 检验控制 | 检验单管理 | | | 进行中 | | | | | | 质量管理 (Quality Management) | 检验控制 (Inspection Management) | 检验单管理 (Inspection Orders) | | | 进行中 | | |
| 质量管理(Quality Management) | 检验控制 | 检验标准 | | | 进行中 | | | | | | 质量管理 (Quality Management) | 检验控制 (Inspection Management) | 检验标准 (Inspection Standards) | | | 进行中 | | |
| 质量管理(Quality Management) | 检验控制 | 接收质量限 | | | 进行中 | | | | | | 质量管理 (Quality Management) | 检验控制 (Inspection Management) | 接收质量限 (AQL Standards) | | | 进行中 | | |
| 质量管理(Quality Management) | 检验控制 | 检测方案维护 | | | 进行中 | | | | | | 质量管理 (Quality Management) | 检验控制 (Inspection Management) | 检测方案维护 (Inspection Plans) | | | 进行中 | | |
| 质量管理(Quality Management) | 检验控制 | 检验项目 | | | 进行中 | | | | | | 质量管理 (Quality Management) | 检验控制 (Inspection Management) | 检验项目 (Inspection Items) | | | 进行中 | | |
| 质量管理(Quality Management) | 检验控制 | 抽样方案配置 | | | 进行中 | | | | | | 质量管理 (Quality Management) | 检验控制 (Inspection Management) | 抽样方案配置 (Sampling Plans) | | | 进行中 | | |
| 质量管理(Quality Management) | SPC统计过程控制 | SPC渲染条件配置 | | | 进行中 | | | | | | 质量管理 (Quality Management) | SPC统计过程控制 (SPC Control) | SPC渲染条件配置 (SPC Configuration) | | | 进行中 | `/background/v1/spc/manager` \| `ManagerController` | `@/views/spc/manage` |
| 质量管理(Quality Management) | SPC计量型报表 | XBar-R | | | 进行中 | | | | | | 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | XBar-R (XBar-R Chart) | | | 进行中 | | `@/views/spc/spc_chart/xbar-r` |
| 质量管理(Quality Management) | SPC计量型报表 | XBar-S | | | 进行中 | | | | | | 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | XBar-S (XBar-S Chart) | | | 进行中 | | `@/views/spc/spc_chart/xbar-s` |
| 质量管理(Quality Management) | SPC计量型报表 | I-MR | | | 进行中 | | | | | | 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | I-MR (I-MR Chart) | | | 进行中 | | `@/views/spc/spc_chart/i-mr` |
| 质量管理(Quality Management) | SPC计量型报表 | Levey-Jennings | | | 进行中 | | | | | | 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | Levey-Jennings (Levey-Jennings Chart) | | | 进行中 | | `@/views/spc/spc_chart/levey-jennings` |
| 质量管理(Quality Management) | SPC计量型报表 | EWMA | | | 进行中 | | | | | | 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | EWMA (EWMA Chart) | | | 进行中 | | `@/views/spc/spc_chart/ewma` |
| 质量管理(Quality Management) | SPC计量型报表 | CUSUM | | | 进行中 | | | | | | 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | CUSUM (CUSUM Chart) | | | 进行中 | | `@/views/spc/spc_chart/cusum` |
| 质量管理(Quality Management) | SPC计量型报表 | MA | | | 进行中 | | | | | | 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | MA (Moving Average Chart) | | | 进行中 | | `@/views/spc/spc_chart/ma` |
| 质量管理(Quality Management) | SPC计量型报表 | MAMR | | | 进行中 | | | | | | 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | MAMR (Moving Average MR Chart) | | | 进行中 | | `@/views/spc/spc_chart/mamr` |
| 质量管理(Quality Management) | SPC计量型报表 | MAMS | | | 进行中 | | | | | | 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | MAMS (Moving Average S Chart) | | | 进行中 | | `@/views/spc/spc_chart/mams` |
| 质量管理(Quality Management) | SPC计量型报表 | CPK | | | 进行中 | | | | | | 质量管理 (Quality Management) | SPC计量型报表 (SPC Variable Charts) | CPK (Process Capability Index) | | | 进行中 | | `@/views/spc/spc_chart/Cpk` |
| 质量管理(Quality Management) | SPC计数型报表 | DPMO | | | 进行中 | | | | | | 质量管理 (Quality Management) | SPC计数型报表 (SPC Attribute Charts) | DPMO (DPMO) | | | 进行中 | | `@/views/spc/spc_chart/dpmo` |
| 质量管理(Quality Management) | SPC计数型报表 | PChart | | | 进行中 | | | | | | 质量管理 (Quality Management) | SPC计数型报表 (SPC Attribute Charts) | PChart (P Chart) | | | 进行中 | | `@/views/spc/spc_chart/p-chart` |
| 质量管理(Quality Management) | SPC计数型报表 | NPChart | | | 进行中 | | | | | | 质量管理 (Quality Management) | SPC计数型报表 (SPC Attribute Charts) | NPChart (NP Chart) | | | 进行中 | | `@/views/spc/spc_chart/np-chart` |
| 质量管理(Quality Management) | SPC计数型报表 | CChart | | | 进行中 | | | | | | 质量管理 (Quality Management) | SPC计数型报表 (SPC Attribute Charts) | CChart (C Chart) | | | 进行中 | | `@/views/spc/spc_chart/c-chart` |
| 质量管理(Quality Management) | SPC计数型报表 | UChart | | | 进行中 | | | | | | 质量管理 (Quality Management) | SPC计数型报表 (SPC Attribute Charts) | UChart (U Chart) | | | 进行中 | | `@/views/spc/spc_chart/u-chart` |
| 数据中台(Data Middleground) | 基础追溯(Traceability) | 反向追溯(Reverse Traceability) | | | 进行中 | | | | | | 数据中台 (Data Platform) | 基础追溯 (Traceability) | 反向追溯 (Backward Traceability) | | | 进行中 | `/background/v1/data_middleground/basic_traceability/reverse_direction_traceability` \| `ReverseDirectionTraceabilityController` | `@/views/data_middleground/basic_traceability/reverse_direction_traceability` |
| 数据中台(Data Middleground) | 基础追溯(Traceability) | 正向追溯(Forward 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 Middleground) | 基础追溯(Traceability) | 电池曲线(Battery Curve) | | | 进行中 | | | | | | 数据中台 (Data Platform) | 基础追溯 (Traceability) | 电池曲线 (Battery Curve) | | | 进行中 | `/background/v1/planning_production/produce/traceability` \| `BatteryTraceabilityController` | `@/views/planning_production/produce/traceability/curve` |
| 数据中台(Data Middleground) | 基础追溯(Traceability) | 托盘追溯(Tray Traceability) | | | 进行中 | | | | | | 数据中台 (Data Platform) | 基础追溯 (Traceability) | 托盘追溯 (Tray Traceability) | | | 进行中 | `/background/v1/planning_production/produce/traceability` \| `BatteryTraceabilityController` | `@/views/planning_production/produce/traceability/tray` |
| 数据中台(Data Middleground) | 基础追溯(Traceability) | 电池追溯(Battery Traceability) | | | 进行中 | | | | | | 数据中台 (Data Platform) | 基础追溯 (Traceability) | 电池追溯 (Battery Traceability) | | | 进行中 | `/background/v1/planning_production/produce/traceability` \| `BatteryTraceabilityController` | `@/views/planning_production/produce/traceability/battery` |
| 数据中台(Data Middleground) | 生产报表(Production Report) | 设备履历报表(Equipment History Report) | | | 进行中 | | | | | | 数据中台 (Data Platform) | 生产报表 (Production Reports) | 设备履历报表 (Equipment History Report) | | | 进行中 | | |
| 数据中台(Data Middleground) | 生产报表(Production Report) | 电池详情报表(Battery Details Report) | | | 进行中 | | | | | | 数据中台 (Data Platform) | 生产报表 (Production Reports) | 电池详情报表 (Battery Detail Report) | | | 进行中 | `/background/v1/planning_production/produce/battery_details_report` \| `ReportBatteryInfoController` | `@/views/planning_production/produce/report/battery` |
| 数据中台(Data Middleground) | 相关性分析(Correlation Analysis) | 鹰眼(Hawkeye) | | | 进行中 | | | | | | 数据中台 (Data Platform) | 相关性分析 (Correlation Analysis) | 鹰眼 (Hawkeye) | | | 进行中 | | |