<{if $bindInfo.is_default=='1'}>
默认发送规则,只能编辑模板!
<{else}>
<{if ($count<1)&& ($is_add=='is_add')}>
一个分组规则只能绑定一个模板,分组规则已经全部绑定完成,请先新建分组规则,再新建发送规则
<{else}>
| <{t}>选择分组规则:<{/t}> |
<{input type='object' app='omeauto' object='order_type' breakpoint=20 name='tid' cols="name" textcol="name" value=$bindInfo.tid filter=$rule_filter required='required' }>
|
<{/if}>
<{/if}>
|
|
符合规则的订单是否发送:
|
<{input type="bool" name="is_send" value=$bindInfo.is_send|default:1}>
|
|
| 短信模板: |
<{input type='object' app='taoexlib' object='sms_sample' breakpoint=20 name='sample_id' id='sample_id' cols="title,sample_no" textcol="title,sample_no" value=$bindInfo.id filter=$sample_filter required='required' }>
|
|
<{button class="btn-primary" label="确定" type="submit" id="msaveBtn"}>
<{button class="btn-primary" label="取消" type="button" id="mcancelBtn"}>
|