<{capture name="header"}> <{css src='style.css' app='inventorydepth'}> <{/capture}>

<{$title}>

<{if $regulation_shop_level}> <{/if}>

规则基本信息

* 规则编号: readonly='readonly'<{/if}> >
* 规则名称: <{input type="text" name="heading" value=$data.heading vtype='required'}>
* 规则类型: <{if $data.condition=='stock'}>更新店铺库存<{else}>更新商品上下架状态<{/if}>
启用状态: <{if $data.using == 'true'}>启用<{else}>未启用<{/if}>

规则内容 (可设置在某条件下店铺库存的更新计算规则)

<{if $data.condition == 'stock'}> <{if $data.type != '3'}> <{include file="regulation/stock_content_filters.html"}> <{/if}> <{else}> <{include file="regulation/frame_content_filters.html"}> <{/if}>
<{if $data.condition == 'stock'}> <{include file="regulation/stock_part.html"}> <{else}> <{include file="regulation/frame_part.html"}> <{/if}>
规则描述
规则描述是由用户选择具体的规则自动翻译出来的,安全库存取自总库存列表
备注:
<{capture name='footbar'}>
<{button type="button" label="确认" id='single-submit-btn'}> <{button type="button" label="取消" id='close-btn' onclick='window.close();'}>
<{/capture}> <{if $regulation_readonly && $regulation_readonly == 'false'}> <{area inject='.mainFoot'}>
<{button type="button" label="确认" id='dialog-submit-btn'}> <{button type="button" label="取消" id='close-btn' onclick="this.getParent('.dialog').retrieve('instance').close();"}>
<{/area}> <{/if}>