<{if $report_type=="true"}>
|
|
<{/if}>
align="right"<{/if}> nowrap="nowrap">
<{if $report != "month"}>
<{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}>
<{/if}>
<{if $report == "month"}>
<{t}>年<{/t}>
<{t}>月 <{/t}><{t}>至<{/t}>
<{t}>年<{/t}>
<{t}>月<{/t}>
<{/if}>
<{button class="filterBtn btn-thirdly" label=$___ectools="确定"|t:'ectools'}>
<{if $report != "month"}>
<{if $time_shortcut}>
<{if $time_shortcut[0]==1}><{button class="dataBtn btn-fourthly" time_from=$yesterday time_to=$yesterday label=$___ectools="昨日"|t:'ectools'}><{/if}>
<{if $time_shortcut[1]==2}><{button class="dataBtn btn-fourthly" time_from=$today time_to=$today label=$___ectools="今日"|t:'ectools'}><{/if}>
<{if $time_shortcut[2]==3}><{button class="dataBtn btn-fourthly" time_from=$this_week_from time_to=$this_week_to label=$___ectools="本周"|t:'ectools'}><{/if}>
<{if $time_shortcut[3]==4}><{button class="dataBtn btn-fourthly" time_from=$last_week_from time_to=$last_week_to label=$___ectools="上周"|t:'ectools'}><{/if}>
<{if $time_shortcut[4]==5}><{button class="dataBtn btn-fourthly" time_from=$this_month_from time_to=$this_month_to label=$___ectools="本月"|t:'ectools'}><{/if}>
<{if $time_shortcut[5]==6}><{button class="dataBtn btn-fourthly" time_from=$last_month_from time_to=$last_month_to label=$___ectools="上月"|t:'ectools'}><{/if}>
<{else}>
<{button class="dataBtn btn-fourthly" time_from=$yesterday time_to=$yesterday label=$___ectools="昨日"|t:'ectools'}>
<{button class="dataBtn btn-fourthly" time_from=$today time_to=$today label=$___ectools="今日"|t:'ectools'}>
<{button class="dataBtn btn-fourthly" time_from=$this_week_from time_to=$this_week_to label=$___ectools="本周"|t:'ectools'}>
<{button class="dataBtn btn-fourthly" time_from=$last_week_from time_to=$last_week_to label=$___ectools="上周"|t:'ectools'}>
<{button class="dataBtn btn-fourthly" time_from=$this_month_from time_to=$this_month_to label=$___ectools="本月"|t:'ectools'}>
<{button class="dataBtn btn-fourthly" time_from=$last_month_from time_to=$last_month_to label=$___ectools="上月"|t:'ectools'}>
<{/if}>
<{else}>
<{button class="dataBtn btn-fourthly" time_from=$this_month_from time_to=$this_month_to label=$___ectools="本月"|t:'ectools'}>
<{button class="dataBtn btn-fourthly" time_from=$last_month_from time_to=$last_month_to label=$___ectools="上月"|t:'ectools'}>
<{/if}>
|
<{if $type_display == "true"}>
<{t}>选择<{/t}><{$typeData.lab}>:
|
<{/if}>