提交代码

This commit is contained in:
andy
2026-07-22 15:30:26 +07:00
parent 1236df86cf
commit 7e2cd8969f
7 changed files with 137 additions and 9 deletions

View File

@@ -628,6 +628,10 @@ export default {
cardConfirmed: 'Card confirmed and detail refreshed.',
reviewResolved: 'Review submitted and detail refreshed.',
validationFailed: 'Fix current-card field errors first.',
fieldValidation: {
required: '{field} is required',
positiveInteger: '{field} must be an integer greater than 0',
},
fieldLabels: {
basicInformation: {
accountCode: 'Account Code',
@@ -692,6 +696,10 @@ export default {
generalTitle: 'General note',
extraBedTitle: 'Extra bed note',
action: 'Fixed action',
textLabel: 'Follow-up note',
department: 'Department',
targetRoomType: 'Target room type',
extraBedRoomCount: 'Extra bed room count',
},
lookup: {
loading: 'Loading options',

View File

@@ -628,6 +628,10 @@ export default {
cardConfirmed: 'ยืนยันการ์ดแล้วและรีเฟรชรายละเอียดแล้ว',
reviewResolved: 'ส่งผลตรวจสอบแล้วและรีเฟรชรายละเอียดแล้ว',
validationFailed: 'โปรดแก้ไขข้อมูลในการ์ดปัจจุบันก่อน',
fieldValidation: {
required: 'จำเป็นต้องกรอก {field}',
positiveInteger: '{field} ต้องเป็นจำนวนเต็มมากกว่า 0',
},
fieldLabels: {
basicInformation: {
accountCode: 'รหัสบัญชี',
@@ -692,6 +696,10 @@ export default {
generalTitle: 'หมายเหตุทั่วไป',
extraBedTitle: 'รายการเตียงเสริม',
action: 'การดำเนินการคงที่',
textLabel: 'รายละเอียดติดตาม',
department: 'แผนกที่รับผิดชอบ',
targetRoomType: 'ประเภทห้องเป้าหมาย',
extraBedRoomCount: 'จำนวนห้องที่เพิ่มเตียง',
},
lookup: {
loading: 'กำลังโหลดตัวเลือก',

View File

@@ -627,6 +627,10 @@ export default {
cardConfirmed: '卡片已确认,详情已刷新。',
reviewResolved: '复核已提交,详情已刷新。',
validationFailed: '请先修正当前卡片字段。',
fieldValidation: {
required: '{field}为必填项',
positiveInteger: '{field}必须是大于 0 的整数',
},
fieldLabels: {
basicInformation: {
accountCode: '客户代码',
@@ -691,6 +695,10 @@ export default {
generalTitle: '普通事项',
extraBedTitle: '加床事项',
action: '固定动作',
textLabel: '跟进内容',
department: '处理部门',
targetRoomType: '目标房型',
extraBedRoomCount: '加床房间数',
},
lookup: {
loading: '选项加载中',