kkfluous
629451c13d
feat: add inventory statistics section, adapt to latest prototype
...
- Add GET /api/vehicles/inventory-stats endpoint that groups inventory vehicles by macro-region, city, brand, type, model, and batch
- Add RegionalInventoryStats type and fetchInventoryStats API function
- Add full inventory statistics section with region/model tabs, filters, desktop table, and mobile views
- Add modal filters (plate number, model, brand, location search) to vehicle detail modal
- Update modal header to support title field for contextual naming
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-28 16:24:39 +08:00
kkfluous
d6ac1044fe
fix: replace modal with prototype version, extend /list API fields
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-28 15:28:12 +08:00
kkfluous
752208da02
fix: replace 3 operations sections with exact prototype code
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-28 15:09:19 +08:00
kkfluous
df1ab64c97
fix: match prototype UI 1:1 for dept/region/customer sections
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-27 19:36:41 +08:00
kkfluous
f051e3f5aa
feat: add customer operations statistics section
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-27 18:27:40 +08:00
kkfluous
17f2222e52
feat: add region operations statistics section
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-27 18:24:54 +08:00
kkfluous
4cac404f49
feat: add department operations statistics section
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-27 18:22:00 +08:00
kkfluous
b4fdbd14a7
feat: add state, data loading, and helpers for 3 new modules
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-27 18:18:20 +08:00
kkfluous
01a64431dc
feat: add frontend types and API client for dept/region/customer stats
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-27 18:15:07 +08:00
kkfluous
73d5afde5c
feat: add dept/region/customer stats APIs and extend /list filters
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-27 18:13:44 +08:00
kkfluous
9a7382101b
feat: 库存弹窗展示车牌号及省市信息
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-27 15:39:10 +08:00
kkfluous
e4ffd027be
fix: 库存总数包含异动车辆,总计行改为累加计算
...
ci/woodpecker/push/woodpecker Pipeline was successful
- getStats 的 inventory 统计包含 Inventory + Abnormal
- 总计行所有列改为从各车型数据累加,不再使用 SUMMARY
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 15:11:12 +08:00
kkfluous
d3c85a62e6
fix: 移动端文字截断问题
...
ci/woodpecker/push/woodpecker Pipeline was successful
- KPI卡片添加 whitespace-nowrap 防止文字折行截断
- 小屏隐藏图标省空间
- 运营/库存明细换行展示(自营/租赁、库存/异动)
- 地区缩写改为完整名称(江浙沪/广东/北京/新疆/其他)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 15:06:51 +08:00
kkfluous
363399faed
fix: 修正总库存计算,区分在库/待交车/异动状态
...
ci/woodpecker/push/woodpecker Pipeline was successful
- 总库存 = 在库 + 异动(不含待交车)
- 待交车独立展示
- 库 = 纯在库数量
- 异 = 异动数量
- 验证: 运营 + 库存 + 待交 = 总资产
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 15:03:44 +08:00
kkfluous
f7bbe27b1e
fix: 交车/还车/替换/待交车为0时不显示数字
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 15:00:09 +08:00
kkfluous
40f05ecf00
feat: 资产数据实时汇总添加总计行
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 14:58:01 +08:00
kkfluous
0b2e2f23b5
fix: 修复bigint精度丢失导致交还替换数据膨胀
...
ci/woodpecker/push/woodpecker Pipeline was successful
truck ID 为 MySQL bigint,JavaScript Number 精度不够导致
不同 ID 被截断为相同值造成误匹配。改用 CAST AS CHAR +
字符串 Set 比较。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 14:50:22 +08:00
kkfluous
23fa3e1531
feat: 资产汇总表按品牌型号展示交车/还车/替换/待交车数据
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 14:47:06 +08:00
kkfluous
2d2c684d8a
fix: 简化周统计SQL去掉子查询,添加debug接口
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 14:42:34 +08:00
kkfluous
3b2410b0ee
fix: compose 环境变量改用 map 格式,防止特殊字符截断
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 14:29:26 +08:00
kkfluous
b82a59ab8f
fix: 改用 host 网络模式解决数据库连接超时
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 14:26:05 +08:00
kkfluous
d4582d4c97
feat: 添加 docker-compose 部署文件
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 14:09:15 +08:00
kkfluous
0cc5024132
feat: 羚牛 BI 报表服务初始版本
...
ci/woodpecker/manual/woodpecker Pipeline was successful
- Hono + TypeScript 后端,连接 MySQL 数据库
- React + Vite + Tailwind 前端
- 车辆资产实时汇总(按车型/品牌型号分组)
- 本周交车/还车/替换统计(关联业务单据)
- 车牌号详情弹窗
- Dockerfile + Woodpecker CI 流水线
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 14:02:49 +08:00