zh-cn.js 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715
  1. MWF.xApplication.CRM.LP = {
  2. "title": "CRM",
  3. "confirm":{
  4. "customForm":{
  5. "replaceLocation":{
  6. "title":"信息确认",
  7. "content":"是否用定位地址替换详细地址?"
  8. }
  9. }
  10. },
  11. "main":{
  12. "title":"客户管理",
  13. "quickStart":"快速新建"
  14. },
  15. "customer":{
  16. "head":{
  17. "headTitle":"客户管理",
  18. "searchText":"搜索客户姓名",
  19. "search":"搜索",
  20. "create":"新建",
  21. "moreAction":"更多"
  22. },
  23. "customerForm":{
  24. "defaultSelect":"请选择",
  25. "title":"新增客户",
  26. "TCustomerName":"客户名称",
  27. "TCustomerType":"客户类型",
  28. "TCustomerLevel":"客户级别",
  29. "TSource":"来源",
  30. "TIndustryFirst":"行业",
  31. "TIndustrySecond":"行业",
  32. "TDistrict":"省、市、区",
  33. "TCountry":"国家",
  34. "TProvince":"省",
  35. "TCity":"市",
  36. "TArea":"区",
  37. "TStreet":"详细街道",
  38. "TLocation":"定位",
  39. "TLocationNotice":"输入街道,公司,写字楼等",
  40. "TLongitude":"经度",
  41. "TLatitude":"纬度",
  42. "TTelphone":"电话",
  43. "TFax":"传真",
  44. "TRemark":"备注",
  45. "TWebSite":"网址",
  46. "TEmail":"邮件",
  47. "TCustomerStatus":"客户状态",
  48. "TCustomerGrade":"客户分级",
  49. "saveSuccess":"新建成功",
  50. "actionConfirm":"确定",
  51. "actionCancel":"关闭"
  52. },
  53. "customerRead":{
  54. "mapLocation":"地图",
  55. "TCustomerName":"客户名称",
  56. "TCustomerNO":"客户编号",
  57. "TCustomerType":"客户类型",
  58. "TCustomerLevel":"客户级别",
  59. "TSource":"来源",
  60. "TIndustryFirst":"行业",
  61. "TIndustrySecond":"行业",
  62. "TDistrict":"省、市、区",
  63. "TCountry":"国家",
  64. "TProvince":"省",
  65. "TCity":"市",
  66. "TArea":"区",
  67. "TStreet":"详细街道",
  68. "TLocation":"定位",
  69. "TLocationNotice":"输入街道,公司,写字楼等",
  70. "TLongitude":"经度",
  71. "TLatitude":"纬度",
  72. "TTelphone":"电话",
  73. "TFax":"传真",
  74. "TRemark":"备注",
  75. "TWebSite":"网址",
  76. "TEmail":"邮件",
  77. "TCustomerStatus":"客户状态",
  78. "TCustomerGrade":"客户分级",
  79. "responsePerson":"负责人",
  80. "customerInfo":"基本信息",
  81. "editCustomer":"编辑",
  82. "navi":{
  83. "summary":"概要",
  84. "customerInfo":"客户信息",
  85. "address":"地址管理",
  86. "contact":"联系人",
  87. "chance":"商机",
  88. "clue":"线索",
  89. "bargain":"合同",
  90. "visitor":"拜访",
  91. "attachment":"附件"
  92. }
  93. },
  94. "customerEdit":{
  95. "customername":{
  96. "text":"客户名称",
  97. "notEmpty":true,
  98. "type":"text"
  99. },
  100. "level":{
  101. "text":"客户级别",
  102. "notEmpty":true,
  103. "type":"select",
  104. "value":"A(重点客户),B(普通客户),C(非优先客户)"
  105. },
  106. "industry":{
  107. "text":"客户行业",
  108. "notEmpty":true,
  109. "type":"select",
  110. "value":"IT/通信/电子/互联网,金融业,房地产,运输/物流,服务业,文化传媒,政府,其他"
  111. },
  112. "source":{
  113. "text":"客户来源",
  114. "notEmpty":true,
  115. "type":"select",
  116. "value":"促销活动,搜索引擎,广告,线上注册,预约上门,展会资源,其他"
  117. },
  118. "dealstatus":{
  119. "text":"成交状态",
  120. "notEmpty":true,
  121. "type":"select",
  122. "value":"成交,未成交"
  123. },
  124. "telephone":{
  125. "text":"电话",
  126. "notEmpty":true,
  127. "type":"text"
  128. },
  129. "website":{
  130. "text":"网址",
  131. "type":"text"
  132. },
  133. "nexttime":{
  134. "text":"下次联系时间",
  135. "notEmpty":true,
  136. "attr" : {id:"nexttime"},
  137. "type":"datetime"
  138. },
  139. "remark":{
  140. "text":"备注",
  141. "notEmpty":true,
  142. "type":"textarea"
  143. },
  144. "cellphone":{
  145. "text":"手机",
  146. "notEmpty":true,
  147. "type":"text"
  148. },
  149. "detailaddress":{
  150. "text":"地址",
  151. "type":"text"
  152. },
  153. "location":{
  154. "text":"区域",
  155. "type":"map"
  156. }
  157. },
  158. "industry":{
  159. "value":"IT/通信/电子/互联网,金融业,房地产,运输/物流,服务业,文化传媒,政府,其他"
  160. },
  161. "level":{
  162. "value":"A(重点客户),B(普通客户),C(非优先客户)"
  163. },
  164. "source":{
  165. "value":"促销活动,搜索引擎,广告,线上注册,预约上门,展会资源,其他"
  166. },
  167. "dealstatus":{
  168. "value":"成交,未成交"
  169. }
  170. },
  171. "customerView":{
  172. "fieldList":{
  173. "field1":{
  174. "field":"customername",
  175. "title":"客户名称",
  176. "width":165,
  177. "fixed":"left",
  178. "resize": true,
  179. "align": 'left',
  180. "sort":true,
  181. "formatter" :function (v, data, index) {return '<a style="color: #337ab7;" class="clueId" id="'+data.id+'">'+v+'</a>';}
  182. },
  183. "field2":{
  184. "field":"owneruser",
  185. "title":"负责人",
  186. "width":165,
  187. "align": 'left'
  188. },
  189. "field3":{
  190. "field":"industry",
  191. "title":"客户类型",
  192. "width":120,
  193. "align": 'left',
  194. "resize":true
  195. },
  196. "field4":{
  197. "field":"level",
  198. "title":"客户级别",
  199. "width":120,
  200. "resize":true,
  201. "align": 'left'
  202. },
  203. "field5":{
  204. "field":"updateTime",
  205. "title":"更新时间",
  206. "width":160,
  207. "align": 'left',
  208. "sort":true
  209. },
  210. "field6":{
  211. "field":"dealstatus",
  212. "title":"成交状态",
  213. "width":120,
  214. "align": 'left',
  215. "sort":true
  216. },
  217. "field7":{
  218. "field":"createTime",
  219. "title":"创建时间",
  220. "width":160,
  221. "align": 'left',
  222. "sort":true
  223. },
  224. "field8":{
  225. "field":"remark",
  226. "title":"备注",
  227. "align": 'left',
  228. "width":165
  229. },
  230. "field9":{
  231. "field":"nexttime",
  232. "title":"下次联系时间",
  233. "width":160,
  234. "align": 'left',
  235. "sort":true
  236. },
  237. "field10":{
  238. "field":"cellphone",
  239. "title":"手机",
  240. "width":165,
  241. "resize":true,
  242. "align": 'left'
  243. },
  244. "field11":{
  245. "field":"createuser",
  246. "title":"创建人",
  247. "width":120,
  248. "align": 'left',
  249. "sort":true
  250. },
  251. "field12":{
  252. "field":"telephone",
  253. "title":"电话",
  254. "minWidth":165,
  255. "resize":true,
  256. "align": 'left',
  257. "sort":true
  258. }
  259. },
  260. "title":"销售简报-新增客户",
  261. "searchText":"请输入客户名称/手机/电话",
  262. "sortField":"updateTime",
  263. "sortType":'desc'
  264. },
  265. "clueView":{
  266. "fieldList":{
  267. "field1":{
  268. "field":"name",
  269. "title":"线索名称",
  270. "width":165,
  271. "fixed":"left",
  272. "resize": true,
  273. "align": 'left',
  274. "sort":true,
  275. "formatter" :function (v, data, index) {return '<a style="color: #337ab7;" class="clueId" id="'+data.id+'">'+v+'</a>';}
  276. },
  277. "field2":{
  278. "field":"source",
  279. "title":"来源",
  280. "width":165,
  281. "align": 'left'
  282. },
  283. "field3":{
  284. "field":"telephone",
  285. "title":"电话",
  286. "minWidth":165,
  287. "resize":true,
  288. "align": 'left',
  289. "sort":true
  290. },
  291. "field4":{
  292. "field":"updateTime",
  293. "title":"更新时间",
  294. "minWidth":160,
  295. "resize":true,
  296. "align": 'left',
  297. "sort":true
  298. },
  299. "field5":{
  300. "field":"owneruser",
  301. "title":"负责人",
  302. "minWidth":120,
  303. "resize":true,
  304. "align": 'left',
  305. "sort":true
  306. },
  307. "field6":{
  308. "field":"cellphone",
  309. "title":"手机",
  310. "width":165,
  311. "resize":true,
  312. "align": 'left'
  313. },
  314. "field7":{
  315. "field":"industry",
  316. "title":"客户类型",
  317. "width":120,
  318. "align": 'left',
  319. "resize":true
  320. },
  321. "field8":{
  322. "field":"level",
  323. "title":"客户级别",
  324. "width":120,
  325. "resize":true,
  326. "align": 'left'
  327. },
  328. "field9":{
  329. "field":"address",
  330. "title":"地址",
  331. "align": 'left',
  332. "width":165
  333. },
  334. "field10":{
  335. "field":"nexttime",
  336. "title":"下次联系时间",
  337. "width":160,
  338. "align": 'left',
  339. "sort":true
  340. },
  341. "field11":{
  342. "field":"remark",
  343. "title":"备注",
  344. "align": 'left',
  345. "width":165
  346. }
  347. /*"field10":{
  348. "field":"opts",
  349. "title":"操作",
  350. "width":125,
  351. "fixed": "right",
  352. "align": "center",
  353. "resize": true,
  354. "formatter" :function () {return '<a class="rayui-btn rayui-btn-success" event="edit">编辑</a>';}
  355. }*/
  356. },
  357. "sortField":"updateTime",
  358. "sortType":'desc'
  359. },
  360. "clue":{
  361. "head":{
  362. "headTitle":"线索管理",
  363. "searchText":"请输入线索名称",
  364. "search":"搜索",
  365. "create":"新建",
  366. "moreAction":"更多"
  367. },
  368. "clueForm":{
  369. "defaultSelect":"请选择",
  370. "title":"新增线索",
  371. "name":"线索名称",
  372. "source":"来源",
  373. "telephone":"电话",
  374. "cellphone":"手机",
  375. "industry":"客户类型",
  376. "level":"客户级别",
  377. "address":"地址",
  378. "nexttime":"下次联系时间 ",
  379. "remark":"备注",
  380. "saveSuccess":"新建成功",
  381. "actionConfirm":"确定",
  382. "actionCancel":"关闭"
  383. },
  384. "clueRead":{
  385. "mapLocation":"地图",
  386. "TCustomerName":"线索名称",
  387. "TCustomerNO":"客户编号",
  388. "TCustomerType":"客户类型",
  389. "TCustomerLevel":"客户级别",
  390. "TSource":"来源",
  391. "TIndustryFirst":"行业",
  392. "TIndustrySecond":"行业",
  393. "TDistrict":"省、市、区",
  394. "TCountry":"国家",
  395. "TProvince":"省",
  396. "TCity":"市",
  397. "TArea":"区",
  398. "TStreet":"详细街道",
  399. "TLocation":"定位",
  400. "TLocationNotice":"输入街道,公司,写字楼等",
  401. "TLongitude":"经度",
  402. "TLatitude":"纬度",
  403. "TTelphone":"电话",
  404. "TFax":"传真",
  405. "TRemark":"备注",
  406. "TWebSite":"网址",
  407. "TEmail":"邮件",
  408. "TCustomerStatus":"客户状态",
  409. "TCustomerGrade":"客户分级",
  410. "responsePerson":"负责人",
  411. "customerInfo":"基本信息",
  412. "editCustomer":"编辑",
  413. "navi":{
  414. "summary":"概要",
  415. "customerInfo":"客户信息",
  416. "address":"地址管理",
  417. "contact":"联系人",
  418. "chance":"商机",
  419. "clue":"线索",
  420. "bargain":"合同",
  421. "visitor":"拜访",
  422. "attachment":"附件"
  423. }
  424. },
  425. "clueEdit":{
  426. "name":{
  427. "text":"线索名称",
  428. "notEmpty":true,
  429. "type":"text"
  430. },
  431. "source":{
  432. "text":"来源",
  433. "notEmpty":true,
  434. "type":"text"
  435. },
  436. "telephone":{
  437. "text":"电话",
  438. "notEmpty":true,
  439. "type":"text"
  440. },
  441. "cellphone":{
  442. "text":"手机",
  443. "notEmpty":true,
  444. "type":"text"
  445. },
  446. "industry":{
  447. "text":"客户类型",
  448. "notEmpty":true,
  449. "type":"select",
  450. "value":"IT/通信/电子/互联网,金融业,房地产,运输/物流,服务业,文化传媒,政府,其他"
  451. },
  452. "level":{
  453. "text":"客户级别",
  454. "notEmpty":true,
  455. "type":"select",
  456. "value":"A(重点客户),B(普通客户),C(非优先客户)"
  457. },
  458. "address":{
  459. "text":"地址",
  460. "notEmpty":true,
  461. "type":"text"
  462. },
  463. "nexttime":{
  464. "text":"下次联系时间",
  465. "notEmpty":true,
  466. "attr" : {id:"nexttime"},
  467. "type":"datetime"
  468. },
  469. "remark":{
  470. "text":"备注",
  471. "type":"textarea"
  472. }
  473. },
  474. "industry":{
  475. "value":"IT/通信/电子/互联网,金融业,房地产,运输/物流,服务业,文化传媒,政府,其他"
  476. },
  477. "level":{
  478. "value":"A(重点客户),B(普通客户),C(非优先客户)"
  479. }
  480. },
  481. "contact":{
  482. "head":{
  483. "headTitle":"联系人管理",
  484. "searchText":"请输入联系人名称",
  485. "search":"搜索",
  486. "create":"新建",
  487. "moreAction":"更多"
  488. },
  489. "contactEdit":{
  490. "contactsname":{
  491. "text":"线索名称",
  492. "notEmpty":true,
  493. "type":"text"
  494. },
  495. "customername":{
  496. "text":"客户名称",
  497. "notEmpty":true,
  498. "type":"openSelect"
  499. },
  500. "telephone":{
  501. "text":"电话",
  502. "notEmpty":true,
  503. "type":"text"
  504. },
  505. "cellphone":{
  506. "text":"手机",
  507. "type":"text"
  508. },
  509. "email":{
  510. "text":"电子邮箱",
  511. "type":"text"
  512. },
  513. "decision":{
  514. "text":"是否关键决策人",
  515. "notEmpty":true,
  516. "type":"select",
  517. "value":"是,否"
  518. },
  519. "post":{
  520. "text":"职务",
  521. "type":"text"
  522. },
  523. "sex":{
  524. "text":"性别",
  525. "notEmpty":true,
  526. "type":"select",
  527. "value":"男,女"
  528. },
  529. "detailaddress":{
  530. "text":"地址",
  531. "type":"text"
  532. },
  533. "nexttime":{
  534. "text":"下次联系时间",
  535. "notEmpty":true,
  536. "attr" : {id:"nexttime"},
  537. "type":"datetime"
  538. },
  539. "remark":{
  540. "text":"备注",
  541. "type":"textarea"
  542. }
  543. },
  544. "decision":{
  545. "value":"是,否"
  546. },
  547. "sex":{
  548. "value":"男,女"
  549. }
  550. },
  551. "contactsView":{
  552. "fieldList":{
  553. "field1":{
  554. "field":"contactsname",
  555. "title":"姓名",
  556. "width":165,
  557. "resize": true,
  558. "fixed":"left",
  559. "align": 'left',
  560. "formatter" :function (v, data, index) {return '<a style="color: #337ab7;" class="clueId" id="'+data.id+'">'+v+'</a>';}
  561. },
  562. "field2":{
  563. "field":"customer",
  564. "title":"客户名称",
  565. "width":165,
  566. "resize": true,
  567. "align": 'left',
  568. "formatter" :function (v, data, index) {return '<a style="color: #337ab7;" class="otherId" id="'+v.id+'">'+v.customername+'</a>';}
  569. },
  570. "field3":{
  571. "field":"cellphone",
  572. "title":"手机",
  573. "width":120,
  574. "align": 'left',
  575. "resize":true
  576. },
  577. "field4":{
  578. "field":"email",
  579. "title":"电子邮箱",
  580. "width":120,
  581. "resize":true,
  582. "align": 'left'
  583. },
  584. "field5":{
  585. "field":"post",
  586. "title":"职务",
  587. "width":160,
  588. "align": 'left',
  589. "sort":true
  590. },
  591. "field6":{
  592. "field":"detailaddress",
  593. "title":"地址",
  594. "width":120,
  595. "align": 'left',
  596. },
  597. "field7":{
  598. "field":"createuser",
  599. "title":"创建人",
  600. "width":120,
  601. "align": 'left',
  602. },
  603. "field8":{
  604. "field":"updateTime",
  605. "title":"更新时间",
  606. "align": 'left',
  607. "width":160
  608. },
  609. "field9":{
  610. "field":"createTime",
  611. "title":"创建时间",
  612. "width":160,
  613. "align": 'left'
  614. },
  615. "field10":{
  616. "field":"owneruser",
  617. "title":"负责人",
  618. "width":120,
  619. "resize":true,
  620. "align": 'left'
  621. },
  622. "field11":{
  623. "field":"createuser",
  624. "title":"创建人",
  625. "width":120,
  626. "align": 'left'
  627. },
  628. "field12":{
  629. "field":"remark",
  630. "title":"备注",
  631. "minWidth":165,
  632. "resize":true,
  633. "align": 'left'
  634. },
  635. "field13":{
  636. "field":"decision",
  637. "title":"是否关键决策人",
  638. "width":120,
  639. "align": 'left',
  640. "sort":true
  641. },
  642. "field14":{
  643. "field":"nexttime",
  644. "title":"下次联系时间",
  645. "width":120,
  646. "align": 'left'
  647. },
  648. "field15":{
  649. "field":"sex",
  650. "title":"性别",
  651. "width":120,
  652. "align": 'left'
  653. }
  654. },
  655. "title":"销售简报-新增联系人",
  656. "searchText":"请输入联系人名称/手机/电话",
  657. "sortField":"customerid",
  658. "sortType":'desc'
  659. },
  660. "index":{
  661. "head":{
  662. "headTitle":"本人及下属",
  663. "searchText":"搜索客户姓名",
  664. "search":"搜索",
  665. "create":"新建",
  666. "moreAction":"更多"
  667. },
  668. "searchDate":{
  669. "value":"今天,本周,本月,本季度,本年,自定义"
  670. }
  671. },
  672. "chance": {
  673. "head": {
  674. "headTitle": "商机管理",
  675. "searchText": "搜索商机名称",
  676. "search": "搜索",
  677. "create": "新建商机",
  678. "moreAction": "更多操作"
  679. },
  680. "chanceEdit":{
  681. "defaultSelect":"请选择",
  682. "title":"新建商机",
  683. "name":"商机名称",
  684. "customer":"客户名称",
  685. "money":"商机金额",
  686. "typeid":"商机状态组",
  687. "statusid":"商机阶段",
  688. "dealdate":"预计成交日期",
  689. "remark":"备注",
  690. "saveSuccess":"新建成功",
  691. "ok":"确定",
  692. "cancel":"关闭"
  693. },
  694. "title":"销售简报-新增商机",
  695. "typeid":{
  696. "value":"IT/通信/电子/互联网,金融业,房地产,运输/物流,服务业,文化传媒,政府,其他"
  697. },
  698. "statusid":{
  699. "value":"A(重点客户),B(普通客户),C(非优先客户)"
  700. }
  701. },
  702. "template":{
  703. "defaultSelect":"请选择"
  704. },
  705. "baiduMap":{
  706. }
  707. };