神领物流后台管理-前端研究院
  1. 运单相关
神领物流后台管理-前端研究院
  • 鉴权服务
    • 验证码-登录的验证码
      GET
    • 登录
      POST
    • 查询用户可用的所有菜单
      GET
  • 行政机构
    • 根据父id获取地址信息
      GET
  • 车辆管理
    • 获取绑定司机
      GET
    • 统计车辆
      GET
    • 删除车辆
      DELETE
    • 停用车辆
      PUT
    • 启用车辆
      PUT
    • 添加车辆
      POST
    • 获取车辆分页数据
      GET
    • 车辆绑定司机
      POST
    • 获取车辆详情
      GET
    • 更新车辆信息
      PUT
    • 获取车辆行驶证详情
      GET
    • 保存车辆行驶证信息
      POST
    • 获取车辆车次信息
      GET
    • 获取未绑定车辆的司机
      GET
    • 获取已经停用的车辆
      GET
    • 获取已经启用的车辆
      GET
  • 网点管理
    • 根据机构查询快递员
      GET
    • 获取快递员分页数据
      GET
    • 获取快递员详情
      GET
    • 保存业务范围
      POST
    • 获取业务范围
      GET
    • 删除作业范围
      DELETE
    • 获取树状机构信息
      GET
    • 获取员工分页数据
      GET
    • 获取员工详情
      GET
    • 获取机构详情
      GET
  • 运费管理
    • 运费模板列表
    • 新增/修改运费模板
    • 删除运费模板
  • 成本配置
    • 查询成本配置
    • 保存成本配置
  • 调度配置
    • 查询调度配置
    • 保存调度配置
  • 司机管理
    • 获取司机分页数据
    • 司机安排车辆
    • 获取司机基本信息详情
    • 保存司机信息
    • 保存司机驾驶证信息
    • 获取司机驾驶证信息
  • 文件上传相关接口
    • 图片上传
    • 文件上传
  • 货物类型
    • 添加货物类型
    • 获取货物类型分页数据
    • 获取货物类型信息列表
    • 获取货物类型详情
    • 更新货物类型
    • 删除货物类型
  • 货品管理
    • 获取货物列表
    • 添加货物
    • 更新货物信息
    • 删除货物
  • 订单管理
    • 获取订单分页数据
    • 获取订单详情
    • 更新订单
  • 派件、取件任务
    • 获取取派件分页数据
    • 分配快递员
  • 运单相关
    • 统计运单
      GET
    • 获取运单分页数据
      POST
    • 获取运单轨迹详情(未开发)
      GET
    • 获取运单详情
      GET
  • 运输任务
    • 手动调整 发车前调整车次 车辆 司机
    • 空车取消运输任务
    • 统计运输任务
    • 获取运输任务分页数据
    • 获取运输任务坐标
    • 获取运输任务详情
  • 线路管理
    • 添加线路
    • 获取线路分页数据
    • 获取线路详情
    • 更新线路
    • 删除线路
  • 车次管理
    • 获取车次列表
    • 添加车次
    • 获取车次-车辆绑定关系
    • 获取车次详情
    • 更新车次
    • 删除车次
    • 车次-安排车辆
  • 回车登记
    • 回车登记详情
    • 分页查询回车登记列表
  • 车型管理
    • 添加车辆类型
    • 获取车辆类型分页数据
    • 获取车辆类型信息列表
    • 获取车辆类型详情
    • 更新车辆类型
    • 删除车辆类型
  • 工作模式相关接口
    • 新增工作模式
    • 修改工作模式
    • 工作模式列表查询
    • 工作模式分页查询
    • 根据工作模式id获取工作模式详情
    • 工作模式删除
  • 工作排班相关接口
    • 分页查询排班
    • 批量关联排班
    • 人工调整
    • 下载排班模板
    • 导入排班
    • 删除
  • 工作台
    • 查询一条数据
  1. 运单相关

获取运单分页数据

开发中
POST
/manager/transport-order-manager/page

请求参数

