调整预订事项字段展示与基础信息编辑

This commit is contained in:
andy
2026-07-22 10:34:26 +07:00
parent 08c8b0165b
commit 891a4aa6cf
10 changed files with 212 additions and 65 deletions

View File

@@ -608,6 +608,13 @@ export default {
cardConfirmed: 'Card confirmed and detail refreshed.',
reviewResolved: 'Review submitted and detail refreshed.',
validationFailed: 'Fix current-card field errors first.',
fieldLabels: {
basicInformation: {
accountCode: 'Account Code',
marketCode: 'Market Code',
sourceCode: 'Source Code',
},
},
roomInformation: {
noDisplayModel: 'Room and date information is temporarily unavailable. Refresh later or contact an administrator.',
eventType: {

View File

@@ -608,6 +608,13 @@ export default {
cardConfirmed: 'ยืนยันการ์ดแล้วและรีเฟรชรายละเอียดแล้ว',
reviewResolved: 'ส่งผลตรวจสอบแล้วและรีเฟรชรายละเอียดแล้ว',
validationFailed: 'โปรดแก้ไขข้อมูลในการ์ดปัจจุบันก่อน',
fieldLabels: {
basicInformation: {
accountCode: 'รหัสบัญชี',
marketCode: 'รหัสตลาด',
sourceCode: 'รหัสแหล่งที่มา',
},
},
roomInformation: {
noDisplayModel: 'ข้อมูลห้องและวันที่ยังไม่พร้อมใช้งาน โปรดลองรีเฟรชภายหลังหรือติดต่อผู้ดูแลระบบ',
eventType: {
@@ -626,10 +633,10 @@ export default {
arrivalDate: 'วันเข้าพัก',
departureDate: 'วันออก',
nights: 'จำนวนคืน',
rateCode: 'Rate Code',
rateCode: 'รหัสราคา',
breakfastIncluded: 'รวมอาหารเช้า',
groupBookingStatus: 'สถานะกรุ๊ป',
blockId: 'Block ID',
blockId: 'รหัสบล็อก',
confirmationNumber: 'เลขยืนยัน',
roomItems: 'รายละเอียดห้อง',
roomTypeCode: 'รหัสประเภทห้อง',

View File

@@ -608,6 +608,13 @@ export default {
cardConfirmed: '卡片已确认,详情已刷新。',
reviewResolved: '复核已提交,详情已刷新。',
validationFailed: '请先修正当前卡片字段。',
fieldLabels: {
basicInformation: {
accountCode: '客户代码',
marketCode: '市场代码',
sourceCode: '来源代码',
},
},
roomInformation: {
noDisplayModel: '房型与日期信息暂不可用,请稍后刷新或联系管理员。',
eventType: {
@@ -626,10 +633,10 @@ export default {
arrivalDate: '入住日期',
departureDate: '离店日期',
nights: '晚数',
rateCode: 'Rate Code',
rateCode: '价格代码',
breakfastIncluded: '含早',
groupBookingStatus: '团队预订状态',
blockId: 'Block ID',
blockId: '团队预留编号',
confirmationNumber: '确认号',
roomItems: '房型明细',
roomTypeCode: '房型代码',