<{input type="checkForm" }>
<{t}>捆绑商品名称:<{/t}> <{input type='text' value=$package.name name='name' required='true'}>
<{if $point_setting == 2}> <{/if}>
<{t}>是否上架销售:<{/t}>    
<{t}>库存:<{/t}> <{input type='unsignedint' value=$package.store name='p_store' style="width:50px" required='true'}>
<{t}>重量:<{/t}> <{input type='text' value=$package.weight style="width:50px" name='weight'}>克(g)
<{t}>原价格:<{/t}> <{$package.mktprice}><{input type='hidden' style="width:50px" value=$package.mktprice name='mktprice'}>
<{t}>捆绑销售价:<{/t}> <{input type='money' value=$package.price name='price' style="width:80px" required='true'}>
<{t}>积分:<{/t}> <{input type="unsignedint" name="score" style="width:50px" value=$package.score }>
<{t}>排序顺序:<{/t}> <{input type='unsignedint' value=$package.p_order style="width:50px" name='p_order'}>
<{t}>商品选择:<{/t}> <{finder_result cols="goods,name,bn" value=$package.products moreinfo=$package.moreinfo type="products" name="goods" view="product/package/pkg_items.html" select="checkbox"}>
<{if $package.goods_id}> <{/if}>