工单可以关联客户

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": "操作",
"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": "客户不存在"
}
}