新增工单功能

This commit is contained in:
2026-04-23 15:50:06 +08:00
parent ed6ef336fa
commit dac1102ae5
17 changed files with 2026 additions and 37 deletions
+42 -1
View File
@@ -22,7 +22,8 @@
"register": "Register",
"schedule": "Schedule",
"purchase": "Purchase",
"warehouse": "Warehouse"
"warehouse": "Warehouse",
"work_order": "Work Order"
},
"tagadder": {
"not_fund_item": "No matching items found",
@@ -78,6 +79,7 @@
"show": "Show",
"entries": "entries",
"search": "Search",
"search_placeholder": "Search ID, title, or purpose",
"add_part": "Add Order",
"exp_report": "Export Report",
"There_are_a_total_of": ",There are a total of",
@@ -108,6 +110,45 @@
"edit_order": "Edit Order",
"submit_changes":"Submit changes"
},
"work_order": {
"list_title": "Work Order List",
"add": "New Work Order",
"add_title": "New Work Order",
"edit_title": "Edit Work Order",
"detail_title": "Work Order Detail",
"title": "Title",
"title_placeholder": "Enter work order title",
"description": "Description",
"description_placeholder": "Enter problem description",
"photos": "Photos",
"no_photos": "No photos",
"status": "Status",
"created_at": "Created At",
"filter_all": "All",
"status_pending": "Pending",
"status_checked": "Checked",
"status_parts_ordered": "Parts Ordered",
"status_repaired": "Repaired",
"status_returned": "Returned",
"status_unrepairable": "Unrepairable",
"commit_history": "Progress History",
"no_commits": "No progress records",
"commit_create": "Work order created",
"add_commit": "Add Progress",
"commit_status_label": "Status",
"commit_comment_label": "Comment",
"commit_comment_placeholder": "Add comment (optional)",
"commit_photos_label": "Photos",
"commit_submit": "Submit",
"submit_commit": "Submit",
"edit": "Edit",
"delete": "Delete",
"back_to_list": "Back to List",
"not_found": "Work order not found",
"confirm_delete": "Are you sure you want to delete this work order? This action cannot be undone.",
"submit": "Submit",
"save_changes": "Save Changes"
},
"purchase_addorder": {
"add_order": "Add Order",
"edit_order": "Edit Order",