<{t}>商品信息<{/t}>

<{if $goods.spec }> <{/if}> <{if $goods.type.is_physical}> <{/if}> <{if $point_setting == 2}> <{/if}>
<{t}>所属分类:<{/t}>  
<{t}>商品类型:<{/t}>
<{t}>品牌:<{/t}> <{input type="select" name="goods[brand][brand_id]" nulloption="1" rows=$brandList valueColumn="brand_id" labelColumn="brand_name" value=$goods.brand.brand_id}>
<{t}>商品名称:<{/t}> <{input type="text" size="60" id="id_gname" name="goods[name]" required="true" vtype='required' value=$goods.name }>*
<{t}>商品编号:<{/t}> <{input type="text" name="goods[bn]" value=$goods.bn }>
<{t}>条码:<{/t}> <{$goods.barcode}>
<{t}>预览图片地址:<{/t}> <{input type="text" size="60" maxlength="200" name="goods[picurl]" value=$goods.picurl }> (包含http://)
<{t}>计量单位:<{/t}> <{input type="text" size="10" value=$goods.unit name="goods[unit]" maxlength="25" }> * (建议填写此单位 开电子发票必要参数)
<{t}>存在唯一码:<{/t}> checked="checked"<{/if}>>是 checked="checked"<{/if}>>否
<{t}>简介:<{/t}> <{input type="textarea" value=$goods.brief name="goods[brief]" cols="45" rows="10" maxth="255" }>
<{t}>简短的商品介绍,请不要超过255字节<{/t}>
<{t}>隐藏:<{/t}> checked<{/if}> />
<{t}>是否上架销售:<{/t}> checked="checked"<{/if}> value="true" ><{t}>是<{/t}> checked="checked"<{/if}> value="false" ><{t}>否<{/t}>
<{t}>积分:<{/t}> <{input type="digits" value=$goods.score name="goods[score]" maxlength="25" }>
<{if $goods.spec }> <{include file="admin/goods/detail/spec/spec.html"}> <{else}> <{include file="admin/goods/detail/spec/nospec.html"}> <{/if}>
<{if $goods.type.setting.use_props=='attr'}>

<{t}>扩展属性:<{/t}>

<{if $goods.type.setting.use_props}> <{foreach from=$goods.type.props key=key item=aProp}> <{/foreach}> <{/if}>
<{$aProp.name}>: <{assign var="p_col" value="p_{$key}"}> <{if $aProp.type eq 'select'}> <{input name="goods[props][p_{$key}][value]" type="select" nulloption="1" options=$aProp.options value="{$goods.props[$p_col].value}"}> <{else}> <{input type="text" name="goods[props][p_{$key}][value]" maxlength="25" value="{$goods.props[$p_col].value}"}> <{/if}>
<{/if}>