{template 'common/header'} {template 'common'}
{if $operation == 'post'}| 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} | 编辑 删除 | |