* 差异类型:
* 所属店铺: <{input type="select" name="shop_id" rows=$shop_list valueColumn="shop_id" labelColumn="name" value=$shop_info.shop_id required=true}>
优先级:
是否核销: checked<{/if}> >否 checked<{/if}> >是
核销方式: checked<{/if}> >按订单总额核销 checked<{/if}> >订单收入和退款分别核销
核销规则: <{foreach from=$shop_info.rule item=item key=key}>
<{if $key == 0}>   <{else}>且<{/if}> <{input type="select" name="rule[{$key}][operator]" options=array("than"=>"大于","lthan"=>"小于","nequal"=>"等于","sthan"=>"小于等于","bthan"=>"大于等于") required=true value=$item.operator}> <{input type="text" size=20 name="rule[{$key}][operand]" style="margin-left:5px;" value=$item.operand vtype="required&&number"}> <{if $key == 0}> [ + ] <{else}> [ - ] <{/if}>
<{/foreach}>
<{button label="提交" type="submit" name="submit" id="btn-rule"}>    <{button isCloseDialogBtn="true" label="关闭" onclick="javascript:void(window.close());" class="btn-secondary" type="button"}>