优化手工开票表单校验提示

This commit is contained in:
andy
2026-07-17 17:02:27 +07:00
parent b24bfb5882
commit 56db5cacee
5 changed files with 458 additions and 22 deletions

View File

@@ -315,6 +315,13 @@ export default {
noPdfUrl: 'The backend did not return a PDF URL.',
backendTotals: 'Backend totals',
validationTitle: 'Please fix the form',
fieldErrors: {
required: 'Required',
invalidEmail: 'Invalid email',
dateOrder: 'Invalid date order',
positiveNumber: 'Must be greater than 0',
nonNegativeNumber: 'Cannot be less than 0',
},
statuses: {
SUCCEEDED: 'Generated',
GENERATED: 'Generated',