过滤条件
 
<{$lang.start_time}> <{$lang.end_time}>
<{$lang.site_search}>
  • <{$lang.please_select_site}>
  • <{foreach from=$sites item=list}>
  • ><{$list.base_name}>
  • <{/foreach}>
 
 
+添加搜索条件 <{assign var=month value=time()|date_format:'%Y-%m'|cat:'-1'}> <{assign var=month_lastday value=date('Y-m-d', strtotime("$month +1 month -1 day"))}> <{assign var=pre_month value=strtotime('-1 month')|date_format:'%Y-%m'|cat:'-1'}> <{assign var=pre_month_lastday value=date('Y-m-d', strtotime("$pre_month +1 month -1 day"))}> 当月报表 上月报表 年度报表 全部报表
<{if $res}> <{foreach from=$res key=key1 item=list}> <{/foreach}> <{else}> <{/if}>
序号 <{$lang.snapshot}> <{$lang.goods_name}> <{$lang.goods_number}> <{$lang.sites}> <{$lang.cart_counts}> <{$lang.buy_counts}> <{$lang.visit_counts}> <{$lang.wishlist_counts}> <{$lang.comment_counts}>
<{if $list.goods_name==''}><{else}><{/if}> <{$key1+1+($page-1)*20}> <{if $list.goods_name==''}><{$lang.goods_is_delete}><{else}><{$list.goods_name|truncate:28}><{/if}> <{$list.goods_number}> <{$languages[$list.language_id].base_name}> <{$list.cart_counts|number_format}> <{$list.buy_counts|number_format}> <{$list.visit_counts|number_format}> <{$list.wishlist_counts|number_format}> <{$list.comment_counts|number_format}>
<{$lang.not_found_record}>
<{$lang.delete}> <{include file="../../pages/list.htm"}>