|
@@ -32,49 +32,49 @@ $stmt->close();
|
|
|
<div>
|
|
|
<dl>
|
|
|
<?php if (strpos($em_code, "BX") === false): ?>
|
|
|
- <dt><a href="../home.php">客户查找</a></dt>
|
|
|
+ <dt><a href="../home.php" target="contentFrame">客户查找</a></dt>
|
|
|
<?php endif; ?>
|
|
|
- <dt><a href="../customerAdd.php">客户录入</a></dt>
|
|
|
+ <dt><a href="../customerAdd.php" target="contentFrame">客户录入</a></dt>
|
|
|
<dt id="myCustomer" class="subnav">我的客户
|
|
|
<div class="list-wraper">
|
|
|
- <a href="../customers.php">全部客户 (<?= $_SESSION['t'] ?>)</a>
|
|
|
- <a href="../customers.php?fliterBusiness=1">经销商 (<?= $_SESSION['t1'] ?>)</a>
|
|
|
- <a href="../customers.php?fliterBusiness=2">零售 (<?= $_SESSION['t2'] ?>)</a>
|
|
|
- <a href="../customers.php?fliterBusiness=3">连锁店铺 (<?= $_SESSION['t3'] ?>)</a>
|
|
|
- <a href="../customers.php?fliterBusiness=4">中间商 (<?= $_SESSION['t4'] ?>)</a>
|
|
|
- <a href="../customers.php?fliterDeal=2">明确需求 (<?= $_SESSION['d2'] ?>)</a>
|
|
|
- <a href="../customers.php?fliterDeal=3">已经成交 (<?= $_SESSION['d1'] ?>)</a>
|
|
|
- <a href="../customersNew.php">本月新增</a>
|
|
|
+ <a href="../customers.php" target="contentFrame">全部客户 (<?= $_SESSION['t'] ?>)</a>
|
|
|
+ <a href="../customers.php?fliterBusiness=1" target="contentFrame">经销商 (<?= $_SESSION['t1'] ?>)</a>
|
|
|
+ <a href="../customers.php?fliterBusiness=2" target="contentFrame">零售 (<?= $_SESSION['t2'] ?>)</a>
|
|
|
+ <a href="../customers.php?fliterBusiness=3" target="contentFrame">连锁店铺 (<?= $_SESSION['t3'] ?>)</a>
|
|
|
+ <a href="../customers.php?fliterBusiness=4" target="contentFrame">中间商 (<?= $_SESSION['t4'] ?>)</a>
|
|
|
+ <a href="../customers.php?fliterDeal=2" target="contentFrame">明确需求 (<?= $_SESSION['d2'] ?>)</a>
|
|
|
+ <a href="../customers.php?fliterDeal=3" target="contentFrame">已经成交 (<?= $_SESSION['d1'] ?>)</a>
|
|
|
+ <a href="../customersNew.php" target="contentFrame">本月新增</a>
|
|
|
<?php if (strpos($em_code, "BX") === false): ?>
|
|
|
- <a href="../customersFollow.php">即将加入公海 </a>
|
|
|
- <a href="../teamSeas.php">小组公海(60天无更新)</a>
|
|
|
- <a href="../highSeas.php">公司公海(120天无更新)</a>
|
|
|
- <a href="../claimRecord.php">认领记录</a>
|
|
|
- <a href="../abnormal.php" class="new">异常客户</a>
|
|
|
+ <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="../claimRecord.php" target="contentFrame">认领记录</a>
|
|
|
+ <a href="../abnormal.php" target="contentFrame" class="new">异常客户</a>
|
|
|
<?php endif; ?>
|
|
|
</div>
|
|
|
</dt>
|
|
|
<dt class="subnav">数据
|
|
|
<div class="list-wraper">
|
|
|
- <a href="../dashboard.php">数据看板</a>
|
|
|
+ <a href="../dashboard.php" target="contentFrame">数据看板</a>
|
|
|
<?php if (strpos($em_code, "BX") === false): ?>
|
|
|
- <a href="../team.php">本月小组数据</a>
|
|
|
+ <a href="../team.php" target="contentFrame">本月小组数据</a>
|
|
|
<?php endif; ?>
|
|
|
</div>
|
|
|
</dt>
|
|
|
- <dt><a href="../tagClound.php">标签云</a></dt>
|
|
|
+ <dt><a href="../tagClound.php" target="contentFrame">标签云</a></dt>
|
|
|
<?php if (strpos($em_code, "BX") === false): ?>
|
|
|
- <dt><a href="../silentCustomer.php">静默客户</a></dt>
|
|
|
+ <dt><a href="../silentCustomer.php" target="contentFrame">静默客户</a></dt>
|
|
|
<?php endif; ?>
|
|
|
<?php if ($em_role == 0): ?>
|
|
|
<dt class="subnav">我的团队
|
|
|
<div class="list-wraper">
|
|
|
- <a href="../subcustomers.php">组员客户</a>
|
|
|
- <a href="../subtagClound.php">组员客户分析</a>
|
|
|
+ <a href="../subcustomers.php" target="contentFrame">组员客户</a>
|
|
|
+ <a href="../subtagClound.php" target="contentFrame">组员客户分析</a>
|
|
|
</div>
|
|
|
</dt>
|
|
|
<?php endif; ?>
|
|
|
- <dt><a href="../pwdEdit.php">修改密码</a></dt>
|
|
|
+ <dt><a href="../pwdEdit.php" target="contentFrame">修改密码</a></dt>
|
|
|
<dt><a href="../index.php?act=logout" onclick="return confirm('确认要退出吗?');">退出登录</a></dt>
|
|
|
</dl>
|
|
|
</div>
|