From 8c4e210d87fae44b94e51dd62167d568bdd153d0 Mon Sep 17 00:00:00 2001 From: API Changelog Bot Date: Thu, 26 Mar 2026 14:36:08 +0800 Subject: [PATCH] =?UTF-8?q?changelog:=20=E4=BA=A4=E9=80=9A=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=BC=96=E8=BE=91=E7=8A=B6=E6=80=81=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelogs/2026-03/26_1430_transport_and_balance.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/changelogs/2026-03/26_1430_transport_and_balance.md b/changelogs/2026-03/26_1430_transport_and_balance.md index a579f10..d2deedf 100644 --- a/changelogs/2026-03/26_1430_transport_and_balance.md +++ b/changelogs/2026-03/26_1430_transport_and_balance.md @@ -42,3 +42,15 @@ - `transportType`: FLIGHT=航班, TRAIN=火车 **前端需要做**:在"交通信息"区域加"添加交通信息"按钮,弹窗表单包含:行程段(去程/回程)、交通类型(航班/火车)、航班号/车次、出发站、到达站、日期、备注。 + +--- + +## 三、交通信息编辑状态补充 + +**待出行**和**旅行中**状态下,交通信息(接送站)都可以增删改。后端接口无状态限制。 + +前端在订单详情"行程安排"tab 的"交通信息(接送站)"区域,在待出行/旅行中状态下都要显示"添加"按钮和编辑/删除操作。 + +注意区分两个区域: +- **交通信息**:来自产品行程节点,只读展示 +- **交通信息(接送站)**:订单级别,可编辑,用 `/admin/order/{orderId}/transport` 接口