<{if $type_display == "true"}> <{foreach from=$typeData key=type_key item=type_item}> :<{$type_item.html}> <{/foreach}> <{/if}>
<{input type="date" vtype="date" name="time_from" style="width:66px; font-family:arial;" value=$time_from}><{t}>至<{/t}> <{input type="date" vtype="date" name="time_to" style="width:66px; font-family:arial;" value=$time_to}> <{button class="filterBtn btn-thirdly" label="确定"}>  <{if $time_shortcut}> <{if $time_shortcut[0]==1}><{button class="dataBtn btn-fourthly" time_from=$yesterday time_to=$yesterday label="昨日"}><{/if}> <{if $time_shortcut[1]==2}><{button class="dataBtn btn-fourthly" time_from=$today time_to=$today label="今日"}><{/if}> <{if $time_shortcut[2]==3}><{button class="dataBtn btn-fourthly" time_from=$this_week_from time_to=$this_week_to label="本周"}><{/if}> <{if $time_shortcut[3]==4}><{button class="dataBtn btn-fourthly" time_from=$last_week_from time_to=$last_week_to label="上周"}><{/if}> <{if $time_shortcut[4]==5}><{button class="dataBtn btn-fourthly" time_from=$this_month_from time_to=$this_month_to label="本月"}><{/if}> <{if $time_shortcut[5]==6}><{button class="dataBtn btn-fourthly" time_from=$last_month_from time_to=$last_month_to label="上月"}><{/if}> <{else}> <{button class="dataBtn btn-fourthly" time_from=$yesterday time_to=$yesterday label="昨日"}> <{button class="dataBtn btn-fourthly" time_from=$today time_to=$today label="今日"}> <{button class="dataBtn btn-fourthly" time_from=$this_week_from time_to=$this_week_to label="本周"}> <{button class="dataBtn btn-fourthly" time_from=$last_week_from time_to=$last_week_to label="上周"}> <{button class="dataBtn btn-fourthly" time_from=$this_month_from time_to=$this_month_to label="本月"}> <{button class="dataBtn btn-fourthly" time_from=$last_month_from time_to=$last_month_to label="上月"}> <{/if}>