商品管理
分类:
选择分类
{#foreach key=key item=item from=$psInfo#}
{#$item.prs_name#}
{#foreach item=spitem from=$item.array#}
|__{#$spitem.prs_name#}
{#/foreach#} {#/foreach#}
关键字:
{#if $listval eq 'pro_id'#}
{#if $listhtml eq 'DESC'#}↑{#else#}↓{#/if#}序号
{#else#}
序号
{#/if#}
{#if $listval eq 'pro_name'#}
{#if $listhtml eq 'DESC'#}↑{#else#}↓{#/if#}商品标题
{#else#}
商品标题
{#/if#}
商品图片
{#if $listval eq 'prs_id'#}
{#if $listhtml eq 'DESC'#}↑{#else#}↓{#/if#}商品分类
{#else#}
商品分类
{#/if#}
{#if $listval eq 'pro_num'#}
{#if $listhtml eq 'DESC'#}↑{#else#}↓{#/if#}数量
{#else#}
仓库数量
{#/if#}
{#if $listval eq 'pro_sellprice'#}
{#if $listhtml eq 'DESC'#}↑{#else#}↓{#/if#}销售价
{#else#}
销售价
{#/if#}
{#if $listval eq 'pro_enabled'#}
{#if $listhtml eq 'DESC'#}↑{#else#}↓{#/if#}是否显示
{#else#}
是否显示
{#/if#}
{#if $listval eq 'pro_uptime'#}
{#if $listhtml eq 'DESC'#}↑{#else#}↓{#/if#}更新时间
{#else#}
更新时间
{#/if#}
操作
{#foreach item=item from=$info#}
{#$item.pro_id#}
{#$item.pro_name#}
{#$psInfoval[$item.prs_id]#}
{#$item.pro_num#}({#$item.pro_unit#})
{#$item.pro_sellprice#}
{#$_LANG.bd_enabledArray[$item.pro_enabled]#}
{#$item.pro_uptime|date_format:"%Y-%m-%d %H:%M:%S"#}
还原
删除
{#/foreach#}
{#$PageStr#}