<{t}>基本信息<{/t}>

<{if $commandtype}> <{/if}> <{if $supplier_id}> <{/if}>
<{if $goodsbn_display_switch}> <{else}> <{/if}> <{if $prototype.setting.use_brand}> <{/if}> <{if $prototype.is_physical}> <{/if}> <{if $point_setting == 2}> <{/if}>
<{t}>所属分类:<{/t}>
<{uploader button_text="上传新图片"}>
checked="checked"<{/if}>/>
<{include file="product/gimage_goods.html"}>
<{t}>所属类型:<{/t}>
<{t}>商品名称:<{/t}> <{input type="text" id="id_gname" name="goods[name]" required="true" size=70 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 size=70}> <{t}>仅用于在前台、后台筛选商品,多个关键词用半角竖线"|"分开<{/t}> <{help docid="73" type="link-small"}><{t}>点击查看帮助<{/t}><{/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" }>
<{t}>简短的商品介绍,请不要超过255字节<{/t}>
<{t}>是否上架销售:<{/t}>
checked="checked"<{/if}> value="true" ><{t}>是<{/t}> checked="checked"<{/if}> value="false" ><{t}>否<{/t}> <{if $goods.scheduled}> 下次<{if $goods.scheduled.0.action=='offline'}>下架<{else}>下架<{/if}><{$goods.scheduled.0.tasktime|cdate:'FDATE_FTIME'}> <{foreach from=$goods.scheduled item=task}> <{/foreach}> <{else}> <{/if}>
<{t}>积分:<{/t}> <{input type="digits" value=$goods.score name="goods[score]" maxlength="25" required="true" }>
<{if $prototype.setting.use_spec&& count($goods.products)>0 }> <{include file="product/spec.html"}> <{else}> <{include file="product/nospec.html"}> <{/if}> <{if $goods.supplier_id}> <{foreach from=$old_bn item=oldBnItem}> <{/foreach}> <{/if}>
<{if $prototype.setting.use_props}>

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

<{if $prototype.setting.use_props}> <{foreach from=$prototype.props key=key item=aProp}> <{/foreach}> <{/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" name="goods[p_{$key}]" maxlength="25" value=$goods[$p_col]}> <{/if}>
<{/if}>