Files
BIPMaterialManager/docs/releases/1.9.0.md
2026-04-04 18:11:24 +08:00

19 lines
931 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 1.9.0
## 核心功能
- **物料清理日志大幅增强** CleanerService 新增 400+ 行详细日志,问题排查更精准。
- **全链路耗时追踪**:导航、查询、订单处理、重试各阶段均记录耗时,慢操作自动标记。
- **重试机制可视化**:每次重试尝试的详细步骤、成功率、平均耗时完整记录。
## 改进
- **导航过程透明化**5 个导航步骤逐一记录,帧加载状态、错误上下文完整捕获。
- **物料决策可追溯**:每个物料的删除/跳过决定均记录详细原因(行号保护、待发数量等)。
- **批次处理性能监控**:批次开始/结束统计、订单处理效率一目了然。
## 开发者工具
- **统一日志格式**:所有日志采用 `[阶段] 操作描述` 格式,支持按标签快速过滤。
- **错误诊断增强**:关键错误自动捕获页面快照和浏览器上下文信息。