管理
{{userInfo.name || '未设置姓名'}}
ID: {{userInfo.id || '未获取'}}
电话:{{userInfo.phone || '未设置'}}
角色:{{userInfo.role === 'ADMIN' ? '管理员' : '货运员'}}
订单号:{{currentOrder.id}}
状态:{{currentOrder.status}}
起点
{{currentOrder.startPoint.name}}
{{currentOrder.startPoint.address}}
{{formatCoordinatePair(currentOrder.startPoint.longitude, currentOrder.startPoint.latitude)}}
终点
{{currentOrder.endPoint.name}}
{{currentOrder.endPoint.address}}
{{formatCoordinatePair(currentOrder.endPoint.longitude, currentOrder.endPoint.latitude)}}
货物信息
货物名称:{{currentOrder.cargo.name}}
货物重量:{{currentOrder.cargo.weight}}吨
货物数量:{{currentOrder.cargo.quantity}}件
仓库地址
{{currentWarehouse.address}}
联系电话
{{currentWarehouse.phone}}
库存量
{{currentWarehouse.capacity}} 件
负责人
{{currentWarehouse.manager}}
描述
{{currentWarehouse.description}}
从该仓库出发的订单
{{item.startPoint.name}} → {{item.endPoint.name}}
{{item.cargo.name}} {{item.cargo.quantity}}件
向上滑动查看更多详情
电话
{{currentDeliveryPerson.phone}}
状态
{{deliveryService.getDeliveryPersonStatusText(currentDeliveryPerson.status)}}
当前位置
{{currentDeliveryPerson.currentLocation.address}}
当前订单
{{item.startPoint.name}} → {{item.endPoint.name}}
{{item.cargo.name}} {{item.cargo.quantity}}件
待指派订单
{{item.startPoint.name}} → {{item.endPoint.name}}
向上滑动查看更多详情