|
@@ -15,6 +15,7 @@
|
|
<div class="ul-form">
|
|
<div class="ul-form">
|
|
<input type="hidden" id="clubId" value="${cmPortrait.clubID}">
|
|
<input type="hidden" id="clubId" value="${cmPortrait.clubID}">
|
|
<input type="hidden" id="eachtsAjaxUrl" value="${ctx}/new/user/agency/selPortraitData">
|
|
<input type="hidden" id="eachtsAjaxUrl" value="${ctx}/new/user/agency/selPortraitData">
|
|
|
|
+ <input type="hidden" id="demandUrl" value="${ctx}/new/user/agency/getDemandData">
|
|
<ul class="nav nav-tabs">
|
|
<ul class="nav nav-tabs">
|
|
<li class="active"><a href="${ctx}/new/user/agency/clubPortrait?clubID=${cmPortrait.clubID}&clubName=${cmPortrait.clubName}&dateType=0&type=4">仪表盘</a></li>
|
|
<li class="active"><a href="${ctx}/new/user/agency/clubPortrait?clubID=${cmPortrait.clubID}&clubName=${cmPortrait.clubName}&dateType=0&type=4">仪表盘</a></li>
|
|
<li><a href="${ctx}/new/user/agency/clubData?clubID=${cmPortrait.clubID}">机构资料</a></li>
|
|
<li><a href="${ctx}/new/user/agency/clubData?clubID=${cmPortrait.clubID}">机构资料</a></li>
|
|
@@ -22,33 +23,179 @@
|
|
<div class="main-content">
|
|
<div class="main-content">
|
|
<div class="flex-header">
|
|
<div class="flex-header">
|
|
<div class="flex-header-main">
|
|
<div class="flex-header-main">
|
|
- <c:if test="${statistics.name ne null and statistics.name ne ''}">
|
|
|
|
- <p><i class="icon i1"></i><span>${statistics.name}</span></p>
|
|
|
|
- </c:if>
|
|
|
|
- <c:if test="${statistics.linkMan ne null and statistics.linkMan ne ''}">
|
|
|
|
- <p><i class="icon i2"></i><span>${statistics.linkMan}</span></p>
|
|
|
|
- </c:if>
|
|
|
|
- <c:if test="${statistics.linkManStatus ne null and statistics.linkManStatus ne ''}">
|
|
|
|
- <p><i class="icon i3"></i><span>${statistics.linkManStatus}</span></p>
|
|
|
|
- </c:if>
|
|
|
|
- <c:if test="${statistics.contractMobile ne null and statistics.contractMobile ne ''}">
|
|
|
|
- <p><i class="icon i4"></i><span>${statistics.contractMobile}</span></p>
|
|
|
|
- </c:if>
|
|
|
|
- <c:if test="${statistics.clubType ne null and statistics.clubType ne ''}">
|
|
|
|
- <p><i class="icon i5"></i><span>${statistics.clubType}</span></p>
|
|
|
|
- </c:if>
|
|
|
|
- <c:if test="${statistics.province ne null and statistics.province ne ''}">
|
|
|
|
- <p><i class="icon i6"></i><span>${statistics.province}</span><span>${statistics.city}</span><span>${statistics.town}</span></p>
|
|
|
|
- </c:if>
|
|
|
|
- <c:if test="${statistics.addTime ne null and statistics.addTime ne ''}">
|
|
|
|
- <p><i class="icon i7"></i><span>${statistics.addTime}</span></p>
|
|
|
|
- </c:if>
|
|
|
|
|
|
+ <div class="flex-header-tr">
|
|
|
|
+ <div class="flex-header-th">机构Id</div>
|
|
|
|
+ <div class="flex-header-th">联系人</div>
|
|
|
|
+ <div class="flex-header-th">性别</div>
|
|
|
|
+ <div class="flex-header-th">年龄</div>
|
|
|
|
+ <div class="flex-header-th">手机号</div>
|
|
|
|
+ <div class="flex-header-th">身份</div>
|
|
|
|
+ <div class="flex-header-th">注册时间</div>
|
|
|
|
+ <div class="flex-header-th">客户价值</div>
|
|
|
|
+ <div class="flex-header-th">活跃状态</div>
|
|
|
|
+ <div class="flex-header-th">资料完整度</div>
|
|
|
|
+ <div class="flex-header-th">客户来源</div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="flex-header-tb">
|
|
|
|
+ <div class="flex-header-td">${statistics.clubID}</div>
|
|
|
|
+ <div class="flex-header-td">${statistics.linkMan}</div>
|
|
|
|
+ <div class="flex-header-td">
|
|
|
|
+ <c:if test="${not empty statistics.sex}">
|
|
|
|
+ ${statistics.sex == '0' ? '男': '女'}
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${empty statistics.sex}">
|
|
|
|
+ ---
|
|
|
|
+ </c:if>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="flex-header-td">
|
|
|
|
+ <c:if test="${not empty statistics.age}">
|
|
|
|
+ ${statistics.age}
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${empty statistics.age}">
|
|
|
|
+ ---
|
|
|
|
+ </c:if>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="flex-header-td">
|
|
|
|
+ <c:if test="${not empty statistics.contractMobile}">
|
|
|
|
+ ${statistics.contractMobile}
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${empty statistics.contractMobile}">
|
|
|
|
+ ---
|
|
|
|
+ </c:if>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="flex-header-td">
|
|
|
|
+ <c:if test="${not empty statistics.linkManStatus}">
|
|
|
|
+ ${statistics.linkManStatus}
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${empty statistics.linkManStatus}">
|
|
|
|
+ ---
|
|
|
|
+ </c:if>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="flex-header-td">${statistics.registerTime}</div>
|
|
|
|
+ <div class="flex-header-td">
|
|
|
|
+ <c:if test="${not empty statistics.customerValues}">
|
|
|
|
+ ${statistics.customerValues}
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${empty statistics.customerValues}">
|
|
|
|
+ ---
|
|
|
|
+ </c:if>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="flex-header-td">
|
|
|
|
+ <c:if test="${not empty statistics.activeState}">
|
|
|
|
+ ${statistics.activeState}
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${empty statistics.activeState}">
|
|
|
|
+ ---
|
|
|
|
+ </c:if>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="flex-header-td">
|
|
|
|
+ <c:if test="${not empty statistics.clubDataIntegrity}">
|
|
|
|
+ ${statistics.clubDataIntegrity}
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${empty statistics.clubDataIntegrity}">
|
|
|
|
+ ---
|
|
|
|
+ </c:if>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="flex-header-td">
|
|
|
|
+ <c:if test="${empty statistics.customerSource}">
|
|
|
|
+ ---
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${not empty statistics.customerSource}">
|
|
|
|
+ <c:if test="${statistics.customerSource == 0}">公众号</c:if>
|
|
|
|
+ <c:if test="${statistics.customerSource == 1}">小红书</c:if>
|
|
|
|
+ <c:if test="${statistics.customerSource == 2}">微博</c:if>
|
|
|
|
+ <c:if test="${statistics.customerSource == 3}">搜狐</c:if>
|
|
|
|
+ <c:if test="${statistics.customerSource == 4}">其他</c:if>
|
|
|
|
+ </c:if>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="flex-header-tr">
|
|
|
|
+ <div class="flex-header-th">机构名称</div>
|
|
|
|
+ <div class="flex-header-th">机构级别</div>
|
|
|
|
+ <div class="flex-header-th">机构类型</div>
|
|
|
|
+ <div class="flex-header-th">入群状态</div>
|
|
|
|
+ <div class="flex-header-th">微信触达</div>
|
|
|
|
+ <div class="flex-header-th">电话触达</div>
|
|
|
|
+ <div class="flex-header-th last">机构地址</div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="flex-header-tb">
|
|
|
|
+ <div class="flex-header-td">${statistics.name}</div>
|
|
|
|
+ <div class="flex-header-td">
|
|
|
|
+ <c:if test="${4 == statistics.userIdentity}">
|
|
|
|
+ 个人机构
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${2 == statistics.userIdentity}">
|
|
|
|
+ 资质机构
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${2 != statistics.userIdentity and 4 != statistics.userIdentity}">
|
|
|
|
+ 其他
|
|
|
|
+ </c:if>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="flex-header-td">${statistics.clubType}</div>
|
|
|
|
+ <div class="flex-header-td">
|
|
|
|
+ <c:if test="${not empty statistics.groupAddition}">
|
|
|
|
+ <c:if test="${statistics.groupAddition == 0}">已加群</c:if>
|
|
|
|
+ <c:if test="${statistics.groupAddition == 1}">未加群(${statistics.fillTime})</c:if>
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${empty statistics.groupAddition}">
|
|
|
|
+ ---
|
|
|
|
+ </c:if>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="flex-header-td">
|
|
|
|
+ <c:if test="${not empty statistics.wxReach}">
|
|
|
|
+ <c:if test="${statistics.wxReach == 0}">触达</c:if>
|
|
|
|
+ <c:if test="${statistics.wxReach == 1}">未触达(${statistics.fillTime})</c:if>
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${empty statistics.wxReach}">
|
|
|
|
+ ---
|
|
|
|
+ </c:if>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="flex-header-td">
|
|
|
|
+ <c:if test="${not empty statistics.mobileReach}">
|
|
|
|
+ <c:if test="${statistics.mobileReach == 0}">触达</c:if>
|
|
|
|
+ <c:if test="${statistics.mobileReach == 1}">未触达(${statistics.fillTime})</c:if>
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${empty statistics.mobileReach}">
|
|
|
|
+ ---
|
|
|
|
+ </c:if>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="flex-header-td last">
|
|
|
|
+ ${statistics.province}${statistics.city}${statistics.town}
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="flex-content">
|
|
|
|
+ <div class="flex-box box1">
|
|
|
|
+ <div class="box-title">
|
|
|
|
+ <h4 class="H_tag">客户需求</h4>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="box-tabmain">
|
|
|
|
+ <div class="box-tabs" id="customerDemand">
|
|
|
|
+ <a class="box-tabs-li active" href="javascript: void(0);" data-type="4">全年</a>
|
|
|
|
+ <a class="box-tabs-li" href="javascript: void(0);" data-type="3">半年</a>
|
|
|
|
+ <a class="box-tabs-li" href="javascript: void(0);" data-type="2">月</a>
|
|
|
|
+ <a class="box-tabs-li" href="javascript: void(0);" data-type="1">日</a>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="box-time" id="customerDemandData">
|
|
|
|
+ <div class="time-input">
|
|
|
|
+ <input type="text" placeholder="开始时间" class="input start" id="demandStart">
|
|
|
|
+ </div>
|
|
|
|
+ <span class="line">至</span>
|
|
|
|
+ <div class="time-input">
|
|
|
|
+ <input type="text" placeholder="结束时间" class="input end" id="demandEnd">
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="box-eachts demand" id="demand">
|
|
|
|
+ <%-- 用户需求展示 --%>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="flex-content">
|
|
<div class="flex-content">
|
|
<div class="flex-box">
|
|
<div class="flex-box">
|
|
<div class="box-title">
|
|
<div class="box-title">
|
|
- <H4 class="H_tag">订单</H4>
|
|
|
|
|
|
+ <h4 class="H_tag">订单</h4>
|
|
</div>
|
|
</div>
|
|
<div class="box-title">
|
|
<div class="box-title">
|
|
<span>所有:<a class="line" href="${ctx}/order/orderList?buyer=${cmPortrait.clubName}">¥<c:if test="${!empty portrait.orderTotalAmount}">${portrait.orderTotalAmount}</c:if> <c:if test="${empty portrait.orderTotalAmount}">0</c:if> (<c:if test="${!empty portrait.orderTotal}">${portrait.orderTotal}</c:if><c:if test="${empty portrait.orderTotal}">0</c:if>个)</a></span>
|
|
<span>所有:<a class="line" href="${ctx}/order/orderList?buyer=${cmPortrait.clubName}">¥<c:if test="${!empty portrait.orderTotalAmount}">${portrait.orderTotalAmount}</c:if> <c:if test="${empty portrait.orderTotalAmount}">0</c:if> (<c:if test="${!empty portrait.orderTotal}">${portrait.orderTotal}</c:if><c:if test="${empty portrait.orderTotal}">0</c:if>个)</a></span>
|
|
@@ -155,6 +302,10 @@
|
|
<div class="box-title">
|
|
<div class="box-title">
|
|
<H4 class="H_tag">访问记录</H4>
|
|
<H4 class="H_tag">访问记录</H4>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="box-title">
|
|
|
|
+ <span>所有:<a class="line visit" href="javascript:void(0);"><c:if test="${!empty portrait.visitTotal}">${portrait.visitTotal}</c:if><c:if test="${empty portrait.visitTotal}">0</c:if> 条</a></span>
|
|
|
|
+ <span class="right_span">当前范围:<a id="visitNum" class="visit" href="javascript:void(0);"></a></span>
|
|
|
|
+ </div>
|
|
<div class="box-tabmain">
|
|
<div class="box-tabmain">
|
|
<div class="box-tabs" id="visitTabs">
|
|
<div class="box-tabs" id="visitTabs">
|
|
<a class="box-tabs-li active" href="javascript: void(0);" data-type="4">全年</a>
|
|
<a class="box-tabs-li active" href="javascript: void(0);" data-type="4">全年</a>
|
|
@@ -189,5 +340,15 @@
|
|
<script type="text/javascript" src="${ctxStatic}/echarts/echarts.min.js"></script>
|
|
<script type="text/javascript" src="${ctxStatic}/echarts/echarts.min.js"></script>
|
|
<script type="text/javascript" src="${ctxStatic}/modules/cmClubPortrait/cmClubEacths.js"></script>
|
|
<script type="text/javascript" src="${ctxStatic}/modules/cmClubPortrait/cmClubEacths.js"></script>
|
|
<script type="text/javascript" src="${ctxStatic}/modules/cmClubPortrait/cmClubPortrait.js"></script>
|
|
<script type="text/javascript" src="${ctxStatic}/modules/cmClubPortrait/cmClubPortrait.js"></script>
|
|
|
|
+<script>
|
|
|
|
+ // 前往新后台
|
|
|
|
+ $('.visit').click(function () {
|
|
|
|
+ var link = "";
|
|
|
|
+ $.get("${ctx}/jump/link", function (data) {
|
|
|
|
+ link = "https://manager.caimei365.com/#/user/record-list?token=" + data;
|
|
|
|
+ window.open(link, "_blank");
|
|
|
|
+ });
|
|
|
|
+ })
|
|
|
|
+</script>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|