ddrive_sf_order.php 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?php
  2. return [
  3. 'Order_type' => '订单类型',
  4. 'Order_type 1' => '乘客发布',
  5. 'Order_type 2' => '司机发布',
  6. 'User_id' => '发布人id',
  7. 'User.username' => '发布人',
  8. 'Tel' => '发布人电话',
  9. 'Order_money' => '订单价格',
  10. 'Other_user_id' => '司机/用户id',
  11. 'Start_latitude' => '出发维度',
  12. 'Start_longitude' => '出发经度',
  13. 'Start_city' => '出发城市',
  14. 'Start_address' => '出发详细地址',
  15. 'Start_name' => '出发地',
  16. 'End_latitude' => '目的地纬度',
  17. 'End_longitude' => '目的地经度',
  18. 'End_city' => '终点城市',
  19. 'End_address' => '目的地详细地址',
  20. 'End_name' => '目的地',
  21. 'Route' => '路线',
  22. 'Start_time' => '出发时间',
  23. 'Car_type' => '车型',
  24. 'More_seats' => '余座',
  25. 'People_num' => '预约人数',
  26. 'Car_price' => '座位费',
  27. 'Platform_service_fee' => '平台服务费',
  28. 'Pid' => '父级id',
  29. 'Status' => '订单状态',
  30. 'Status -2' => '已超时',
  31. 'Status -1' => '已取消',
  32. 'Status 1' => '待接单',
  33. 'Status 2' => '待确认',
  34. 'Status 3' => '待出发',
  35. 'Status 4' => '行驶中',
  36. 'Status 5' => '已完成',
  37. 'Remark' => '备注',
  38. 'Cancel_type' => '取消原因',
  39. 'Cancel_type 0' => '无',
  40. 'Cancel_type 1' => '平台派单太远',
  41. 'Cancel_type 2' => '上车位置错误/找不到上车位置',
  42. 'Cancel_type 3' => '联系不上司机',
  43. 'Cancel_type 4' => '司机以各种理由不来接我',
  44. 'Cancel_type 5' => '司机要求取消订单',
  45. 'Cancel_type 6' => '司机原地不动或反方向行驶',
  46. 'Cancel_type 7' => '司机要求加价或现金交易',
  47. 'Cancel_type 8' => '司机迟到',
  48. 'Cancel_type 9' => '订单不显示车辆或司机',
  49. 'Cancel_type 10' => '行程有变',
  50. 'Cancel_type 11' => '目的地有误',
  51. 'Cancel_type 12' => '选择其他出行工具',
  52. 'Assess' => '评价',
  53. 'Assess 0' => '未评价',
  54. 'Assess 1' => '已评价',
  55. 'Pay_type' => '支付方式',
  56. 'Pay_type 1' => '微信',
  57. 'Pay_type 2' => '支付宝',
  58. 'Pay_type 3' => '线下支付',
  59. 'Pay_time' => '支付时间',
  60. 'Pay_status' => '支付状态',
  61. 'Pay_status 0' => '待支付',
  62. 'Pay_status 1' => '已支付',
  63. 'Cancel_time' => '取消时间',
  64. 'Createtime' => '创建时间',
  65. 'Updatetime' => '修改时间',
  66. 'Driver.mobile' => '联系人电话',
  67. 'Driver.username' => '联系人',
  68. ];