{include file="Public:header2"/}
出货概览 - {$boxInfo.title|default='未知盒子'}
{volist name="list" id="vo"} {/volist} {if condition="empty($list)"} {/if}
奖品ID 奖品名称 奖品图片 出货数量 奖品单价 兑换金额 出货金额 理论概率 实际概率 概率偏差 总价值
{$vo.goodslist_id} {$vo.title} {$vo.goods_count} ¥ {$vo.price|default="0"} ¥ {$vo.money|default="0"} ¥ {$vo.sc_money|default="0"} {$vo.real_pro|default="0"}% 0) { $goods_count = isset($vo['goods_count']) ? $vo['goods_count'] : 0; $actual_percent = round(($goods_count / $totalCount) * 100, 2); } ?> {$actual_percent}% = 0 ? '#5FB878' : '#FF5722'; $sign = $diff > 0 ? '+' : ''; ?> % ¥
暂时没有数据!
{if condition="!empty($list)"}
统计摘要
总出货数量
{$totalCount}
总出货价值
¥ {$totalValue|round=2}
0): ?>
平均每次出货价值
¥
数据分析
$maxPercent) { $maxPercent = $percent; $maxItem = $item; } } if($maxItem) { echo "

出货概率最高的奖品: ".$maxItem['title']." (".$maxPercent."%)

"; $real_pro = isset($maxItem['real_pro']) ? $maxItem['real_pro'] : 0; $diff = round($maxPercent - $real_pro, 2); $diffText = $diff >= 0 ? "高于" : "低于"; $absDiff = abs($diff); $diffColor = $diff >= 0 ? "#5FB878" : "#FF5722"; ?>

与理论概率相比: 理论值 %

{/if}
{include file="Public:footer"/}