新增工单功能

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": "注册",
"schedule": "日程",
"purchase": "采购",
"warehouse": "仓库"
"warehouse": "仓库",
"work_order": "工单"
},
"tagadder": {
"not_fund_item": "没有找到匹配项",
@@ -78,6 +79,7 @@
"show": "显示",
"entries": "个订单",
"search": "搜索",
"search_placeholder": "搜索订单号、名称、用途",
"add_part": "添加订单",
"exp_report": "生成报告",
"There_are_a_total_of": ",一共",
@@ -108,6 +110,45 @@
"edit_order": "编辑订单",
"submit_changes":"提交修改"
},
"work_order": {
"list_title": "工单列表",
"add": "新增工单",
"add_title": "新增工单",
"edit_title": "编辑工单",
"detail_title": "工单详情",
"title": "工单标题",
"title_placeholder": "输入工单标题",
"description": "问题描述",
"description_placeholder": "输入问题描述",
"photos": "图片",
"no_photos": "暂无图片",
"status": "状态",
"created_at": "创建时间",
"filter_all": "全部",
"status_pending": "待处理",
"status_checked": "已检查",
"status_parts_ordered": "已下单零件",
"status_repaired": "已维修",
"status_returned": "已送还",
"status_unrepairable": "无法维修",
"commit_history": "工作进度",
"no_commits": "暂无进度记录",
"commit_create": "工单创建",
"add_commit": "新增进度",
"commit_status_label": "进度状态",
"commit_comment_label": "备注",
"commit_comment_placeholder": "输入进度备注(可选)",
"commit_photos_label": "上传图片",
"commit_submit": "提交",
"submit_commit": "提交",
"edit": "编辑",
"delete": "删除",
"back_to_list": "返回列表",
"not_found": "工单不存在",
"confirm_delete": "确定要删除此工单吗?此操作不可撤销。",
"submit": "提交",
"save_changes": "保存修改"
},
"purchase_addorder": {
"add_order": "添加订单",
"edit_order": "编辑订单",