YDCBE-22

BE-22

调度运营中心

调度后台页面:列表与候选摘要走真实读模型,路径型详情页承接派车/改派/取消/异常处置写操作。

Dispatch Requests

10

调度请求数

Candidates

0

当前详情候选集合

Selected

0

当前详情已选候选

Pending

0

待调度请求

Selection summary

当前选择摘要和生成时间只读呈现。

2d34fff1-f26a-41dd-b7c5-5a6f00b7766a
status pending_quotemode platform_dispatchselection not selected
Candidate Set Summary
generated 2026-05-24 07:24selection status pending_quote

Mutation Boundary

派车、绑定司机和改派动作仍走后续写波次。

live action boundary
path detail page /admin/dispatch/{dispatchRequestId} enables assign/reassign/cancel/resolve actionslist page remains read-first and redirects mutation to detail routes

平台派车

动作 `assign_dispatch`,需要 selected_dispatch_quote_id。

人工改派

动作 `reassign_dispatch`,支持 dispatched/exception_pending。

取消调度

动作 `cancel_dispatch`。

异常处置回写

动作 `resolve_exception`,target_status 可选 dispatched/completed/cancelled。