| * 应用编号: |
readonly='readonly'<{/if}> > |
| * 应用名称: |
<{input type='text' name='heading' value=$data.heading vtype='required'}> |
| * 规则类型: |
<{if $data.condition=='stock'}> 更新销售库存 <{elseif $data.condition=='frame'}> 更新商品上下架状态 <{/if}>
|
| * 触发类型: |
<{input type="select" required=true name="style" options=$options.style value=$data.style}> |
| * 应用范围: |
checked<{/if}> onclick='allShop(this);'>所有店铺
|
| * 应用对象: |
|
| 平台SKU ID: |
|
| 专用供货仓: |
<{help}>专用供货仓,优先级高于店铺默认供货仓,留空则使用店铺默认供货仓<{/help}>
|
| * 应用规则: |
<{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}> |