{set:$seller_id = IFilter::act(IReq::get('seller_id'),'int')} {set:$printType = Api::run('getExpresswaybill')}
{foreach:items = $this->orderInfo item = $orderRow}
快递单打印
收货人姓名{$orderRow['accept_name']}
收货地址{$orderRow['province_str']}   {$orderRow['city_str']}   {$orderRow['area_str']}   {$orderRow['address']}
联系手机{$orderRow['mobile']}
联系电话{$orderRow['telphone']}
邮编{$orderRow['postcode']}
订单附言{$orderRow['postscript']}
{if:$printType} {foreach:items = $printType item = $printRow}    {/foreach} {else:} 当前还没有快递单模板点击新建 {/if}
{/foreach}