checked="checked" value="1" type="radio" title="自动"/> checked="checked" value="0" type="radio" title="手动"/>
checked="checked" type="radio" title="每周"/> checked="checked" type="radio" title="每月"/>
<#list taskinfo.datetypes as type><#if type=='0'>checked="checked" value="0" name="datetypes" type="checkbox" title="工作日"> <#list taskinfo.datetypes as type><#if type=='1'>checked="checked" value="1" name="datetypes" type="checkbox" title="节日"> <#list taskinfo.datetypes as type><#if type=='2'>checked="checked" value="2" name="datetypes" type="checkbox" title="假日">
value="${taskinfo.runSpace!''}"<#else>value="" type="text" class="layui-input">
<#list taskinfo.runDates as days><#if days == '2' && taskinfo.runCycle == 'week'>checked="checked" title="周一"/> <#list taskinfo.runDates as days><#if days == '3' && taskinfo.runCycle == 'week'>checked="checked" title="周二"/> <#list taskinfo.runDates as days><#if days == '4' && taskinfo.runCycle == 'week'>checked="checked" title="周三"/> <#list taskinfo.runDates as days><#if days == '5' && taskinfo.runCycle == 'week'>checked="checked" title="周四"/> <#list taskinfo.runDates as days><#if days == '6' && taskinfo.runCycle == 'week'>checked="checked" title="周五"/> <#list taskinfo.runDates as days><#if days == '7' && taskinfo.runCycle == 'week'>checked="checked" title="周六"/> <#list taskinfo.runDates as days><#if days == '1' && taskinfo.runCycle == 'week'>checked="checked" title="周日"/>
<#list 1..12 as a> <#list taskinfo.runDates as days><#if days == a?string && taskinfo.runCycle == 'month'>checked="checked" title="${a}月"/>
checked value="1" type="checkbox" title="在该日内重复"/>
style="display:none" >
value="${taskinfo.repeatSpace!''}" type="text">
分钟
value="${taskinfo.repeatJustTime!''}" type="text">
小时