Files
WC-SPC/MES-Manager_View/docs/wc-spc-static-analysis.md
2026-05-27 14:39:35 +08:00

21 lines
603 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.
# WC-SPC 项目静态分析
生成时间2026/5/27 14:23:16
## 结论
- 项目为 Vue 2 + Element UI 前端和 ASP.NET Web Site 后端组合。
- 前端通用业务接口通过 `src/utils/request.js` 调用 `MESCommonBase.ashx`
- SPC 专项接口位于 `src/api/SPCanalysis`,后端对应 `QualityData_*.ashx`
- 本文件由 `mcp-server/build-knowledge-base.js` 自动生成,用于 AI MCP 服务。
## 统计
| 项目 | 数量 |
| --- | ---: |
| 页面查询调用 | 698 |
| 页面汇总 | 110 |
| API 映射 | 2585 |
| Raw SQL | 24 |
| 质量相关模块 | 37 |
| SPC 图表类型 | 8 |