panel.php 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?php
  2. // Get employee information
  3. $stmt = $conn->prepare("SELECT * FROM employee WHERE id = ?");
  4. $stmt->bind_param("i", $_SESSION['employee_id']);
  5. $stmt->execute();
  6. $result = $stmt->get_result();
  7. if ($row = $result->fetch_assoc()) {
  8. $em_user = textUncode($row['em_user']);
  9. $em_role = $row['em_role'];
  10. $em_code = textUncode($row['em_code']);
  11. $em_email = textUncode($row['em_email']);
  12. $em_tel = textUncode($row['em_tel']);
  13. $em_permission_role_id=$row['em_permission_role_id'];
  14. } else {
  15. $stmt->close();
  16. $conn->close();
  17. header("Location: /");
  18. exit;
  19. }
  20. $stmt->close();
  21. ?>
  22. <div class="panel">
  23. <section>
  24. <h3><?= $em_user ?></h3>
  25. <div class="role_text">
  26. <?php
  27. $em_permission_role_array=array(0=>"普通",1=>"管理员",2=>"组长",3=>"组员",4=>"分公司");
  28. echo $em_permission_role_array[$em_permission_role_id];
  29. ?>
  30. </div>
  31. <ul class="lxfs">
  32. <li class="tel"><?= $em_tel ?></li>
  33. <li class="mail"><?= $em_email ?></li>
  34. </ul>
  35. </section>
  36. <div>
  37. <dl>
  38. <?php if (checkAdminOrEmployee()): ?>
  39. <dt><a href="../home.php" target="contentFrame">客户查找</a></dt>
  40. <?php endif; ?>
  41. <dt><a href="../customerAdd.php" target="contentFrame">客户录入</a></dt>
  42. <!-- <dt><a href="relationships.php" target="contentFrame">客户关系</a></dt> -->
  43. <dt><a href="../rebate_summary.php" target="contentFrame">返点兑换</a></dt>
  44. <dt><a href="../order.php" target="contentFrame">订单管理</a></dt>
  45. <dt id="myCustomer" class="subnav">我的客户
  46. <div class="list-wraper">
  47. <a href="../customers.php" target="contentFrame">全部客户 (<?= $_SESSION['t'] ?>)</a>
  48. <a href="../customers.php?fliterBusiness=1" target="contentFrame">经销商 (<?= $_SESSION['t1'] ?>)</a>
  49. <a href="../customers.php?fliterBusiness=2" target="contentFrame">零售 (<?= $_SESSION['t2'] ?>)</a>
  50. <a href="../customers.php?fliterBusiness=3" target="contentFrame">连锁店铺 (<?= $_SESSION['t3'] ?>)</a>
  51. <a href="../customers.php?fliterBusiness=4" target="contentFrame">中间商 (<?= $_SESSION['t4'] ?>)</a>
  52. <a href="../customers.php?fliterDeal=2" target="contentFrame">明确需求 (<?= $_SESSION['d2'] ?>)</a>
  53. <a href="../customers.php?fliterDeal=3" target="contentFrame">已经成交 (<?= $_SESSION['d1'] ?>)</a>
  54. <a href="../customersNew.php" target="contentFrame">本月新增</a>
  55. <?php if (checkAdminOrEmployee()): ?>
  56. <a href="../customersFollow.php" target="contentFrame">即将加入公海 </a>
  57. <a href="../highSeas.php" target="contentFrame">公司公海(60天无更新)</a>
  58. <a href="../claimRecord.php" target="contentFrame">认领记录</a>
  59. <a href="../abnormal.php" target="contentFrame" class="new">异常客户</a>
  60. <?php endif; ?>
  61. </div>
  62. </dt>
  63. <?php if (checkAdminOrEmployee()): ?>
  64. <?php endif; ?>
  65. <?php
  66. //权限角色为的时候显示统计分析
  67. if(checkPermission(1,2))
  68. {
  69. ?>
  70. <dt class="subnav">统计分析
  71. <div class="list-wraper">
  72. <a href="../dashboard.php" target="contentFrame">数据看板</a>
  73. <a href="../team.php" target="contentFrame">本月小组数据</a>
  74. <!-- <a href="statistics.php" target="contentFrame">汇总统计</a>-->
  75. <a href="customers_stats.php" target="contentFrame">客户统计分析</a>
  76. <a href="products_stats.php" target="contentFrame">产品统计分析</a>
  77. <a href="region_stats.php" target="contentFrame">地区统计分析</a>
  78. <!-- <a href="sales_stats.php" target="contentFrame">销售统计分析</a>-->
  79. <a href="statistics_order_warnings.php" target="contentFrame">订单预警系统</a>
  80. </div>
  81. </dt>
  82. <?php }?>
  83. <dt><a href="../tagClound.php" target="contentFrame">标签云</a></dt>
  84. <?php if (checkAdminOrEmployee()): ?>
  85. <dt><a href="../silentCustomer.php" target="contentFrame">静默客户</a></dt>
  86. <?php endif; ?>
  87. <?php if(($em_role == 0)&&($em_permission_role_id==2)): ?>
  88. <dt class="subnav">我的团队
  89. <div class="list-wraper">
  90. <a href="../subcustomers.php" target="contentFrame">组员客户</a>
  91. <a href="../subtagClound.php" target="contentFrame">组员客户分析</a>
  92. </div>
  93. </dt>
  94. <?php endif; ?>
  95. <dt><a href="../pwdEdit.php" target="contentFrame">修改密码</a></dt>
  96. <dt><a href="../index.php?act=logout" onclick="return confirm('确认要退出吗?');">退出登录</a></dt>
  97. </dl>
  98. </div>
  99. <div class="copyright">
  100. <p>Version 1.5</p>
  101. </div>
  102. <?php if (strpos($em_code, "BX") === false): ?>
  103. <div class="statement">***注意事项***<br>所有业务务必全面录入客户资料,如发现有客户重复第一时间与前录入人沟通并妥善将与客户沟通的内容交接到原录入人,如故意隐瞒或者选择无视不交接,自愿接受退还客户及停止一个月官网询盘客户推送的惩罚,情节严重者按照违反公司利益进行辞退!</div>
  104. <?php endif; ?>
  105. </div>