神领物流后台管理-前端研究院
  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. 运单相关

获取运单详情

开发中
GET
/manager/transport-order-manager/{id}

请求参数

Path 参数
id
string 
运单id
必需
示例值:
SL1000000001212
Header 参数
Authorization
string 
可选
示例值:
{{token}}

返回响应

🟢200成功
application/json
Body
code
integer 
状态编码:200-成功,非200 -> 失败
必需
运单信息
msg
string 
提示消息
必需
data
object 
响应数据
必需
id
string 
id
必需
orderId
string 
订单id
必需
order
object 
订单信息
必需
订单信息
currentAgencyName
string 
当前所在机构
必需
startAgencyName
string 
开始机构
必需
endAgencyName
string 
结束机构
必需
nextAgencyName
string 
下一个机构
必需
statusText
null 
运单状态
必需
status
integer 
运单状态(1.新建 2.已装车,发往x转运中心 3.到达 4.到达终端网点)
必需
schedulingStatus
integer 
调度状态调度状态(1.待调度2.未匹配线路3.已调度)
必需
created
string 
创建时间
必需
updated
string 
更新时间
必需
taskPickup
null 
取件信息
必需
取派件任务信息
taskDispatch
null 
派件信息
必需
取派件任务信息
taskRejectionDispatch
null 
拒收派件信息
必需
取派件任务信息
taskTransports
null 
运输信息
必需
运输任务信息
startAgencyId
string 
开始机构id
必需
endAgencyId
string 
结束机构id
必需
currentAgencyId
string 
当前所在机构id
必需
nextAgencyId
string 
下一个机构id
必需
transportLine
string  | null 
完整的运输路线
必需
totalVolume
number 
货品总体积
必需
totalWeight
integer 
货品总重量
必需
示例
{
    "code": 200,
    "msg": "ok",
    "data": {
        "id": "SL1000000001212",
        "orderId": "1608062099177144321",
        "order": {
            "id": "1608062099177144321",
            "orderCargoDTOS": [
                {
                    "id": "1608062099193921538",
                    "goodsType": {
                        "id": "1552846618315661323",
                        "name": "户外运动",
                        "defaultWeight": null,
                        "defaultVolume": null,
                        "remark": null,
                        "truckTypes": null,
                        "status": 1
                    },
                    "name": "篮球鞋",
                    "unit": null,
                    "cargoValue": null,
                    "cargoBarcode": null,
                    "quantity": 1,
                    "volume": 0.0001,
                    "weight": 1,
                    "remark": null,
                    "totalVolume": 0.0001,
                    "totalWeight": 1
                }
            ],
            "orderType": 2,
            "pickupType": 0,
            "createTime": "2023-05-24 19:27:35",
            "memberId": "1554720814588694530",
            "receiverProvince": {
                "id": "420824",
                "name": "湖北",
                "lng": "114.341861",
                "lat": "30.546498",
                "mutiPoints": null
            },
            "receiverCity": {
                "id": "420825",
                "name": "武汉",
                "lng": "114.305392",
                "lat": "30.593098",
                "mutiPoints": null
            },
            "receiverCounty": {
                "id": "421400",
                "name": "武昌",
                "lng": "114.316223",
                "lat": "30.554235",
                "mutiPoints": null
            },
            "receiverAddress": "东亭小区",
            "receiverName": "武昌收件人",
            "receiverPhone": "12000001384",
            "senderProvince": {
                "id": "115224",
                "name": "辽宁",
                "lng": "123.429440",
                "lat": "41.835441",
                "mutiPoints": null
            },
            "senderCity": {
                "id": "115225",
                "name": "沈阳",
                "lng": "123.431474",
                "lat": "41.805698",
                "mutiPoints": null
            },
            "senderCounty": {
                "id": "115612",
                "name": "皇姑",
                "lng": "123.441970",
                "lat": "41.824796",
                "mutiPoints": null
            },
            "senderAddress": "佳苑庄园",
            "senderName": "詹姆斯",
            "senderPhone": "12000001384",
            "paymentMethod": 1,
            "paymentStatus": 1,
            "amount": 18,
            "estimatedArrivalTime": "2023-05-28 19:27:35",
            "distance": 1815.694,
            "status": 23009,
            "page": null,
            "pageSize": null,
            "taskPickup": null,
            "taskDispatch": null,
            "taskRejectionDispatch": null,
            "transportOrder": {
                "id": "SL1000000001212",
                "orderId": "1608062099177144321",
                "order": null,
                "currentAgencyName": null,
                "startAgencyName": null,
                "endAgencyName": null,
                "nextAgencyName": null,
                "statusText": null,
                "status": 3,
                "schedulingStatus": 2,
                "created": "2023-05-24 20:30:25",
                "updated": "2023-05-24 21:44:13",
                "taskPickup": null,
                "taskDispatch": null,
                "taskRejectionDispatch": null,
                "taskTransports": null,
                "startAgencyId": "1024985129287809409",
                "endAgencyId": "1024993422324415489",
                "currentAgencyId": "1024993422324415489",
                "nextAgencyId": "1024993422324415489",
                "transportLine": "{\"nodeList\":[{\"bid\":1024985129287809409,\"name\":\"皇姑区营业部\",\"type\":3,\"phone\":\"13000001925\",\"address\":\"{\\\"province\\\":{\\\"id\\\":115224,\\\"name\\\":\\\"辽宁\\\",\\\"lng\\\":\\\"123.429440\\\",\\\"lat\\\":\\\"41.835441\\\"},\\\"city\\\":{\\\"id\\\":115225,\\\"name\\\":\\\"沈阳\\\",\\\"lng\\\":\\\"123.431474\\\",\\\"lat\\\":\\\"41.805698\\\"},\\\"county\\\":{\\\"id\\\":115612,\\\"name\\\":\\\"皇姑\\\",\\\"lng\\\":\\\"123.441970\\\",\\\"lat\\\":\\\"41.824796\\\"},\\\"address\\\":\\\"陵园街38号\\\"}\",\"latitude\":41.846732,\"longitude\":123.447096,\"parentId\":1024984540818568481,\"managerName\":\"林美玉\",\"status\":true},{\"bid\":1024984540818568481,\"name\":\"沈阳分拣中心\",\"type\":2,\"phone\":\"13000001925\",\"address\":\"{\\\"province\\\":{\\\"id\\\":115224,\\\"name\\\":\\\"辽宁\\\",\\\"lng\\\":\\\"123.429440\\\",\\\"lat\\\":\\\"41.835441\\\"},\\\"city\\\":{\\\"id\\\":115225,\\\"name\\\":\\\"沈阳\\\",\\\"lng\\\":\\\"123.431474\\\",\\\"lat\\\":\\\"41.805698\\\"},\\\"county\\\":{\\\"id\\\":115612,\\\"name\\\":\\\"皇姑\\\",\\\"lng\\\":\\\"123.441970\\\",\\\"lat\\\":\\\"41.824796\\\"},\\\"address\\\":\\\"鸭绿江北街58-8号\\\"}\",\"latitude\":41.86399,\"longitude\":123.451798,\"parentId\":1024982867475820033,\"managerName\":\"林于庭\",\"status\":true},{\"bid\":1024993422324415489,\"name\":\"武昌营业部\",\"type\":3,\"phone\":\"13000001925\",\"address\":\"{\\\"province\\\":{\\\"id\\\":420824,\\\"name\\\":\\\"湖北\\\",\\\"lng\\\":\\\"114.341861\\\",\\\"lat\\\":\\\"30.546498\\\"},\\\"city\\\":{\\\"id\\\":420825,\\\"name\\\":\\\"武汉\\\",\\\"lng\\\":\\\"114.305392\\\",\\\"lat\\\":\\\"30.593098\\\"},\\\"county\\\":{\\\"id\\\":421400,\\\"name\\\":\\\"武昌\\\",\\\"lng\\\":\\\"114.316223\\\",\\\"lat\\\":\\\"30.554235\\\"},\\\"address\\\":\\\"友谊大道194号附近\\\"}\",\"latitude\":30.562678,\"longitude\":114.317589,\"parentId\":1024991961163118369,\"managerName\":\"曹永军\",\"status\":true}],\"cost\":4840}",
                "totalVolume": 0.0001,
                "totalWeight": 1
            },
            "estimatedStartTime": "2023-05-24 20:27:00",
            "updated": "2023-05-24 22:08:52",
            "mark": null,
            "transportOrderPointVOS": null
        },
        "currentAgencyName": "武昌营业部",
        "startAgencyName": null,
        "endAgencyName": null,
        "nextAgencyName": null,
        "statusText": null,
        "status": 4,
        "schedulingStatus": 3,
        "created": "2023-05-24 20:30:25",
        "updated": "2023-05-24 21:44:13",
        "taskPickup": null,
        "taskDispatch": null,
        "taskRejectionDispatch": null,
        "taskTransports": [
            {
                "id": "1608095170466250753",
                "transportTrips": null,
                "startAgency": {
                    "id": "1024984540818568481",
                    "name": "沈阳分拣中心",
                    "type": null,
                    "subAgencies": null
                },
                "endAgency": {
                    "id": "1024993422324415489",
                    "name": "武昌营业部",
                    "type": null,
                    "subAgencies": null
                },
                "status": 4,
                "assignedStatus": 2,
                "loadingStatus": 2,
                "truck": {
                    "id": "1575354690074128386",
                    "truckTypeId": "1575257460197634049",
                    "truckTypeName": null,
                    "brand": null,
                    "licensePlate": "辽B123451",
                    "deviceGpsId": "12345",
                    "allowableLoad": 20,
                    "allowableVolume": 20,
                    "truckLicenseId": "1575355065288175618",
                    "status": 1,
                    "runStatus": 1,
                    "workStatus": 1,
                    "transportLineName": null,
                    "driverName": null,
                    "driverNum": null,
                    "loadingRatio": null,
                    "picture": "https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/1d3f97e1-a592-48d8-ab1c-bdda6ee6db6e.png,https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/b02e439d-5aa0-4073-83a2-31d85c8e2750.png"
                },
                "cargoPickUpPicture": "https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/816fe7c3-a6dd-4a72-97e2-380e7edfec54.jpg",
                "cargoPicture": "https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/d58bb4b6-7965-4d97-b461-5249e02e62d3.jpg",
                "transportCertificate": "https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/c57ed99f-abca-417f-8cca-4c6898eecb50.jpg",
                "planDepartureTime": "2023-05-24 22:40:00",
                "actualDepartureTime": "2023-05-24 21:43:56",
                "planArrivalTime": "2023-05-24 22:42:00",
                "actualArrivalTime": "2023-05-24 21:44:13",
                "deliverPicture": "https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/a744bda5-4a9e-40cd-b56c-d81906fc83e2.jpg",
                "deliveryLatitude": null,
                "deliveryLongitude": null,
                "deliverLatitude": null,
                "deliverLongitude": null,
                "createTime": null,
                "transportOrders": null,
                "drivers": [
                    {
                        "userId": "1024987378881793537",
                        "account": "sysj001",
                        "name": "司沈阳",
                        "password": null,
                        "workNumber": null,
                        "email": null,
                        "agency": {
                            "id": null,
                            "name": null,
                            "type": null,
                            "subAgencies": null
                        },
                        "mobile": "12000000030",
                        "station": null,
                        "stationName": null,
                        "avatar": "",
                        "status": 1,
                        "creator": null,
                        "createTime": null,
                        "roleNames": null,
                        "workStatus": null,
                        "age": null,
                        "workDate": null
                    },
                    {
                        "userId": "1024997316655995489",
                        "account": "dbsj",
                        "name": "司东北",
                        "password": null,
                        "workNumber": null,
                        "email": null,
                        "agency": {
                            "id": null,
                            "name": null,
                            "type": null,
                            "subAgencies": null
                        },
                        "mobile": "12000000045",
                        "station": null,
                        "stationName": null,
                        "avatar": "",
                        "status": 1,
                        "creator": null,
                        "createTime": null,
                        "roleNames": null,
                        "workStatus": null,
                        "age": null,
                        "workDate": null
                    }
                ],
                "transportOrderCount": null,
                "driverName": null,
                "remainingTime": null,
                "transportLineName": null,
                "transportLineId": null,
                "updated": "2023-05-24 21:44:13"
            },
            {
                "id": "1608087623835418626",
                "transportTrips": null,
                "startAgency": {
                    "id": "1024985129287809409",
                    "name": "皇姑区营业部",
                    "type": null,
                    "subAgencies": null
                },
                "endAgency": {
                    "id": "1024984540818568481",
                    "name": "沈阳分拣中心",
                    "type": null,
                    "subAgencies": null
                },
                "status": 4,
                "assignedStatus": 2,
                "loadingStatus": 2,
                "truck": {
                    "id": "1575348410018246657",
                    "truckTypeId": "1575066321985286145",
                    "truckTypeName": null,
                    "brand": null,
                    "licensePlate": "辽A123451",
                    "deviceGpsId": "1234564",
                    "allowableLoad": 10,
                    "allowableVolume": 10,
                    "truckLicenseId": "1575349834030592002",
                    "status": 1,
                    "runStatus": 0,
                    "workStatus": 1,
                    "transportLineName": null,
                    "driverName": null,
                    "driverNum": null,
                    "loadingRatio": null,
                    "picture": "https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/ef350b53-d17e-4e5e-8f94-019620bc4864.png,https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/9375bc47-5d6b-4c7d-be11-3a5a2387105b.png"
                },
                "cargoPickUpPicture": "https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/97fc8a78-6a0f-4dac-ba41-f10263654b9c.jpg",
                "cargoPicture": "https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/0b958fe5-c699-419f-bcd0-26cf64dafb71.jpg",
                "transportCertificate": "https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/f30e707d-713e-4203-8ab7-4831420085d3.jpg",
                "planDepartureTime": "2023-05-24 22:09:00",
                "actualDepartureTime": "2023-05-24 21:23:35",
                "planArrivalTime": "2023-05-24 22:11:00",
                "actualArrivalTime": "2023-05-24 21:23:59",
                "deliverPicture": "https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/3c437dc3-04cb-4933-b0c9-90f78ae100e4.jpg",
                "deliveryLatitude": null,
                "deliveryLongitude": null,
                "deliverLatitude": null,
                "deliverLongitude": null,
                "createTime": null,
                "transportOrders": null,
                "drivers": [
                    {
                        "userId": "1024985621531327777",
                        "account": "hbsj001",
                        "name": "平秦王",
                        "password": null,
                        "workNumber": null,
                        "email": null,
                        "agency": {
                            "id": null,
                            "name": null,
                            "type": null,
                            "subAgencies": null
                        },
                        "mobile": "12000000026",
                        "station": null,
                        "stationName": null,
                        "avatar": "",
                        "status": 1,
                        "creator": null,
                        "createTime": null,
                        "roleNames": null,
                        "workStatus": null,
                        "age": null,
                        "workDate": null
                    },
                    {
                        "userId": "1024986076978217057",
                        "account": "hbsj002",
                        "name": "长孙杰",
                        "password": null,
                        "workNumber": null,
                        "email": null,
                        "agency": {
                            "id": null,
                            "name": null,
                            "type": null,
                            "subAgencies": null
                        },
                        "mobile": "12000000027",
                        "station": null,
                        "stationName": null,
                        "avatar": "",
                        "status": 1,
                        "creator": null,
                        "createTime": null,
                        "roleNames": null,
                        "workStatus": null,
                        "age": null,
                        "workDate": null
                    }
                ],
                "transportOrderCount": null,
                "driverName": null,
                "remainingTime": null,
                "transportLineName": null,
                "transportLineId": null,
                "updated": "2023-05-24 21:23:59"
            }
        ],
        "startAgencyId": "1024985129287809409",
        "endAgencyId": "1024993422324415489",
        "currentAgencyId": "1024993422324415489",
        "nextAgencyId": "1024993422324415489",
        "transportLine": "{\"nodeList\":[{\"bid\":1024985129287809409,\"name\":\"皇姑区营业部\",\"type\":3,\"phone\":\"13000001925\",\"address\":\"{\\\"province\\\":{\\\"id\\\":115224,\\\"name\\\":\\\"辽宁\\\",\\\"lng\\\":\\\"123.429440\\\",\\\"lat\\\":\\\"41.835441\\\"},\\\"city\\\":{\\\"id\\\":115225,\\\"name\\\":\\\"沈阳\\\",\\\"lng\\\":\\\"123.431474\\\",\\\"lat\\\":\\\"41.805698\\\"},\\\"county\\\":{\\\"id\\\":115612,\\\"name\\\":\\\"皇姑\\\",\\\"lng\\\":\\\"123.441970\\\",\\\"lat\\\":\\\"41.824796\\\"},\\\"address\\\":\\\"陵园街38号\\\"}\",\"latitude\":41.846732,\"longitude\":123.447096,\"parentId\":1024984540818568481,\"managerName\":\"林美玉\",\"status\":true},{\"bid\":1024984540818568481,\"name\":\"沈阳分拣中心\",\"type\":2,\"phone\":\"13000001925\",\"address\":\"{\\\"province\\\":{\\\"id\\\":115224,\\\"name\\\":\\\"辽宁\\\",\\\"lng\\\":\\\"123.429440\\\",\\\"lat\\\":\\\"41.835441\\\"},\\\"city\\\":{\\\"id\\\":115225,\\\"name\\\":\\\"沈阳\\\",\\\"lng\\\":\\\"123.431474\\\",\\\"lat\\\":\\\"41.805698\\\"},\\\"county\\\":{\\\"id\\\":115612,\\\"name\\\":\\\"皇姑\\\",\\\"lng\\\":\\\"123.441970\\\",\\\"lat\\\":\\\"41.824796\\\"},\\\"address\\\":\\\"鸭绿江北街58-8号\\\"}\",\"latitude\":41.86399,\"longitude\":123.451798,\"parentId\":1024982867475820033,\"managerName\":\"林于庭\",\"status\":true},{\"bid\":1024993422324415489,\"name\":\"武昌营业部\",\"type\":3,\"phone\":\"13000001925\",\"address\":\"{\\\"province\\\":{\\\"id\\\":420824,\\\"name\\\":\\\"湖北\\\",\\\"lng\\\":\\\"114.341861\\\",\\\"lat\\\":\\\"30.546498\\\"},\\\"city\\\":{\\\"id\\\":420825,\\\"name\\\":\\\"武汉\\\",\\\"lng\\\":\\\"114.305392\\\",\\\"lat\\\":\\\"30.593098\\\"},\\\"county\\\":{\\\"id\\\":421400,\\\"name\\\":\\\"武昌\\\",\\\"lng\\\":\\\"114.316223\\\",\\\"lat\\\":\\\"30.554235\\\"},\\\"address\\\":\\\"友谊大道194号附近\\\"}\",\"latitude\":30.562678,\"longitude\":114.317589,\"parentId\":1024991961163118369,\"managerName\":\"曹永军\",\"status\":true}],\"cost\":4840}",
        "totalVolume": 0.0001,
        "totalWeight": 1
    }
}
修改于 2023-05-24 05:44:53
上一页
获取运单轨迹详情(未开发)
下一页
手动调整 发车前调整车次 车辆 司机
Built with