<{$title}>

* 应用编号: readonly='readonly'<{/if}> >
* 应用名称: <{input type='text' name='heading' value=$data.heading vtype='required'}>
* 规则类型: 更新销售库存
* 触发类型: <{input type="select" required=true name="style" options=$options.style value=$data.style}>
* 应用范围: checked<{/if}> onclick='allShop(this);'>所有店铺
    style="display:none;"<{/if}>> <{foreach from=$data.shops item=shop}>
  • checked<{/if}> onchange="javascript:if(this.checked){this.getNext('span').setStyle('color','red');}else{this.getNext('span').setStyle('color','');}">style='font-size:14px;font-weight:bold;color:red;' <{else}>style='font-size:14px;font-weight:bold;' <{/if}> ><{$shop.name}>
  • <{/foreach}>
<{* <{input type='object' object='shop@ome' multiple=true breakpoint='0' name='shop_id' value=$data.shop_id}> *}>
* 应用对象:
* 应用规则: <{input type='object' object='regulation' multiple=false breakpoint='0' name='regulation_id' value=$data.regulation_id filter="type=2&using=true&condition={$data.condition}" }>
* 开始时间: <{input type='time' name='start_time' value=$data.start_time vtype='required'}>
* 结束时间: <{input type='time' name='end_time' value=$data.end_time vtype='required'}>
规则应用等级 <{input type='text' vtype='unsignedint' name='priority' value=$data.priority|default:99 size=8}> <{help}>数值越大越先执行<{/help}>
* 应用启用状态 : <{if $data.using=='true'}>启用<{else}>停用<{/if}>
<{capture name='footbar'}>
<{button type='button' label='确认' id='regulation-apply-submit'}> <{button type='button' label='取消' onclick='javascript:window.close();'}>
<{/capture}>