用户登录

首次登录将自动注册为新用户
请填写完整信息
登录 / 注册

📦 中药配送

新配送单
订单跟踪

中药配送下单

📋 快速粘贴
{{ item.name }}
{{ item.address }}
✓ 已定位
搜索中...
支付方式: 到付

下单成功!

订单号: {{ lastOrderNo }}

骑手正在赶来,请保持电话畅通

继续下单 查看订单
当前订单
历史订单
📋
{{ orderSubTab==='current' ? '暂无进行中的订单' : '暂无历史订单记录' }}
{{ order.orderNo }} {{ getStatusLabel(order.status) }}
{{ order.patientName }} ({{ order.patientId }})
{{ order.phone }}
{{ order.address }}
{{ order.status < 2 ? '到付' : '¥'+order.amount }} {{ formatTime(order.createTime) }}

📋 历史地址

×
📭
暂无历史地址
下单成功后
收件信息将自动保存到此
{{ addr.patientName }} {{ addr.phone }}
{{ addr.address }}

订单详情

×
订单号
{{ currentOrder.orderNo }}
患者姓名
{{ currentOrder.patientName }}
患者编号
{{ currentOrder.patientId }}
联系电话
{{ currentOrder.phone }}
收货地址
{{ currentOrder.address }}
配送金额
{{ currentOrder.status < 2 ? '到付' : '¥'+currentOrder.amount }}
支付方式
{{ currentOrder.status < 2 ? '到付' : (currentOrder.payType==='offline'?'货到付款':'在线支付') }}
订单状态
{{ getStatusLabel(currentOrder.status) }}

配送进度

订单已提交
{{ formatTime(currentOrder.createTime) }}
骑手已接单
{{ currentOrder.acceptTime ? formatTime(currentOrder.acceptTime) : '等待骑手接单' }}
已取件,配送中
{{ currentOrder.pickTime ? formatTime(currentOrder.pickTime) : '等待骑手取件' }}
已送达
{{ currentOrder.completeTime ? formatTime(currentOrder.completeTime) : '等待送达' }}
订单已取消
{{ currentOrder.cancelTime ? formatTime(currentOrder.cancelTime) : '-' }}