<{capture name="header"}> <{css app='omeauto' src="style.css"}> <{/capture}>
自动合并发货单添加/编辑规则
<{if $conditions}> <{/if}>
<{input type="text&&required" name="name" value=$autobind.name}> <{help}><{t}>这里填写你需要添加的规则名称<{/t}><{/help}>
<{help}><{t}>这里填写你需要添加的规则描述<{/t}><{/help}>
<{t}>可合并的条件为相同的会员、收货人地址、发货仓库、发货物流公司、来源店铺、收款方式(货到付款或者非货到付款)、是否保价才能被合并。如不选择下列条件,则代表使用该基础规则进行自动合并。<{/t}>

<{foreach from=$conditions item=item}> <{if $item.disabled}> <{button label=$item.name iname=$item.name id=$item.condition disabled='true'}> <{else}> <{button label=$item.name iname=$item.name id=$item.condition}> <{/if}> <{/foreach}>

已设置的自动合并规则
<{foreach from=$condition_detail item=item}>
<{$item.title}>:
<{$item.content}>
<{/foreach}>
<{button class="btn-primary" label="保存" type="submit" id="saveCurrent"}>