Commit Graph

3 Commits

Author SHA1 Message Date
Ling f13d646f7d feat: add match material functionality to BOM server and UI
- Implemented MatchMaterialHandler to handle material matching requests.
- Added new DTOs for match material requests and responses.
- Updated BomHttpServer to register the new match material API endpoint.
- Enhanced the UI with a new button to trigger material matching.
- Added modal to display matching results and confirm updates to material codes.
- Integrated API calls to fetch matching material codes from the PLM system.
2026-04-09 17:06:24 +08:00
Ling b2ca9a46dd 新增 BOM 管理服务端 API 与前端集成支持
本次提交主要内容如下:

- 新增基于 HttpListener 的本地 BOM 服务端,支持 SPA 前端页面、BOM 数据流、导出、保存、设置等接口,并实现路由、鉴权、心跳监控、端口自动分配。
- 增加 BOM 数据提供接口及 SolidWorks COM API 交互实现,支持属性读写、装配结构解析、批量保存。
- 新增服务端数据传输 DTO、各类 API Handler、静态文件处理、STA 线程调度器。
- 新增 WPF 列配置窗口、进度窗口、BOM 视图模型,支持列配置、批量操作、进度反馈等 UI 功能。
- 优化整体前后端交互与用户体验,提升 BOM 管理系统功能性与扩展性。
2026-03-20 09:33:27 +08:00
Ling 2e7995590b 添加项目文件。 2025-10-10 13:22:56 +08:00