Files
BIPMaterialManager/docs/releases/1.12.0.md
Misaka_Company 1a48dca57c docs: add release notes for version 1.12.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-14 10:50:05 +08:00

20 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.12.0
## 清理操作历史
- 新增操作历史面板,每次清理的执行记录、订单结果、物料明细均可回溯查看。
- 历史记录按批次归档,支持管理员查看所有用户记录、普通用户查看自己的记录。
- 批次支持展开查看多层详情:执行概况、订单状态、物料操作明细。
## 订单追踪
- 所有输入的订单(含总排号)均会记录在历史中,不再遗漏未找到或未匹配的订单。
- 总排号与订单号并列显示,未匹配的总排号标注为"未找到"ERP 中不存在的订单标注为"ERP 不存在"。
- 内层重试和外层崩溃重试信息在订单详情中完整展示。
## 改进
- 数据库时间统一使用 UTC 存储,界面显示本地时间。
- 试运行模式下跳过物料级别的数据库写入,避免产生无效记录。
- 操作历史面板加宽至 140%,改善订单表格的阅读体验。