6 小时以前 35722562e9e13f0504acc15b740d042ecb810199
分支
用户 <2163098428@qq.com>
星期日, 九月 20, 2026 09:06 +0800
提交者 <2163098428@qq.com>
星期日, 九月 20, 2026 09:06 +0800
提交35722562e9e13f0504acc15b740d042ecb810199
目录 e66db96cf8b4f37f9a981e86513cb2e51825883b 目录 | zip | gz
上一版本 723fb1b36d5524e1cbfea4964b544b4f2a731954 查看 | 对比
feat(mes): 添加质检指标条目类型支持并实现报告生成功能

- 新增 MES 质检指标条目类型枚举 (ENTRY/GROUP)
- 在质检指标表单中添加条目类型、所属分组、公式等字段
- 实现质检指标分组项的层级结构和依赖关系控制
- 为来料、过程、出货、退货检验页面添加报告生成功能入口
- 新增报告生成弹窗组件和相关API接口
- 添加部署脚本文件 CHDL.bat 和 KYZN.bat
- 引入 grapesjs 依赖用于报告模板设计
- 更新字典枚举配置以支持报告相关状态类型
已添加66个文件
已修改14个文件
10414 ■■■■■ 文件已修改
.qc-conformance/assemble-ts.ts 337 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.qc-conformance/dump-catalog.ts 26 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.qc-conformance/group-probe-p4.html 17 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.qc-conformance/group-probe-p5.html 17 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.qc-conformance/group-table-degrade.html 17 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.qc-conformance/group-table-render.html 17 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.qc-conformance/grouped-table-render.png 对比 | 查看 | 原始文档 | blame | 历史
.qc-conformance/render-ts.ts 111 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.qc-conformance/verify-columns.ts 437 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.qc-conformance/verify-group-repeat.ts 265 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.qc-conformance/verify-grouped-table.ts 391 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.qc-conformance/verify-undecidable.ts 106 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
CHDL.bat 451 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
KYZN.bat 451 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
package.json 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
pnpm-lock.yaml 104 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
pnpm-workspace.yaml 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/api/mes/qc/indicator/index.ts 12 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/api/mes/qc/report/ai/index.ts 68 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/api/mes/qc/report/instance/index.ts 117 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/api/mes/qc/report/template/index.ts 71 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/api/mes/qc/report/version/index.ts 141 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/base/divider.ts 28 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/base/heading.ts 73 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/base/image.ts 48 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/base/spacer.ts 20 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/base/table.ts 72 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/base/text.ts 48 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/core/assembler.ts 134 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/core/attrs.ts 47 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/core/canvas-sync.ts 64 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/core/catalog.ts 90 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/core/column-spec.ts 137 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/core/factory.ts 129 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/core/html.ts 30 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/core/icons.ts 37 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/core/lookup.ts 18 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/core/registry.ts 60 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/core/serializer.ts 56 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/core/trait-binding.ts 161 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/core/types.ts 133 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/core/validator.ts 94 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/engine/binding.ts 60 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/engine/context.ts 169 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/engine/page.ts 50 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/engine/path.ts 105 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/engine/render.ts 333 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/engine/report-evaluator.ts 277 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/engine/rule-engine.ts 711 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/header/report-footer.ts 41 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/header/report-header.ts 80 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/header/sample-info.ts 140 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/index.ts 97 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/inspection/grouped-quality-table.ts 324 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/inspection/inspection-item.ts 83 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/inspection/quality-table.ts 139 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/quality/result/report-result.ts 69 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/packages/constants/src/biz-mes-enum.ts 6 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/packages/constants/src/dict-enum.ts 11 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/router/routes/modules/qcreport.ts 28 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/components/report-generate-modal.vue 251 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/indicator/data.ts 112 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/indicator/index.vue 18 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/ipqc/index.vue 25 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/iqc/index.vue 25 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/oqc/index.vue 25 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/pendinginspect/index.vue 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/report/instance/data.ts 165 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/report/instance/index.vue 147 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/report/instance/modules/detail.vue 197 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/report/template/data.ts 229 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/report/template/designer/constants.ts 54 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/report/template/designer/index.vue 637 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/report/template/designer/modules/ai-import-modal.vue 341 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/report/template/designer/modules/rule-editor.vue 156 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/report/template/designer/use-designer.ts 363 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/report/template/index.vue 195 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/report/template/modules/form.vue 83 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/mes/qc/rqc/index.vue 25 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
vite.config.ts 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史