{include file="public/header" /}

商品管理

{include file="public/admin_items" /}

{$Think.lang.ds_explanation}

{$Think.lang.ds_goods_name}
平台货号
{$Think.lang.ds_class}
{$Think.lang.goods_index_brand}
    {notempty name="brand_list"} {foreach name="brand_list" item="val"}
  • {$val.brand_initial}{$val.brand_name}
  • {/foreach} {/notempty}
{$Think.lang.goods_index_show}
{notempty name="goods_list"} {foreach name="goods_list" item="v"} {/foreach} {else /} {/notempty} {if $type == 'lockup'} {elseif $type == 'allgoods' /} {/if}
平台货号 {$Think.lang.ds_goods_name} {$Think.lang.goods_index_brand}&{$Think.lang.ds_class} 价格(元) 库存 商品状态 {$Think.lang.ds_handle}
{$v.goods_commonid}
{$v.goods_name}
{if $v.is_virtual eq 1}虚拟{/if} {if $v.is_goodsfcode eq 1}F码{/if} {if $v.is_presell eq 1}预售{/if} {if $v.is_appoint eq 1}预约{/if}

{$v.gc_name}

品牌:{$v.brand_name}

{$v.goods_price} {$storage_array[$v['goods_commonid']]['sum']} {$state[$v['goods_state']]} {$Think.lang.ds_view} {$Think.lang.ds_edit} {$Think.lang.ds_del}
{$Think.lang.ds_no_record}
售卖商品 存入仓库
{$show_page}
{include file="public/footer" /}