wanshenmean
8 天以前 b044183d3f3eae7150371318a017160fcd67c715
Code/WMS/docs/superpowers/specs/2026-03-30-dashboard-chart-design.md
@@ -167,8 +167,8 @@
**统计数据逻辑:**
- 按 `InsertTime` 的日期/周/月分组统计任务数量
- 入库判断:`TaskType >= 500 && TaskType < 700`
- 出库判断:`TaskType >= 100 && TaskType < 300`
- 入库判断:`TaskType >= 500 && TaskType < 600`
- 出库判断:`TaskType >= 100 && TaskType < 200`
- 库龄 = 当前时间 - `CreateDate`
### 4.2 前端实现