customerTable.php 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?php
  2. return [
  3. [
  4. 'key' =>'model_type',
  5. 'value' =>'* 客户模板',
  6. ],
  7. [
  8. 'key' =>'title',
  9. 'value' =>'* 客户名称',
  10. ],
  11. [
  12. 'key' =>'customer_intention',
  13. 'value' => '客户意向度',
  14. ],
  15. [
  16. 'key' =>'customer_from',
  17. 'value' => '客户来源',
  18. ],
  19. [
  20. 'key' =>'customer_type',
  21. 'value' => '客户类别',
  22. ],
  23. [
  24. 'key' =>'consulting_product',
  25. 'value' =>'咨询产品',
  26. ],
  27. [
  28. 'key' =>'intention_product',
  29. 'value' =>'意向产品',
  30. ],
  31. [
  32. 'key' =>'progress_stage',
  33. 'value' =>'进展阶段',
  34. ],
  35. [
  36. 'key' =>'state_type',
  37. 'value' =>'状态',
  38. ],
  39. [
  40. 'key' =>'car_type',
  41. 'value' =>'车型',
  42. ],
  43. [
  44. 'key' =>'mark',
  45. 'value' =>'备注',
  46. ],
  47. [
  48. 'key' =>'address',
  49. 'value' =>'客户详细地址',
  50. ],
  51. [
  52. 'key' =>'contact_type',
  53. 'value' =>'联系方式类型',
  54. ],
  55. [
  56. 'key' =>'contact_content',
  57. 'value' =>'联系方式内容',
  58. ],
  59. [
  60. 'key' =>'man_fz_number',
  61. 'value' =>'负责人工号',
  62. ],
  63. // [
  64. // 'key' =>'man_xt',
  65. // 'value' =>'协同人',
  66. // ],
  67. ];