Commit Graph
14 Commits
Author SHA1 Message Date
zhangyanandClaude Opus 4.6 08b701feda refactor: 三端设备index页删除员工登录/功能菜单入口
- 营养秤index: 删除员工登录、功能菜单卡片,删除back-btn CSS
- 验收秤index: 删除员工登录卡片
- 加工毛菜秤index: 删除员工登录、功能菜单卡片

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-15 17:06:17 +08:00
zhangyanandClaude Opus 4.6 b4a6bff21f fix: 修复删除返回按钮后JS报错导致数据不渲染
- 01-verify-inspection.html 添加 topBackBtn 空值保护
- 避免 document.getElementById('topBackBtn') 返回 null 时 JS 崩溃

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-15 17:03:31 +08:00
zhangyanandClaude Opus 4.6 235505020f refactor: 毛菜验收秤导航页删除功能菜单卡片
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-15 17:00:08 +08:00
zhangyanandClaude Opus 4.6 2207a244a4 refactor: 全模块删除返回按钮
- 50个HTML页面移除top-bar中的返回(back-btn)元素
- 涉及餐线营养秤、毛菜验收秤、加工毛菜秤、清洗比例秤、比例秤及所有占位导航页

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-15 16:57:31 +08:00
zhangyanandClaude Opus 4.6 f74c3520bb refactor: 加工毛菜秤功能菜单删除来料过秤入口
- 来料过秤不再作为菜单独立入口,改由今日任务卡片"处理"按钮直接进入
- 设备设置描述从"设备参数配置"改为"设备信息查看、系统版本"

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-15 15:50:45 +08:00
zhangyanandClaude Opus 4.6 f8af6b4747 refactor: 毛菜验收秤—删除采样备注、验收溯源码、支付方式、历史详情抽屉
- 01-verify-inspection.html: 删除不合格处理说明文本域、食材行溯源标签、订单卡片付款模式徽章、汇总弹窗付款模式文字
- 03-verify-history.html: 删除验收详情抽屉(HTML/CSS/JS)、支付方式列、操作(详情)列
- index.html: 验收记录卡片描述更新
- CHANGELOG 同步

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-15 15:49:28 +08:00
zhangyanandClaude Opus 4.6 3c50fa83a4 feat: 营养秤登录/菜单页创建 + 来料过秤预填修复 + 多模块SITE_MAP同步
- 营养秤新增 00-login.html(人脸/账号密码登录)和 00-welcome.html(功能菜单)
- 修复 02-batch-weighing.html 预填逻辑:initTaskList 调用移至 batchItems 声明之后
- 验收秤/营养秤 index.html 新增登录页和菜单页卡片条目
- 清洗比例秤、比例秤等模块导航页完善

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-15 15:35:18 +08:00
fengpuandClaude Opus 4.7 2373704945 refactor: 餐线营养秤+餐厅终端导航页PAD居中外壳改造,挂载至根导航
- 9 个营养秤页面(index/01~06,含双屏大/小)统一改造为 body 全屏深色画布 + flex 居中,新增 .device-frame 1280x720 PAD 外壳(圆角24px + 阴影),双屏小屏复用 480x320 .screen-frame
- 修正内容区 calc(100vh - X) → calc(100% - X),避免视口与外壳尺寸耦合;隐藏 PAD 内可见滚动条
- 父级 canteen-device/index.html 同步改造 + 内容紧凑化(gap/padding/icon)适配 PAD 高度
- 根 index.html SITE_MAP「其他终端 → 餐厅终端设备」标记 done:true 并挂载 9 个营养秤页面,卡片状态由待设计 → 已完成
- 新增 canteen-nutrition-scale/doc/CHANGELOG.md,记录两次改造

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-12 11:06:59 +08:00
zhangyan 5e8ca181af docs: 删除 PRD 中图片存储上限与覆盖策略(8.2 节)
移除单菜品 50 张图片上限和相似度覆盖逻辑的相关规则,
仅保留 8.1 反样本机制。
2026-06-12 10:26:24 +08:00
zhangyanandClaude Opus 4.6 5762fcfcc8 fix: 更新档口营养秤导航页 index.html
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-12 09:11:54 +08:00
zhangyanandClaude Opus 4.6 2ddd649a69 fix: PRD 去掉「当天餐谱默认候选」规则,恢复全量搜索
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-11 11:55:33 +08:00
lenovoandClaude Opus 4.6 8f3bb0901a feat: 新增餐台设备19个模块占位——充值屏、结算设备、净菜柜、净菜厨房、标签机、配比秤、食品安全监测、营养评分、出餐机、处理提示屏、原料卫生检测、原料检测秤、原料柜、加工秤、洗菜秤、档口营养秤、水电表
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-11 11:18:46 +08:00
lenovoandClaude Opus 4.6 dcf2757863 feat: 餐线营养秤8页全流程完善—开餐跳转02、采样取消回02、全局返回history.back()、02/03餐品点击进入01、04新增开餐/采样历史入口、非员工设置拦截、当天餐谱默认候选、自动人脸识别触发
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-11 11:18:46 +08:00
fengpu 572613b1bf feat:空文件夹占位 2026-06-08 16:51:03 +08:00