{{controller.meta_title}}

{{sum}} 发货清单
{% for v in goods %} {% endfor %}
货号 商品名 规格 价格 数量 促销 小计
{{v.title}} {{v.title}} {{v.type}} {{v.goods_price|formatCurrency}} {{v.goods_nums}} {{v.sum|formatCurrency}}
购买人信息
用户名 姓名 手机 电话 邮箱 地址
{{user.username}} {{user.real_name}} {{user.mobile}} {{user.phone}} {{user.email}} {{user.addr}}
发货信息
订单编号 {{order.order_no}} 下单时间 {{order.create_time|dateformat('Y-m-d H:i:s')}} 支付方式 {{order.payment}}
配送费用 {% if order.real_freight|formatCurrency %}{{order.real_freight|formatCurrency}}{% else %} 包邮 {% endif%} 物流公司 物流单号
收货人姓名 联系手机 联系电话
收货地区
收货地址
用户备注 {{order.user_remark}}
关闭 确定