| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- MWF.xApplication.CRM.LP = {
- "title": "CRM",
- "confirm":{
- "customForm":{
- "replaceLocation":{
- "title":"信息确认",
- "content":"是否用定位地址替换详细地址?"
- }
- }
- },
- "main":{
- "title":"客户管理",
- "quickStart":"快速新建"
- },
- "customer":{
- "head":{
- "headTitle":"客户",
- "searchText":"搜索客户姓名",
- "search":"搜索",
- "create":"新建",
- "moreAction":"更多操作"
- },
- "customerForm":{
- "defaultSelect":"请选择",
- "title":"新增客户",
- "TCustomerName":"客户名称",
- "TCustomerType":"客户类型",
- "TCustomerLevel":"客户级别",
- "TSource":"来源",
- "TIndustryFirst":"行业",
- "TIndustrySecond":"行业",
- "TDistrict":"省、市、区",
- "TCountry":"国家",
- "TProvince":"省",
- "TCity":"市",
- "TArea":"区",
- "TStreet":"详细街道",
- "TLocation":"定位",
- "TLocationNotice":"输入街道,公司,写字楼等",
- "TLongitude":"经度",
- "TLatitude":"纬度",
- "TTelphone":"电话",
- "TFax":"传真",
- "TRemark":"备注",
- "TWebSite":"网址",
- "TEmail":"邮件",
- "TCustomerStatus":"客户状态",
- "TCustomerGrade":"客户分级",
- "saveSuccess":"新建成功",
- "actionConfirm":"确定",
- "actionCancel":"关闭"
- },
- "customerRead":{
- "mapLocation":"地图",
- "TCustomerName":"客户名称",
- "TCustomerNO":"客户编号",
- "TCustomerType":"客户类型",
- "TCustomerLevel":"客户级别",
- "TSource":"来源",
- "TIndustryFirst":"行业",
- "TIndustrySecond":"行业",
- "TDistrict":"省、市、区",
- "TCountry":"国家",
- "TProvince":"省",
- "TCity":"市",
- "TArea":"区",
- "TStreet":"详细街道",
- "TLocation":"定位",
- "TLocationNotice":"输入街道,公司,写字楼等",
- "TLongitude":"经度",
- "TLatitude":"纬度",
- "TTelphone":"电话",
- "TFax":"传真",
- "TRemark":"备注",
- "TWebSite":"网址",
- "TEmail":"邮件",
- "TCustomerStatus":"客户状态",
- "TCustomerGrade":"客户分级",
- "responsePerson":"负责人",
- "customerInfo":"基本信息",
- "editCustomer":"编辑",
- "navi":{
- "summary":"概要",
- "customerInfo":"客户信息",
- "address":"地址管理",
- "contact":"联系人",
- "chance":"商机",
- "clue":"线索",
- "bargain":"合同",
- "visitor":"拜访",
- "attachment":"附件"
- }
- },
- "customerEdit":{
- "defaultSelect":"请选择",
- "title":"新增客户",
- "TCustomerName":"客户名称",
- "TCustomerType":"客户类型",
- "TCustomerLevel":"客户级别",
- "TSource":"来源",
- "TIndustryFirst":"行业",
- "TIndustrySecond":"行业",
- "TDistrict":"省、市、区",
- "TCountry":"国家",
- "TProvince":"省",
- "TCity":"市",
- "TArea":"区",
- "TStreet":"详细街道",
- "TLocation":"定位",
- "TLocationNotice":"输入街道,公司,写字楼等",
- "TLongitude":"经度",
- "TLatitude":"纬度",
- "TTelphone":"电话",
- "TFax":"传真",
- "TRemark":"备注",
- "TWebSite":"网址",
- "TEmail":"邮件",
- "TCustomerStatus":"客户状态",
- "TCustomerGrade":"客户分级",
- "saveSuccess":"新建成功",
- "actionConfirm":"确定",
- "actionCancel":"关闭"
- }
- },
- "customerView":{
- "customerName":"客户名称",
- "createTime":"创建时间",
- "customerType":"客户类型",
- "customerSource":"来源",
- "customerLevel":"客户级别",
- "customerStatus":"客户状态",
- "customerGrade":"客户分级"
- },
- "clue":{
- "head":{
- "headTitle":"线索",
- "searchText":"搜索线索名称",
- "search":"搜索",
- "create":"新建",
- "moreAction":"更多操作"
- }
- },
- "contact":{
- },
- "chance":{
- },
- "template":{
- "defaultSelect":"请选择"
- },
- "baiduMap":{
- }
- };
|