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

<{if $extends_goods_edit_html}> <{$extends_goods_edit_html}> <{/if}> <{if $goodsbn_display_switch}> <{else}> <{/if}> <{if $env.conf.b2c.goods.package_use.switch}> style="display:none"<{/if}>> style="display:none"<{/if}>> <{/if}>
<{t}>分类:<{/t}> <{input type="category" value="{$goods.category.cat_id}" name="goods[category][cat_id]"}>
<{t}>类型:<{/t}>
<{t}>商品名称:<{/t}> <{input type="text" id="id_gname" name="goods[name]" required="true" vtype='required' value=$goods.name style="width:60%"}>*
<{t}>商品编号:<{/t}> <{input type="text" name="goods[bn]" value=$goods.bn }>
<{t}>商品关键词:<{/t}> <{foreach from=$goods.keywords item=keywords}><{assign var='keyword' value="{$keyword}|{$keywords.keyword}"}><{/foreach}><{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="textarea" class="x-input" value=$goods.brief name="goods[brief]" style="resize:none;" cols="50" rows="5" maxth="255" }>
<{t}>简短的商品介绍,请不要超过70个字<{/t}>
<{t}>模板:<{/t}> <{template_filter type="product" class="inputstyle" selected=$goods.goods_setting.goods_template name="goods[goods_setting][goods_template]"}>
<{t}>商品相册:<{/t}>
<{button app="desktop" class="btn-upload" label=$___b2c="添加商品图片"|t:'b2c' icon="image_new.gif"}>
<{include file="admin/goods/detail/img/gimage_goods.html"}>
<{t}>列表页图片:<{/t}> checked<{/if}> /> checked<{/if}> />

<{t}>商品在列表页显示的图片<{/t}>

<{input name="goods[thumbnail_pic]" type="image" value=$goods.thumbnail_pic width="120" height="90"}>
<{t}>开启打包:<{/t}> checked="checked"<{/if}> value="1" ><{t}>是<{/t}> checked="checked"<{/if}> value="0" ><{t}>否<{/t}>
<{t}>打包数量:<{/t}> <{input type="unsigned" value=$goods.package_scale name="goods[package_scale]" style="width:60px" maxlength="25" }><{t}>(多少个一包)<{/t}>
<{t}>打包单位:<{/t}> <{input type="text" value=$goods.package_unit name="goods[package_unit]" style="width:60px" maxlength="25" }>(即每包的英文单位,如lot, box, carton等)<{t}><{/t}>
<{if $goods.spec }> <{if count($goods.product)>100 }>
<{else}> <{include file="admin/goods/detail/spec/spec.html"}> <{/if}> <{else}> <{include file="admin/goods/detail/spec/nospec.html"}> <{/if}>
<{if $goods.type.setting.use_props}>
<{*

扩展属性:

*}> <{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}>
<{if $site_min_order == 'true'}> <{/if}> <{if $goods.type.is_physical}> <{/if}> <{if $env.conf.b2c.site.get_policy.method ==3}> <{/if}>
<{t}>起定量:<{/t}> <{input type="unsigned" value=$goods.min_buy name="goods[min_buy]" style="width:60px" maxlength="25" }>
<{t}>计量单位:<{/t}> <{input type="text" value=$goods.unit name="goods[unit]" maxlength="25" style="width:60px"}>
<{t}>立即上架:<{/t}> <{permission perm_id='editmarketable'}> checked="checked"<{/if}> value="true" ><{t}>是<{/t}> checked="checked"<{/if}> value="false" ><{t}>否<{/t}> <{/permission}>
<{t}>库存提示规则:<{/t}> <{permission perm_id='editgoods'}> <{input type="select" name="goods[store_prompt]" options=$store_prompt value=$goods.store_prompt}> <{/permission}>
<{t}>无库存也可销售:<{/t}> <{permission perm_id='nostore_sell'}> checked="checked"<{/if}> value="1" ><{t}>是<{/t}> checked="checked"<{/if}> value="0" ><{t}>否<{/t}> <{/permission}>
<{t}>积分:<{/t}> <{input type="digits" value=$goods.gain_score name="goods[gain_score]" maxlength="25" }>