{template 'common/header'} {template 'common'} {if $operation == 'post'}

添加商品

{template 'goods_basic'}
{template 'goods_des'}
{template 'goods_param'}
{template 'goods_option'}
{template 'goods_other'}
{elseif $operation == 'display'}
{loop $list $item} {/loop}
ID 商品标题 商品属性(点击可修改) 商品编号 商品条码 状态 操作
{$item['id']} {if !empty($category[$item['pcate']])}[{$category[$item['pcate']]['name']}] {/if}{if !empty($children[$item['pcate']])}[{$children[$item['pcate']][$item['ccate']][1]}] {/if}{$item['title']} {$item['goodssn']} {$item['productsn']} {if $item['status']}上架{else}下架{/if} {if $item['type'] == 1}实体商品{else}虚拟商品{/if} 编辑  删除
{$pager}
{/if} {template 'common/footer'}