|
@@ -11,6 +11,7 @@ if ($row = $result->fetch_assoc()) {
|
|
|
$em_code = textUncode($row['em_code']);
|
|
|
$em_email = textUncode($row['em_email']);
|
|
|
$em_tel = textUncode($row['em_tel']);
|
|
|
+ $em_admin=$row['em_admin'];
|
|
|
} else {
|
|
|
$stmt->close();
|
|
|
$conn->close();
|
|
@@ -48,8 +49,7 @@ $stmt->close();
|
|
|
<a href="../customersNew.php" target="contentFrame">本月新增</a>
|
|
|
<?php if (strpos($em_code, "BX") === false): ?>
|
|
|
<a href="../customersFollow.php" target="contentFrame">即将加入公海 </a>
|
|
|
- <a href="../teamSeas.php" target="contentFrame">小组公海(60天无更新)</a>
|
|
|
- <a href="../highSeas.php" target="contentFrame">公司公海(120天无更新)</a>
|
|
|
+ <a href="../highSeas.php" target="contentFrame">公司公海(60天无更新)</a>
|
|
|
<a href="../claimRecord.php" target="contentFrame">认领记录</a>
|
|
|
<a href="../abnormal.php" target="contentFrame" class="new">异常客户</a>
|
|
|
<?php endif; ?>
|
|
@@ -63,6 +63,7 @@ $stmt->close();
|
|
|
<?php endif; ?>
|
|
|
</div>
|
|
|
</dt>
|
|
|
+ <?php if($em_admin==1){?>
|
|
|
<dt class="subnav">统计分析
|
|
|
<div class="list-wraper">
|
|
|
<a href="statistics.php" target="contentFrame">汇总统计</a>
|
|
@@ -71,13 +72,10 @@ $stmt->close();
|
|
|
<a href="region_stats.php" target="contentFrame">地区统计分析</a>
|
|
|
<a href="sales_stats.php" target="contentFrame">销售统计分析</a>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</div>
|
|
|
|
|
|
</dt>
|
|
|
-
|
|
|
+ <?php }?>
|
|
|
<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>
|