| 预告: |
<{input type="radio" class="timedbuy-radio-forentice-status" name="{$prename}[forenotice][status]" if($config.forenotice.status=='')checked='checked' options=$forenotice.status value="{$config.forenotice.status}" }> |
style="display:none;"<{/if}> >
|
提前:
<{input type="select" name="{$prename}[forenotice][timeh]" options=$forenotice.timeh value="{$config.forenotice.timeh}" required="true"}>小时
<{input type="select" name="{$prename}[forenotice][timei]" options=$forenotice.timei value="{$config.forenotice.timei}" required="true"}>分
<{input type="select" name="{$prename}[forenotice][times]" options=$forenotice.times value="{$config.forenotice.times}" required="true"}>秒
|
| 价格: |
<{input type="text" vtype="required&number&&positive" name="{$prename}[price]" value="{$config.price}" }> |
| 限时抢购的商品数量: |
<{input type="text" vtype="digits&&positive" name="{$prename}[quantity]" value="{$config.quantity}" }> 留空不作限制 |
| 每人限购: |
<{input type="text" vtype="unsignedint" name="{$prename}[limit]" value="{$config.limit}" }> 留空不作限制 |