新增订单金额(¥)

<{$sysstat.commonday.new_fee|cur}>

<{if $sendtype=='yesterday' || $sendtype=='beforday'}>

上周同期<{$sysstat.beforeweek.new_fee|cur}>

<{/if}>
新增订单数(笔)

<{$sysstat.commonday.new_trade|default:0}>

<{if $sendtype=='yesterday' || $sendtype=='beforday'}>

上周同期<{$sysstat.beforeweek.new_trade|default:0}>

<{/if}>
平均单价(¥)

<{$sysstat.commonday.averPrice|cur}>

<{if $sendtype=='yesterday' || $sendtype=='beforday'}>

上周同期<{$sysstat.beforeweek.averPrice|cur}>

<{/if}>
<{if !$traffic_disabled}>
独立访问量UV(次)

<{$trafficData.commonday|default:0}>

<{if $sendtype=='yesterday' || $sendtype=='beforday'}>

上周同期<{$trafficData.beforeweek|default:0}>

<{/if}>
<{/if}>
售后订单数(笔)

<{$sysstat.commonday.refund_trade + $sysstat.commonday.changing_trade}>

<{if $sendtype=='yesterday' || $sendtype=='beforday'}>

上周同期<{$sysstat.beforeweek.refund_trade + $sysstat.beforeweek.changing_trade}>

<{/if}>
<{if $sendtype=='yesterday' || $sendtype=='beforday'}> 对比: <{/if}>
商品销售Top5查看详细>
<{foreach from=$sysItemInfo item=shopItem}> <{/foreach}>
序号 产品详情 销售数量 销售金额
<{assign var="i" value=$i+1}> <{$i}> <{$shopItem.amountnum|default:0}> <{$shopItem.amountprice|cur}>
交易数据查看详细>
时间 新增订单金额 新增订单数量 平均客单价 已完成订单金额
昨日 <{$sysDataInfo.yesterday.commonday.new_fee|cur}> <{$sysDataInfo.yesterday.commonday.new_trade|default:0}> <{$sysDataInfo.yesterday.commonday.averPrice|default:0}> <{$sysDataInfo.yesterday.commonday.complete_fee|cur}>
前日 <{$sysDataInfo.beforInfo.commonday.new_fee|cur}> <{$sysDataInfo.beforInfo.commonday.new_trade|default:0}> <{$sysDataInfo.beforInfo.commonday.averPrice|default:0}> <{$sysDataInfo.beforInfo.commonday.complete_fee|cur}>
近7天 <{$sysDataInfo.week.commonday.new_fee|cur}> <{$sysDataInfo.week.commonday.new_trade|default:0}> <{$sysDataInfo.week.commonday.averPrice|default:0}> <{$sysDataInfo.week.commonday.complete_fee|cur}>
近30天 <{$sysDataInfo.month.commonday.new_fee|cur}> <{$sysDataInfo.month.commonday.new_trade|default:0}> <{$sysDataInfo.month.commonday.averPrice|default:0}> <{$sysDataInfo.month.commonday.complete_fee|cur}>