适配来源消息只读任务展示

This commit is contained in:
andy
2026-07-10 19:38:13 +08:00
parent bbd4ea22df
commit 1efa819599
11 changed files with 324 additions and 14 deletions

View File

@@ -268,6 +268,9 @@ export default {
viewTask: 'View task',
viewOrder: 'View order',
viewConversation: 'View email conversation',
legacyMessageNotification: 'Message notification (legacy)',
sourceOnlyOrderLabel: 'Source message only',
hiddenTechnicalOrder: 'No visible order',
columns: {
task: 'Task',
order: 'Order',
@@ -312,6 +315,15 @@ export default {
sourceSender: 'Sender',
sourceReceivedAt: 'Received at',
sourceSummaryPending: 'Source email summary fields are pending backend support',
sourceOnlyResult: 'Source message entry result',
sourceOnlyReadonly: 'This task only shows the source message entry result. It does not enter order handling, field editing, or OPERA operations.',
sourceOnlyNoOpera: 'This task type does not involve OPERA operations.',
entryResultCode: 'Entry result code',
entryResultMeaning: 'Result meaning',
entryResultDescription: 'Result description',
entryResultSourceMessageId: 'Result source message ID',
rawAnswer: 'SuperAgent raw answer',
noSourceOnlyResult: 'No source message entry result is available.',
manualConversion: {
title: 'Manual conversion',
description: 'Convert a Fallback / manual review task into a processable reservation task.',
@@ -424,6 +436,8 @@ export default {
TRACE_NOTE: 'Trace / notes',
TA_RECORD: 'TA record',
MESSAGE_NOTIFICATION: 'Message notification',
INFORMATIONAL_MESSAGE: 'Message notification (legacy)',
SOURCE_MESSAGE_ONLY: 'Source message only',
MANUAL_REVIEW: 'Manual review',
FALLBACK_REVIEW: 'Manual review',
},
@@ -438,6 +452,8 @@ export default {
NEW_GROUP_BLOCK: 'New group block',
NEW_FIT_RESERVATION: 'New FIT reservation',
MANUAL_REVIEW: 'Manual review',
S000: 'Pure informational email',
S999: 'Business material package unavailable',
},
readonlyReason: {
PROCESSABLE: 'Processable',