<{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 }> |
<{if $goods.spec }>
<{t}>条码:<{/t}> |
<{$goods.barcode}> |
<{/if}>
<{t}>预览图片地址:<{/t}> |
<{input type="text" size="60" maxlength="200" name="goods[picurl]" value=$goods.picurl }>
(包含http://) |
<{if $goods.type.is_physical}>
<{t}>计量单位:<{/t}> |
<{input type="text" size="10" value=$goods.unit name="goods[unit]" maxlength="25" }>
*
(建议填写此单位 开电子发票必要参数)
|
<{/if}>
<{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}>
|
<{if $point_setting == 2}>
<{t}>积分:<{/t}> |
<{input type="digits" value=$goods.score name="goods[score]" maxlength="25" }> |
<{/if}>