实现V4 Rooming List轻量事项卡

This commit is contained in:
andy
2026-07-21 17:21:01 +07:00
parent 61380a9ed8
commit 0c4f5e298d
7 changed files with 380 additions and 6 deletions

View File

@@ -623,6 +623,13 @@ export default {
unavailableReason: 'Unavailable reason: {reason}',
fileMeta: '{type} · {size}',
},
roomingList: {
title: 'Rooming List action',
targetOrder: 'Target order',
unboundOrder: 'No visible order is bound yet',
description: 'The current source message contains a Rooming List item that needs manual handling.',
confirmHint: 'This first version only confirms that the item has been handled manually. Guest details and attachment content are not displayed or processed here.',
},
lookup: {
loading: 'Loading catalog',
empty: 'No options in the current catalog. A no-match search does not mean the catalog is uninitialized.',

View File

@@ -623,6 +623,13 @@ export default {
unavailableReason: 'เหตุผลที่ใช้ไม่ได้: {reason}',
fileMeta: '{type} · {size}',
},
roomingList: {
title: 'งาน Rooming List',
targetOrder: 'ออเดอร์เป้าหมาย',
unboundOrder: 'ยังไม่มีออเดอร์ที่มองเห็นได้ผูกอยู่',
description: 'ข้อความต้นทางปัจจุบันมีรายการ Rooming List ที่ต้องให้เจ้าหน้าที่จัดการ',
confirmHint: 'เวอร์ชันแรกนี้ใช้ยืนยันว่ารายการได้รับการจัดการด้วยคนแล้วเท่านั้น ไม่แสดงหรือประมวลผลรายชื่อแขกและเนื้อหาไฟล์แนบในหน้านี้',
},
lookup: {
loading: 'กำลังโหลดแค็ตตาล็อก',
empty: 'ไม่มีตัวเลือกในแค็ตตาล็อกปัจจุบัน หากค้นหาไม่พบไม่ได้หมายความว่าแค็ตตาล็อกยังไม่เริ่มต้น',

View File

@@ -623,6 +623,13 @@ export default {
unavailableReason: '不可用原因:{reason}',
fileMeta: '{type} · {size}',
},
roomingList: {
title: 'Rooming List / 房表事项',
targetOrder: '目标订单',
unboundOrder: '暂未绑定可见订单',
description: '当前来源消息包含需要人工处理的 Rooming List 事项,请在酒店内部流程处理后确认该卡片。',
confirmHint: '第一版仅确认该事项已由人工处理,不展示或处理名单明细和附件内容。',
},
lookup: {
loading: '目录加载中',
empty: '当前目录没有可选项;如果是搜索无结果,不代表目录未初始化。',