<{t}>基本信息<{/t}>
<{if $goodsbn_display_switch}> <{else}> <{/if}> <{if $prototype.setting.use_brand}> <{/if}> <{if $prototype.is_physical}> <{/if}>
<{t}>所属分类:<{/t}> *
<{uploader button_text="上传新图片"}> <{t}>商品列表页图片设置<{/t}>

<{include file="product/gimage_goods.html"}>
<{t}>所属类型:<{/t}>
<{t}>商品名称:<{/t}> <{input type="text" id="id_gname" name="goods[name]" required="true" value=$goods.name }>*
<{t}>商品编号:<{/t}> <{input type="text" name="goods[bn]" value=$goods.bn }>
<{t}>商品关键词:<{/t}> <{input type="text" name="keywords[keyword]" value=$goods.keywords maxlength="100"}>仅用于在前台、后台筛选商品,多个关键词用半角竖线"|"分开 <{help docid="73" type="link-small"}>点击查看帮助<{/help}>
<{t}>品牌:<{/t}> <{input type="select" name="goods[brand_id]" nulloption="1" rows=$brandList valueColumn="brand_id" labelColumn="brand_name" value=$goods.brand_id}>
<{t}>计量单位:<{/t}> <{input type="text" value=$goods.unit name="goods[unit]" maxlength="25" }>
<{t}>简介:<{/t}> <{input type="textarea" value=$goods.brief name="goods[brief]" cols="50" rows="2" maxth="255" }> 简短的商品介绍,请不要超过255字节.
<{t}>是否上架销售:<{/t}> checked="checked"<{/if}> value="true" >是   checked="checked"<{/if}> value="false" ><{t}>否<{/t}>
<{t}>市场价:<{/t}> <{input type="money" value=$goods.mktprice name="goods[mktprice]" style="width:60px" maxlength="25" }>
<{if $prototype.setting.use_props}>
<{t}>商品扩展属性:<{/t}>
<{/if}>
<{if $prototype.setting.use_props}> <{foreach from=$prototype.props key=key item=aProp}> <{/foreach}> <{/if}> <{if $point_setting == 2}> <{/if}>
<{$aProp.name}>: <{assign var="p_col" value=p_$key}> <{if $aProp.type eq 'select'}> <{input name="goods[p_$key]" type="select" nulloption="1" options=$aProp.options value=$goods.$p_col }> <{else}> <{input type="text" value=$goods.$p_col name="goods[p_$key]" maxlength="25"}> <{/if}>
<{t}>积分:<{/t}> <{input type="digits" value=$goods.score name="goods[score]" maxlength="25" }>
<{if !$prototype.setting.use_spec or count($goods.products)==0}> <{include file="product/nospec.html"}> <{else}> <{include file="product/spec.html"}> <{/if}>