工单可以关联客户

This commit is contained in:
2026-04-29 14:52:42 +08:00
parent dc6e423299
commit af5dc954e3
17 changed files with 1993 additions and 83 deletions
+60
View File
@@ -1,4 +1,13 @@
{
"common": {
"actions": "Actions",
"search": "Search",
"cancel": "Cancel",
"save": "Save",
"edit": "Edit",
"delete": "Delete",
"back": "Back"
},
"week": {
"sun": "Sunday",
"mon": "Monday",
@@ -127,6 +136,13 @@
"linked_item_not_found": "No matching items found",
"linked_item_selected": "Selected",
"clear_linked_item": "Clear",
"linked_customer": "Linked Customer",
"linked_customers": "Linked Customers",
"link_customer_placeholder": "Search and link customer...",
"linked_customer_placeholder": "Search customer name or phone...",
"linked_customer_not_found": "No matching customers found",
"linked_customer_selected": "Selected",
"clear_linked_customer": "Clear",
"photos": "Photos",
"no_photos": "No photos",
"status": "Status",
@@ -504,5 +520,49 @@
"no_admins": "No system admins",
"group_list": "Group List",
"extended_info": "Extended Info"
},
"customer": {
"title": "Customer Management",
"subtitle": "Manage customer information",
"add": "Add Customer",
"add_title": "Add Customer",
"edit_title": "Edit Customer",
"delete_title": "Delete Customer",
"delete_confirm": "Are you sure you want to delete this customer? This action cannot be undone.",
"search_placeholder": "Search by name, phone, email or company...",
"name": "Name",
"first_name": "First Name",
"last_name": "Last Name",
"salutation": "Title",
"salutation_unit": "Unit",
"salutation_mr": "Mr",
"salutation_ms": "Ms",
"phone": "Phone",
"phones": "Phone Numbers",
"add_phone": "Add Phone",
"phone_number": "Phone Number",
"email": "Email",
"emails": "Email Addresses",
"add_email": "Add Email",
"email_address": "Email Address",
"company": "Company",
"companies": "Companies",
"add_company": "Add Company",
"company_name": "Company Name",
"department": "Department",
"position": "Position",
"created_at": "Created At",
"primary": "Primary",
"set_primary": "Set Primary",
"label_mobile": "Mobile",
"label_work": "Work",
"label_home": "Home",
"label_other": "Other",
"label_personal": "Personal",
"no_data": "No customer data",
"detail_title": "Customer Detail",
"basic_info": "Basic Information",
"created_by": "Created By",
"not_found": "Customer not found"
}
}
+60
View File
@@ -1,4 +1,13 @@
{
"common": {
"actions": "操作",
"search": "搜索",
"cancel": "取消",
"save": "保存",
"edit": "编辑",
"delete": "删除",
"back": "返回"
},
"week": {
"sun": "星期日",
"mon": "星期一",
@@ -127,6 +136,13 @@
"linked_item_not_found": "未找到匹配的物品",
"linked_item_selected": "已选择",
"clear_linked_item": "清除",
"linked_customer": "关联客户",
"linked_customers": "关联客户",
"link_customer_placeholder": "搜索客户并关联...",
"linked_customer_placeholder": "搜索客户姓名或电话...",
"linked_customer_not_found": "未找到匹配的客户",
"linked_customer_selected": "已选择",
"clear_linked_customer": "清除",
"photos": "图片",
"no_photos": "暂无图片",
"status": "状态",
@@ -504,5 +520,49 @@
"no_admins": "暂无系统管理员",
"group_list": "用户组列表",
"extended_info": "扩展信息"
},
"customer": {
"title": "客户管理",
"subtitle": "管理客户信息",
"add": "新增客户",
"add_title": "新增客户",
"edit_title": "编辑客户",
"delete_title": "删除客户",
"delete_confirm": "确定要删除此客户吗?此操作不可恢复。",
"search_placeholder": "搜索姓名、电话、邮箱或单位...",
"name": "姓名",
"first_name": "名",
"last_name": "姓",
"salutation": "称呼",
"salutation_unit": "单位",
"salutation_mr": "先生",
"salutation_ms": "女士",
"phone": "电话",
"phones": "联系电话",
"add_phone": "添加电话",
"phone_number": "电话号码",
"email": "邮箱",
"emails": "邮箱地址",
"add_email": "添加邮箱",
"email_address": "邮箱地址",
"company": "单位",
"companies": "所属单位",
"add_company": "添加单位",
"company_name": "单位名称",
"department": "部门",
"position": "职位",
"created_at": "创建时间",
"primary": "主",
"set_primary": "设为主",
"label_mobile": "手机",
"label_work": "工作",
"label_home": "家庭",
"label_other": "其他",
"label_personal": "个人",
"no_data": "暂无客户数据",
"detail_title": "客户详情",
"basic_info": "基本信息",
"created_by": "创建者",
"not_found": "客户不存在"
}
}