实现 M009 手工开票前端页面

This commit is contained in:
andy
2026-07-17 11:57:26 +07:00
parent 11478c6913
commit 72fee44a68
16 changed files with 2032 additions and 3 deletions

View File

@@ -173,6 +173,8 @@ const localeOptions: Array<{ value: SupportedLocale; label: string }> = [
const menuLabelKeys: Record<string, string> = {
RESERVATION_ORDERS: 'nav.orders',
RESERVATION_TASKS: 'nav.taskQueue',
RESERVATION_MANUAL_INVOICE: 'nav.manualInvoice',
RESERVATION_INVOICES: 'nav.manualInvoice',
DEBUG_EML_SUPERAGENT: 'nav.debugEml',
SYSTEM_SETTINGS: 'nav.systemSettings',
}