customerTable.php 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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_new',
  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' =>'enter_time',
  65. 'value' => '创建时间',
  66. ],
  67. // [
  68. // 'key' =>'man_xt',
  69. // 'value' =>'协同人',
  70. // ],
  71. [
  72. 'key' =>'fp',
  73. 'value' => '分配门店',
  74. ],
  75. ];