订单发货 商品名称 商品价格 购买数量 选择发货 {foreach:items=Api::run('getOrderGoodsRowByOrderId',array('id'=>$order_id))} {set:$goodsRow = JSON::decode($item['goods_array'])} {$goodsRow['name']} {$goodsRow['value']} {$item['real_price']} {$item['goods_nums']} {if:$item['is_send'] == 0} {else:}{echo:Order_class::goodsSendStatus($item)}{/if} {/foreach} 订单号:{$order_no} 下单时间:{$create_time} 配送方式: {foreach:items=Api::run('getDeliveryById',array('distribution'=>$distribution))} {$item['name']} {/foreach} 配送费用:{$real_freight} 保价费用:¥{$insured} 收货人姓名: 电话: 手机: 邮政编码: 物流公司: 选择物流公司 {foreach:items=Api::run('getFreightCompany')} {$item['freight_name']} {/foreach} 选择物流公司 配送单号: 地区: 地址: 发货单备注: