调整Rooming List付款方式选项

This commit is contained in:
andy
2026-07-22 17:31:55 +07:00
parent 7e2cd8969f
commit 0de960372b
14 changed files with 74 additions and 25 deletions

View File

@@ -1201,7 +1201,7 @@ CP2 前端提交字段:
| `hotel_id` | 否 | 当前选择酒店;不传时由后端按登录用户酒店上下文解析。 |
| `people_per_room` | 是 | 每间房人数,正整数。 |
| `room_type` | 是 | 目标 Excel 的 Room Type。 |
| `payment_type` | 否 | 目标 Excel 的 Payment Type默认和当前唯一允许值为 `CA`。 |
| `payment_type` | 否 | 目标 Excel 的 Payment Type默认 `BTQR`,当前允许 `BTQR``CA`。 |
| `nationality` | 是 | 目标 Excel 的 Nationality只允许 `KR``CHN`。 |
CP2 前端不再提交:
@@ -1231,7 +1231,7 @@ id_number
- 页面第一部分保留上传来源 Excel、每房人数、Room Type。
- 目标默认值区域只保留 Payment Type 和 Nationality 两个下拉。
- Payment Type 默认选中 `CA`,当前不开放其他选项。
- Payment Type 默认选中 `BTQR`,当前提供 `BTQR``CA` 两个选项。
- Nationality 只提供 `KR``CHN`
- 前端不读取完整 Excel 作为权威解析结果;旅游日期和成人数以后端生成结果为准。
- 页面不要把上传文件内容、客人名单、生成文件内容写入浏览器日志、埋点、错误上报、URL 或 localStorage。