Header 参数
Authorization
string 
可选
示例值:
{{token}}
Body 参数application/json
currentAgencyId
integer 
当前所在机构id
必需
endAgencyId
integer 
终点网点id
必需
id
string 
id
必需
orderId
integer 
订单Id
必需
page
integer 
页码
必需
pageSize
integer 
页尺寸
必需
schedulingStatus
string 
调度状态调度状态(1.待调度2.未匹配线路3.已调度),可用值:NO_MATCH_TRANSPORT_LINE,SCHEDULED,TO_BE_SCHEDULED
必需
调度状态调度状态(1.待调度2.未匹配线路3.已调度)
startAgencyId
integer 
起始网点id
必需
status
string 
运单状态(1.新建 2.已装车,发往x转运中心 3.到达 4.到达终端网点 5.已签收 6.拒收)),可用值:ARRIVED_END,CREATED,LOADED,PROCESSING,REJECTED
必需
运单状态(1.新建 2.已装车,发往x转运中心 3.到达 4.到达终端网点 5.已签收 6.拒收))
示例
{
    "currentAgencyId": 0,
    "endAgencyId": 0,
    "id": "string",
    "orderId": 0,
    "page": 0,
    "pageSize": 0,
    "schedulingStatus": "string",
    "startAgencyId": 0,
    "status": "string"
}

返回响应

