自提订单

商城实物商品自提订单查询及管理

操作提示

  • 查看操作可以查看订单详情, 包括支付费用, 商品详情等
  • 未支付的订单可以取消
  • 用户收货后, 如果没有点击"确认收货",系统自动根据设置的时间自动收货.

订单列表

(共{$page->totalRows}条记录)
订单编号
下单时间
收货人
收货人电话
自提点
自提时间
配送方式
订单状态
支付状态
发货状态
支付方式
操作
{$order.order_sn}
{$order['order']['add_time']|date='Y-m-d H:i:s',###}
{$order['order']['consignee']}
{$order['order']['mobile']}
{$order['shop']['shop_name']}
{$order['take_time']}
自提
{$Think.config.ORDER_STATUS[$order['order']['order_status']]}
{$Think.config.PAY_STATUS[$order['order']['pay_status']]}
{$Think.config.SHIPPING_STATUS[$order['order']['shipping_status']]}
{$list.pay_name|default='其他方式'}
 
{$page->show()}