|
@@ -41,32 +41,67 @@
|
|
|
<td>${statistics.clubID}</td>
|
|
|
<td>${statistics.linkMan}</td>
|
|
|
<td>
|
|
|
- <c:if test="${empty not statistics.sex}">
|
|
|
- ${statistics.sex == 0 ? '男': '女'}
|
|
|
+ <c:if test="${not empty statistics.sex}">
|
|
|
+ ${statistics.sex == '0' ? '男': '女'}
|
|
|
</c:if>
|
|
|
<c:if test="${empty statistics.sex}">
|
|
|
---
|
|
|
</c:if>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <c:if test="${empty not statistics.age}">
|
|
|
+ <c:if test="${not empty statistics.age}">
|
|
|
${statistics.age}
|
|
|
</c:if>
|
|
|
<c:if test="${empty statistics.age}">
|
|
|
---
|
|
|
</c:if>
|
|
|
</td>
|
|
|
- <td>${statistics.contractMobile}</td>
|
|
|
- <td>${statistics.linkManStatus}</td>
|
|
|
+ <td>
|
|
|
+ <c:if test="${not empty statistics.contractMobile}">
|
|
|
+ ${statistics.contractMobile}
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${empty statistics.contractMobile}">
|
|
|
+ ---
|
|
|
+ </c:if>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <c:if test="${not empty statistics.linkManStatus}">
|
|
|
+ ${statistics.linkManStatus}
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${empty statistics.linkManStatus}">
|
|
|
+ ---
|
|
|
+ </c:if>
|
|
|
+ </td>
|
|
|
<td>${statistics.registerTime}</td>
|
|
|
- <td>${statistics.customerValues}</td>
|
|
|
- <td>${statistics.activeState}</td>
|
|
|
- <td>${statistics.clubDataIntegrity}</td>
|
|
|
+ <td>
|
|
|
+ <c:if test="${not empty statistics.customerValues}">
|
|
|
+ ${statistics.customerValues}
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${empty statistics.customerValues}">
|
|
|
+ ---
|
|
|
+ </c:if>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <c:if test="${not empty statistics.activeState}">
|
|
|
+ ${statistics.activeState}
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${empty statistics.activeState}">
|
|
|
+ ---
|
|
|
+ </c:if>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <c:if test="${not empty statistics.clubDataIntegrity}">
|
|
|
+ ${statistics.clubDataIntegrity}
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${empty statistics.clubDataIntegrity}">
|
|
|
+ ---
|
|
|
+ </c:if>
|
|
|
+ </td>
|
|
|
<td>
|
|
|
<c:if test="${empty statistics.customerSource}">
|
|
|
---
|
|
|
</c:if>
|
|
|
- <c:if test="${empty not statistics.customerSource}">
|
|
|
+ <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>
|
|
@@ -88,51 +123,92 @@
|
|
|
<td>${statistics.clubType}</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td>入群状态</td>
|
|
|
- <td>微信触达</td>
|
|
|
- <td>电话触达</td>
|
|
|
+ <th>入群状态</th>
|
|
|
+ <th>微信触达</th>
|
|
|
+ <th>电话触达</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>
|
|
|
- <c:if test="${empty not statistics.groupAddition}">
|
|
|
+ <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>
|
|
|
-
|
|
|
- </th>
|
|
|
- <th>
|
|
|
- <c:if test="${empty not statistics.wxReach}">
|
|
|
+ <c:if test="${empty statistics.groupAddition}">
|
|
|
+ ---
|
|
|
+ </c:if>
|
|
|
+ </td>
|
|
|
+ <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>
|
|
|
- </th>
|
|
|
- <th>
|
|
|
- <c:if test="${empty not statistics.mobileReach}">
|
|
|
+ <c:if test="${empty statistics.wxReach}">
|
|
|
+ ---
|
|
|
+ </c:if>
|
|
|
+ </td>
|
|
|
+ <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>
|
|
|
- </th>
|
|
|
+ <c:if test="${empty statistics.mobileReach}">
|
|
|
+ ---
|
|
|
+ </c:if>
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <H4 class="H_tag">客户需求</H4>
|
|
|
- <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">
|
|
|
+ <th colspan="8">
|
|
|
+ <div class="header-content">
|
|
|
+ <div class="header-box">
|
|
|
+ <div class="header-title">
|
|
|
+ <H4 class="H_tag">客户需求</H4>
|
|
|
+ </div>
|
|
|
+ <div class="header-tabmain">
|
|
|
+ <div class="header-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="header-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><br>
|
|
|
+ <div id="demand"></div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div id="demand"></div>
|
|
|
+ <%--<div class="header-content">
|
|
|
+ <div class="header-box">
|
|
|
+ <div class="header_box-title">
|
|
|
+ <H4 class="header_tag">客户需求</H4>
|
|
|
+ </div>
|
|
|
+ <div class="header_tag_box">
|
|
|
+ <div class="header_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 id="demand"></div>
|
|
|
+ </div>
|
|
|
+ </div>--%>
|
|
|
+ </th>
|
|
|
</tr>
|
|
|
</table>
|
|
|
<%--<c:if test="${statistics.name ne null and statistics.name ne ''}">
|
|
@@ -269,8 +345,8 @@
|
|
|
<H4 class="H_tag">访问记录</H4>
|
|
|
</div>
|
|
|
<div class="box-title">
|
|
|
- <span>所有:<a class="line" href="${ctx}/new/user/agency/regist?clubId=${cmPortrait.clubID}&clubName=${cmPortrait.clubName}"><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" href="javascript:void(0);"></a></span>
|
|
|
+ <span>所有:<a class="line visitNum" 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 class="visitNum" href="javascript:void(0);"></a></span>
|
|
|
</div>
|
|
|
<div class="box-tabmain">
|
|
|
<div class="box-tabs" id="visitTabs">
|