|
@@ -63,6 +63,21 @@ $stmt->close();
|
|
|
<?php endif; ?>
|
|
|
</div>
|
|
|
</dt>
|
|
|
+ <dt class="subnav">统计分析
|
|
|
+ <div class="list-wraper">
|
|
|
+ <a href="statistics.php" target="contentFrame">汇总统计</a>
|
|
|
+ <a href="statistics_sales.php" target="contentFrame">销售概览</a>
|
|
|
+ <a href="statistics_region.php" target="contentFrame">地区分析</a>
|
|
|
+ <a href="statistics_customers.php" target="contentFrame">客户分析</a>
|
|
|
+ <a href="statistics_products.php" target="contentFrame">产品分析</a>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </dt>
|
|
|
+
|
|
|
<dt><a href="../tagClound.php" target="contentFrame">标签云</a></dt>
|
|
|
<?php if (strpos($em_code, "BX") === false): ?>
|
|
|
<dt><a href="../silentCustomer.php" target="contentFrame">静默客户</a></dt>
|
|
@@ -77,6 +92,7 @@ $stmt->close();
|
|
|
<?php endif; ?>
|
|
|
<dt><a href="../pwdEdit.php" target="contentFrame">修改密码</a></dt>
|
|
|
<dt><a href="../index.php?act=logout" onclick="return confirm('确认要退出吗?');">退出登录</a></dt>
|
|
|
+
|
|
|
</dl>
|
|
|
</div>
|
|
|
<div class="copyright">
|