{if $goods.product}> <{assign var=product value=$goods.product|current}> <{/if}>
<{t}>销售价:<{/t}> | <{permission perm_id='editprice'}> <{input vtype="unsigned" key="price" class="inputstyle" value=$product.price.price.price name="goods[product][0][price][price][price]" style="width:60px" maxlength="25" }> <{/permission}> <{permission perm_id='editmemberlevelprice'}> <{button type="button" label=$___b2c="编辑会员价格"|t:'b2c' onclick="goodsEditor.mprice.bind(goodsEditor)(this)" icon="btn_edit.gif" app='desktop'}> <{/permission}> <{foreach from=$mLevels item=lv }> <{/foreach}> |
---|---|
<{t}>成本价:<{/t}> | <{permission perm_id='editcostprice'}> <{input vtype="unsigned" key="cost" name="goods[product][0][price][cost][price]" maxlength="30" style="width:60px" value=$product.price.cost.price }> <{/permission}> <{t}>前台不会显示,仅供后台使用。<{/t}> |
<{t}>市场价:<{/t}> | <{permission perm_id='editmktprice'}> <{input vtype="unsigned" key="mktprice" name="goods[product][0][price][mktprice][price]" maxlength="30" style="width:60px" value=$product.price.mktprice.price }> <{/permission}> |
<{t}>货号:<{/t}> | <{input type="text" value=$product.bn key="bn" name="goods[product][0][bn]" maxlength="30" }> |
<{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}> | <{permission perm_id='editstore'}> <{input type="unsigned" key="store" value=$product.store name="goods[product][0][store]" style="width:60px" maxlength="25" }> <{input type="hidden" value=$product.freez name="goods[product][0][freez]" style="width:60px" maxlength="25" }> <{if $product.freez}> <{t}>当前冻结库存<{/t}> <{$product.freez}> ,库存不能小于冻结库存 | <{/if}> <{/permission}>
<{t}>货位:<{/t}> | <{input type="text" key="store_place" value=$goods.store_place name="goods[product][0][store_place]" maxlength="25" }> |
<{t}>规格:<{/t}> | <{button icon="btn_add.gif" label=$___b2c="开启规格"|t:'b2c' app="desktop" id="open_spec" }> <{t}>开启规格前先填写以上价格等信息,可自动复制信息到货品<{/t}> |