🟢200成功
application/json
Body
code
integer 
状态编码:200-成功,非200 -> 失败
必需
msg
string 
提示消息
必需
data
object 
分页数据统一对象
必需
分页数据消息体«运单信息»
counts
string 
总条目数
必需
pageSize
integer 
页尺寸
必需
pages
string 
总页数
必需
page
integer 
页码
必需
items
array [object {23}] 
数据列表
必需
运单信息
示例
{
    "code": 200,
    "msg": "ok",
    "data": {
        "counts": "55",
        "pageSize": 10,
        "pages": "6",
        "page": 1,
        "items": [
            {
                "id": "SL1000000001266",
                "orderId": "1635886093968273409",
                "order": null,
                "currentAgencyName": "金牛区营业部",
                "startAgencyName": "青羊区营业部",
                "endAgencyName": "金牛区营业部",
                "nextAgencyName": "金牛区营业部",
                "statusText": null,
                "status": 4,
                "schedulingStatus": 3,
                "created": "2023-03-15 14:13:47",
                "updated": "2023-03-15 14:23:43",
                "taskPickup": null,
                "taskDispatch": null,
                "taskRejectionDispatch": null,
                "taskTransports": null,
                "startAgencyId": "1024771753995515873",
                "endAgencyId": "1024771466287232801",
                "currentAgencyId": "1024771466287232801",
                "nextAgencyId": "1024771466287232801",
                "transportLine": "{\"nodeList\":[{\"bid\":1024771753995515873,\"name\":\"青羊区营业部\",\"type\":3,\"phone\":\"18500445665\",\"address\":\"{\\\"province\\\":{\\\"id\\\":545532,\\\"name\\\":\\\"四川\\\",\\\"lng\\\":\\\"104.075931\\\",\\\"lat\\\":\\\"30.651651\\\"},\\\"city\\\":{\\\"id\\\":545533,\\\"name\\\":\\\"成都\\\",\\\"lng\\\":\\\"104.066541\\\",\\\"lat\\\":\\\"30.572269\\\"},\\\"county\\\":{\\\"id\\\":545669,\\\"name\\\":\\\"青羊\\\",\\\"lng\\\":\\\"104.062499\\\",\\\"lat\\\":\\\"30.674406\\\"},\\\"address\\\":\\\"四川省成都市青羊区蜀辉路19号\\\"}\",\"latitude\":30.678425,\"longitude\":103.997835,\"parentId\":1024706903290237921,\"managerName\":\"沈浪\",\"status\":true},{\"bid\":1024706903290237921,\"name\":\"成都分拣中心\",\"type\":2,\"phone\":\"18655552222\",\"address\":\"{\\\"province\\\":{\\\"id\\\":545532,\\\"name\\\":\\\"四川\\\",\\\"lng\\\":\\\"104.075931\\\",\\\"lat\\\":\\\"30.651651\\\"},\\\"city\\\":{\\\"id\\\":545533,\\\"name\\\":\\\"成都\\\",\\\"lng\\\":\\\"104.066541\\\",\\\"lat\\\":\\\"30.572269\\\"},\\\"county\\\":{\\\"id\\\":546835,\\\"name\\\":\\\"双流\\\",\\\"lng\\\":\\\"103.923588\\\",\\\"lat\\\":\\\"30.574488\\\"},\\\"address\\\":\\\"双流机场西路200米\\\"}\",\"latitude\":30.571153,\"longitude\":103.960791,\"parentId\":1024706655985685345,\"managerName\":\"李寻欢\",\"status\":true},{\"bid\":1024771466287232801,\"name\":\"金牛区营业部\",\"type\":3,\"phone\":\"18665366366\",\"address\":\"{\\\"province\\\":{\\\"id\\\":545532,\\\"name\\\":\\\"四川\\\",\\\"lng\\\":\\\"104.075931\\\",\\\"lat\\\":\\\"30.651651\\\"},\\\"city\\\":{\\\"id\\\":545533,\\\"name\\\":\\\"成都\\\",\\\"lng\\\":\\\"104.066541\\\",\\\"lat\\\":\\\"30.572269\\\"},\\\"county\\\":{\\\"id\\\":545763,\\\"name\\\":\\\"金牛\\\",\\\"lng\\\":\\\"104.052236\\\",\\\"lat\\\":\\\"30.691359\\\"},\\\"address\\\":\\\"成都市金牛区金府路66号\\\"}\",\"latitude\":30.704498,\"longitude\":104.024214,\"parentId\":1024706903290237921,\"managerName\":\"白飞飞\",\"status\":true}],\"cost\":3621}",
                "totalVolume": 0.0001,
                "totalWeight": 1
            },
            {
                "id": "SL1000000001265",
                "orderId": "1635458903761940481",
                "order": null,
                "currentAgencyName": "青羊区营业部",
                "startAgencyName": "青羊区营业部",
                "endAgencyName": "青羊区营业部",
                "nextAgencyName": "青羊区营业部",
                "statusText": null,
                "status": 4,
                "schedulingStatus": 3,
                "created": "2023-03-15 10:20:07",
                "updated": "2023-03-15 10:20:07",
                "taskPickup": null,
                "taskDispatch": null,
                "taskRejectionDispatch": null,
                "taskTransports": null,
                "startAgencyId": "1024771753995515873",
                "endAgencyId": "1024771753995515873",
                "currentAgencyId": "1024771753995515873",
                "nextAgencyId": "1024771753995515873",
                "transportLine": null,
                "totalVolume": 0.0001,
                "totalWeight": 1
            },
            {
                "id": "SL1000000001264",
                "orderId": "1635454008858177538",
                "order": null,
                "currentAgencyName": "青羊区营业部",
                "startAgencyName": "青羊区营业部",
                "endAgencyName": "青羊区营业部",
                "nextAgencyName": "青羊区营业部",
                "statusText": null,
                "status": 4,
                "schedulingStatus": 3,
                "created": "2023-03-14 09:35:32",
                "updated": "2023-03-14 09:35:54",
                "taskPickup": null,
                "taskDispatch": null,
                "taskRejectionDispatch": null,
                "taskTransports": null,
                "startAgencyId": "1024771753995515873",
                "endAgencyId": "1024771753995515873",
                "currentAgencyId": "1024771753995515873",
                "nextAgencyId": "1024771753995515873",
                "transportLine": null,
                "totalVolume": 0.0001,
                "totalWeight": 1
            },
            {
                "id": "SL1000000001263",
                "orderId": "1635215733379756033",
                "order": null,
                "currentAgencyName": "青羊区营业部",
                "startAgencyName": "青羊区营业部",
                "endAgencyName": "青羊区营业部",
                "nextAgencyName": "青羊区营业部",
                "statusText": null,
                "status": 4,
                "schedulingStatus": 3,
                "created": "2023-03-13 17:55:52",
                "updated": "2023-03-14 09:36:47",
                "taskPickup": null,
                "taskDispatch": null,
                "taskRejectionDispatch": null,
                "taskTransports": null,
                "startAgencyId": "1024771753995515873",
                "endAgencyId": "1024771753995515873",
                "currentAgencyId": "1024771753995515873",
                "nextAgencyId": "1024771753995515873",
                "transportLine": null,
                "totalVolume": 0.0001,
                "totalWeight": 1
            },
            {
                "id": "SL1000000001262",
                "orderId": "1635209651068530690",
                "order": null,
                "currentAgencyName": "青羊区营业部",
                "startAgencyName": "青羊区营业部",
                "endAgencyName": "青羊区营业部",
                "nextAgencyName": "青羊区营业部",
                "statusText": null,
                "status": 4,
                "schedulingStatus": 3,
                "created": "2023-03-13 17:25:51",
                "updated": "2023-03-13 17:25:51",
                "taskPickup": null,
                "taskDispatch": null,
                "taskRejectionDispatch": null,
                "taskTransports": null,
                "startAgencyId": "1024771753995515873",
                "endAgencyId": "1024771753995515873",
                "currentAgencyId": "1024771753995515873",
                "nextAgencyId": "1024771753995515873",
                "transportLine": null,
                "totalVolume": 0.0001,
                "totalWeight": 1
            },
            {
                "id": "SL1000000001261",
                "orderId": "1635183046157856769",
                "order": null,
                "currentAgencyName": "青羊区营业部",
                "startAgencyName": "青羊区营业部",
                "endAgencyName": "青羊区营业部",
                "nextAgencyName": "青羊区营业部",
                "statusText": null,
                "status": 4,
                "schedulingStatus": 3,
                "created": "2023-03-13 15:38:26",
                "updated": "2023-03-13 15:38:26",
                "taskPickup": null,
                "taskDispatch": null,
                "taskRejectionDispatch": null,
                "taskTransports": null,
                "startAgencyId": "1024771753995515873",
                "endAgencyId": "1024771753995515873",
                "currentAgencyId": "1024771753995515873",
                "nextAgencyId": "1024771753995515873",
                "transportLine": null,
                "totalVolume": 0.0001,
                "totalWeight": 1
            },
            {
                "id": "SL1000000001260",
                "orderId": "1635182976964423681",
                "order": null,
                "currentAgencyName": "青羊区营业部",
                "startAgencyName": "青羊区营业部",
                "endAgencyName": "青羊区营业部",
                "nextAgencyName": "青羊区营业部",
                "statusText": null,
                "status": 4,
                "schedulingStatus": 3,
                "created": "2023-03-13 15:37:14",
                "updated": "2023-03-13 15:37:14",
                "taskPickup": null,
                "taskDispatch": null,
                "taskRejectionDispatch": null,
                "taskTransports": null,
                "startAgencyId": "1024771753995515873",
                "endAgencyId": "1024771753995515873",
                "currentAgencyId": "1024771753995515873",
                "nextAgencyId": "1024771753995515873",
                "transportLine": null,
                "totalVolume": 0.0001,
                "totalWeight": 1
            },
            {
                "id": "SL1000000001259",
                "orderId": "1633738340836241409",
                "order": null,
                "currentAgencyName": "青羊区营业部",
                "startAgencyName": "青羊区营业部",
                "endAgencyName": "青羊区营业部",
                "nextAgencyName": "青羊区营业部",
                "statusText": null,
                "status": 4,
                "schedulingStatus": 3,
                "created": "2023-03-09 15:56:18",
                "updated": "2023-03-09 15:56:18",
                "taskPickup": null,
                "taskDispatch": null,
                "taskRejectionDispatch": null,
                "taskTransports": null,
                "startAgencyId": "1024771753995515873",
                "endAgencyId": "1024771753995515873",
                "currentAgencyId": "1024771753995515873",
                "nextAgencyId": "1024771753995515873",
                "transportLine": null,
                "totalVolume": 0.0001,
                "totalWeight": 1
            },
            {
                "id": "SL1000000001258",
                "orderId": "1633736940978892801",
                "order": null,
                "currentAgencyName": "青羊区营业部",
                "startAgencyName": "青羊区营业部",
                "endAgencyName": "青羊区营业部",
                "nextAgencyName": "青羊区营业部",
                "statusText": null,
                "status": 4,
                "schedulingStatus": 3,
                "created": "2023-03-09 15:51:19",
                "updated": "2023-03-09 15:51:19",
                "taskPickup": null,
                "taskDispatch": null,
                "taskRejectionDispatch": null,
                "taskTransports": null,
                "startAgencyId": "1024771753995515873",
                "endAgencyId": "1024771753995515873",
                "currentAgencyId": "1024771753995515873",
                "nextAgencyId": "1024771753995515873",
                "transportLine": null,
                "totalVolume": 0.0001,
                "totalWeight": 1
            },
            {
                "id": "SL1000000001257",
                "orderId": "1633716047628136450",
                "order": null,
                "currentAgencyName": "青羊区营业部",
                "startAgencyName": "青羊区营业部",
                "endAgencyName": "青羊区营业部",
                "nextAgencyName": "青羊区营业部",
                "statusText": null,
                "status": 4,
                "schedulingStatus": 3,
                "created": "2023-03-09 15:35:37",
                "updated": "2023-03-09 15:35:37",
                "taskPickup": null,
                "taskDispatch": null,
                "taskRejectionDispatch": null,
                "taskTransports": null,
                "startAgencyId": "1024771753995515873",
                "endAgencyId": "1024771753995515873",
                "currentAgencyId": "1024771753995515873",
                "nextAgencyId": "1024771753995515873",
                "transportLine": null,
                "totalVolume": 0.0001,
                "totalWeight": 1
            }
        ]
    }
}
修改于 2023-05-24 04:02:09
上一页
统计运单
下一页
获取运单轨迹详情(未开发)
Built with