feat: 配送H5新模块 + 净菜三页物流改造 + 餐次历史内聚到统计页
- 新增 other-module/meal-delivery-h5/ 配送员端 H5 全套 9 页(登录/工作台/派单接听/抢单/订单详情/配送中/送达签收/历史/个人中心) - 净菜内供/外售/订单三页物流模型统一,支持自营派单/自营抢单/三方物流三种配送方式,新增收货码 + 配送进度时间轴 + 物流详情弹窗 - 删除结算设备 10-meal-center/13-meal-history 两页,餐次控制内聚到 02-standby,餐次历史作为 Tab3 合并进 07-statistics - 营养管理端新增 din-canteen-shift.html(场所排版设置),din-ingredient 详情页增加删除食材确认弹窗 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
a16500068c
commit
2346465c90
+12
@@ -312,6 +312,7 @@ const SITE_MAP = [
|
||||
{ file:'din-canteen.html', label:'食堂管理' },
|
||||
{ file:'din-canteen-add.html', label:'新增食堂' },
|
||||
{ file:'din-canteen-line.html', label:'餐线管理' },
|
||||
{ file:'din-canteen-shift.html', label:'场所排版设置' },
|
||||
{ file:'din-dict-mgmt.html', label:'字典管理' },
|
||||
{ file:'din-dict-config.html', label:'字典配置' },
|
||||
{ file:'din-algo-population.html', label:'群体算法' },
|
||||
@@ -872,6 +873,17 @@ const SITE_MAP = [
|
||||
{label:'扫码溯源', file:'trace-query.html'},
|
||||
{label:'溯源链路', file:'trace-detail.html'}
|
||||
] },
|
||||
{ name:'营养管理餐品配送', dir:'other-module/meal-delivery-h5', entry:'01-home.html', pages:[
|
||||
{label:'配送员登录', file:'00-login.html'},
|
||||
{label:'工作台首页(模块入口)', file:'01-home.html'},
|
||||
{label:'派单接听 · 核心', file:'02-dispatch-incoming.html'},
|
||||
{label:'抢单大厅', file:'03-grab-pool.html'},
|
||||
{label:'订单详情', file:'04-order-detail.html'},
|
||||
{label:'配送中', file:'05-delivering.html'},
|
||||
{label:'送达签收', file:'06-finish-sign.html'},
|
||||
{label:'历史订单', file:'07-history.html'},
|
||||
{label:'个人中心', file:'08-profile.html'}
|
||||
] },
|
||||
{ name:'西安应急中心大屏', dir:'other-module/emergency-screen/xian-center', entry:'index-v4.html', pages:[
|
||||
{label:'应急中心大屏', file:'index-v4.html'}
|
||||
] },
|
||||
|
||||
Reference in New Issue
Block a user