店铺:<{$shop_info.name}> 货号:<{$shop_info.product_bn}>(店铺冻结数量:<{$shop_freeze_num}>)
订单号 |
来源店铺 |
创建时间 |
确认状态 |
发货状态 |
购买数量 |
已拆分数量 |
已发货数量 |
<{if $rows}>
<{foreach item=item from=$rows}>
style="background-color:#FFC"<{elseif $item.process_status neq 'unconfirmed'}>style="background-color:#FFCBCA"<{/if}> >
<{$item.order_bn}> |
<{$shop_info.name}> |
<{$item.createtime}> |
<{$item.process_title}> |
<{$item.status}> |
<{$item.nums}> |
<{$item.dly_num}> |
<{$item.sendnum}> |
<{/foreach}>
<{else}>
没有相关记录... |
<{/if}>
<{if $o2o_rows}>
O2O门店店铺冻结(O2O门店订单确认发货后才释放店铺冻结)
订单号 |
来源店铺 |
创建时间 |
确认状态 |
发货状态 |
购买数量 |
已拆分数量 |
已发货数量 |
<{foreach item=item from=$o2o_rows}>
<{$item.order_bn}> |
<{$shop_info.name}> |
<{$item.createtime}> |
<{$item.process_title}> |
<{$item.status}> |
<{$item.nums}> |
<{$item.nums}> |
<{$item.sendnum}> |
<{/foreach}>
<{/if}>