{if $goods.product}> <{assign var=product value=$goods.product|current}> <{/if}>
| <{t}>销售价:<{/t}> | name="goods[product][0][price][price][price]" style="width:60px" maxlength="25" > |
|---|---|
| <{t}>货号:<{/t}> | <{input type="text" id="id_bn" class="inputstyle" value=$product.bn key="bn" name="goods[product][0][bn]" maxlength="25" }> |
| <{t}>重量:<{/t}> | <{input type="unsigned" key="weight" value=$product.weight name="goods[product][0][weight]" style="width:60px" maxlength="25" }><{t}>克(g)<{/t}> |
| <{t}>库存:<{/t}> | <{input type="unsigned" id="id_store" key="store" value=$product.store name="goods[product][0][store]" style="width:60px" maxlength="25" vtype="unsigned" }> |