feat: 营养管理模块原型页面新增及链路可视化重构

- 新增56个营养管理原型页面(溯源、档案、种采、供应、生产、用餐、异常)
- 更新 index.html SITE_MAP 同步所有营养管理页面条目
- trace-timeline.html 重构为数据驱动渲染,侧边栏修正为深色模式

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
冯普
2026-05-13 08:35:50 +08:00
co-authored by Claude Opus 4.6
parent 2d85f65951
commit be6f5a7f81
59 changed files with 16050 additions and 1 deletions
+58 -1
View File
@@ -222,7 +222,64 @@ const SITE_MAP = [
{ file:'exception-result.html', label:'结果异常' }
]},
{ name:'体重管理', dir:'web-admin/weight-management', pages:[] },
{ name:'营养管理', dir:'web-admin/nutrition', pages:[] },
{ name:'营养管理', dir:'web-admin/nutrition', entry:'trace-query.html', pages:[
{ file:'trace-query.html', label:'溯源查询' },
{ file:'trace-timeline.html', label:'链路可视化' },
{ file:'arc-employee.html', label:'员工营养数据' },
{ file:'arc-unit.html', label:'单位报表数据' },
{ file:'arc-algo.html', label:'算法模型' },
{ file:'farm-land.html', label:'土地环境' },
{ file:'farm-monitor-crop.html', label:'作物种植监控' },
{ file:'farm-monitor-livestock.html', label:'畜禽养殖监控' },
{ file:'farm-harvest.html', label:'收成入库' },
{ file:'farm-supplier.html', label:'供商管理' },
{ file:'farm-purchase.html', label:'采供管理' },
{ file:'sup-hygiene-check.html', label:'卫生检测' },
{ file:'sup-in-raw.html', label:'毛菜入库' },
{ file:'sup-in-clean.html', label:'净菜加工' },
{ file:'sup-in-cleanin.html', label:'净菜入库' },
{ file:'sup-pkg-label.html', label:'净菜包装' },
{ file:'sup-warehouse.html', label:'仓储管理' },
{ file:'sup-clean-internal.html', label:'净菜内供' },
{ file:'sup-clean-external.html', label:'净菜外售' },
{ file:'din-user-mgmt.html', label:'用户管理' },
{ file:'din-user-mgmt-dialog.html', label:'用户管理弹窗', dialog:true },
{ file:'din-dish-all.html', label:'菜品总库' },
{ file:'din-dish-all-dialog.html', label:'菜品总库弹窗', dialog:true },
{ file:'din-dish-add.html', label:'新增菜品' },
{ file:'din-dish-composition.html', label:'菜品成分' },
{ file:'din-ingredient.html', label:'食材管理' },
{ file:'din-ingredient-dialog.html', label:'食材管理弹窗', dialog:true },
{ file:'din-ingredient-detail.html', label:'食材详情' },
{ file:'din-recipe-mgmt.html', label:'食谱管理' },
{ file:'din-terminal.html', label:'终端管理' },
{ file:'din-order-meal.html', label:'点餐订单' },
{ file:'din-order-line.html', label:'排队取餐' },
{ file:'din-order-pickup.html', label:'取餐管理' },
{ file:'din-innovation.html', label:'菜品创新' },
{ file:'din-dict-mgmt.html', label:'字典管理' },
{ file:'din-dict-config.html', label:'字典配置' },
{ file:'din-algo-population.html', label:'群体算法' },
{ file:'din-algo-vip.html', label:'VIP算法' },
{ file:'din-model-llm.html', label:'大模型管理' },
{ file:'din-model-small.html', label:'小模型管理' },
{ file:'din-data-nutri.html', label:'营养数据' },
{ file:'din-data-consume.html', label:'消费数据' },
{ file:'din-data-benefit.html', label:'效益数据' },
{ file:'prod-recipe-plan.html', label:'食谱排期' },
{ file:'prod-recipe-plan-dialog.html', label:'食谱排期弹窗', dialog:true },
{ file:'prod-clean-order.html', label:'净菜下单' },
{ file:'prod-proc-combo.html', label:'配菜组合' },
{ file:'prod-proc-cook.html', label:'烹饪加工' },
{ file:'prod-proc-serve.html', label:'出餐管理' },
{ file:'prod-proc-surplus.html', label:'余量处理' },
{ file:'prod-proc-cabinet.html', label:'取餐柜管理' },
{ file:'prod-proc-stats.html', label:'加工统计' },
{ file:'prod-qc-daily.html', label:'日常质检' },
{ file:'prod-qc-nutrition.html', label:'营养质检' },
{ file:'ano-dirty.html', label:'系统脏数据' },
{ file:'ano-result.html', label:'结果异常' }
]},
{ name:'运动管理', dir:'web-admin/exercise', pages:[] },
{ name:'健康监测', dir:'web-admin/health-monitor', pages:[] },
{ name:'健康评估', dir:'web-admin/health-assessment', pages:[] },