{literal} {/literal}

{if $invoice_flag eq 1}
你选择的订单中的商品在上一次配货单打印中包含了。请重新选择需要配货的订单
{else}

配货单信息

序号 商品库位 商品名称 商品货号 商品颜色/编码 商品尺寸/编码 商品数量
{$smarty.foreach.inv.iteration} {$invoice.storage_location} {$invoice.goods_name} {$invoice.goods_sn} {$invoice.color_name}({$invoice.color_code}) {$invoice.size_name}({$invoice.size_code}) {$invoice.total}
打印时间:{$print_time}   操作者:{$action_user}
{/if}