<{if $sList}>
<{foreach from=$sList item=sitem}>
 |
<{if $sitem.type == 'goods'}>
<{$sitem.command_info.name}>
<{else}>
<{$sitem.command_info.name}>
<{/if}>
<{if $sitem.command == 6}> <{/if}>
|
<{$sitem.cat_name}> |
<{$sitem.brand_name}> |
<{$sitem.last_modify|usertime}> |
<{if $sitem.command == 2 && $sitem.command_info.product_info.store === "0"}>货品库存为0<{else}><{$command[$sitem.command_type]}><{/if}> |
<{$status[$sitem.status]}> |
<{if $sitem.type == 'goods'}>
<{if $sitem.command == '6'}>
<{if $sitem.status == 'unoperated'}>
下载商品
<{/if}>
<{if $sitem.img_down_failed == 'true'}>
重新下载图片
<{/if}>
style='display:none'<{/if}>>编辑并定价
<{elseif $sitem.command == '4'}>
<{if $sitem.show_download == '1'}>
<{if $sitem.status == 'unoperated'}>
下载
<{/if}>
style='display:none'<{/if}>>对照编辑
<{else}>
对照编辑
<{/if}>
<{elseif $sitem.command == '1'}>
<{if $sitem.status == 'unoperated'}>
<{if $sitem.command_info.goods_info.marketable == 'true'}>
上架
<{else}>
下架
<{/if}>
<{/if}>
<{elseif $sitem.command == '3'}>
<{if $sitem.status == 'unoperated'}>
更新商品图片
<{else}>
<{if $sitem.img_down_failed == 'true'}>
重新下载图片
<{/if}>
<{/if}>
<{elseif $sitem.command == '7'}>
<{if $sitem.status == 'unoperated'}>
下架 删除
<{/if}>
<{elseif $sitem.command == '5'}>
<{if $sitem.status == 'unoperated'}>
更新货品
<{/if}>
style='display:none'<{/if}>>编辑并定价
<{/if}>
<{else}>
<{if $sitem.command == 2}>
<{if $sitem.status != 'done'}>
同步库存
<{/if}>
<{/if}>
<{/if}>
|
<{/foreach}>
<{/if}>