|
@@ -1,5 +1,5 @@
|
|
|
<%@ page contentType="text/html;charset=UTF-8" %>
|
|
|
-<%@ include file="/WEB-INF/views/include/taglib.jsp"%>
|
|
|
+<%@ include file="/WEB-INF/views/include/taglib.jsp" %>
|
|
|
<html>
|
|
|
<head>
|
|
|
<title>机构画像</title>
|
|
@@ -10,14 +10,18 @@
|
|
|
<body>
|
|
|
<ul class="nav nav-tabs">
|
|
|
<li><a href="${ctx}/new/user/agency/">机构基本资料列表</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 class="active"><a
|
|
|
+ href="${ctx}/new/user/agency/clubPortrait?clubID=${cmPortrait.clubID}&clubName=${cmPortrait.clubName}&dateType=0&type=4">机构画像</a>
|
|
|
+ </li>
|
|
|
</ul>
|
|
|
<div class="ul-form">
|
|
|
<input type="hidden" id="clubId" value="${cmPortrait.clubID}">
|
|
|
<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">
|
|
|
- <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>
|
|
|
</ul>
|
|
|
<div class="main-content">
|
|
@@ -208,7 +212,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="box-eachts demand" id="demand">
|
|
|
- <%-- 用户需求展示 --%>
|
|
|
+ <%-- 用户需求展示 --%>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -218,8 +222,12 @@
|
|
|
<h4 class="H_tag">订单</h4>
|
|
|
</div>
|
|
|
<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 href="javascript: void(0);">¥<c:if test="${!empty portrait.orderTotalAmount}">${portrait.orderTotalAmount}</c:if><c:if test="${empty portrait.orderTotalAmount}">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>
|
|
|
+ <%-- <span>购买总额:<a href="javascript: void(0);">¥<c:if test="${!empty portrait.orderTotalAmount}">${portrait.orderTotalAmount}</c:if><c:if test="${empty portrait.orderTotalAmount}">0</c:if></a></span>--%>
|
|
|
<span class="right_span">当前范围:<a id="orderScopeNum" href="javascript:void(0);"></a></span>
|
|
|
</div>
|
|
|
<div class="box-tabmain">
|
|
@@ -253,7 +261,8 @@
|
|
|
<H4 class="H_tag">搜索关键词</H4>
|
|
|
</div>
|
|
|
<div class="box-title">
|
|
|
- <span>所有:<em><c:if test="${!empty portrait.totalkeywords}">${portrait.totalkeywords}</c:if><c:if test="${empty portrait.totalkeywords}">0</c:if> 条</em></span>
|
|
|
+ <span>所有:<em><c:if test="${!empty portrait.totalkeywords}">${portrait.totalkeywords}</c:if><c:if
|
|
|
+ test="${empty portrait.totalkeywords}">0</c:if> 条</em></span>
|
|
|
<span class="right_span">当前范围:<a id="keyWordsScopeNum" href="javascript:void(0);"></a></span>
|
|
|
</div>
|
|
|
<div class="box-tabmain">
|
|
@@ -289,7 +298,9 @@
|
|
|
<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.remarksTotal}">${portrait.remarksTotal}</c:if><c:if test="${empty portrait.remarksTotal}">0</c:if> 条</a></span>
|
|
|
+ <span>所有:<a class="line" id="visits" href="javascript:void(0)"><c:if
|
|
|
+ test="${!empty portrait.remarksTotal}">${portrait.remarksTotal}</c:if><c:if
|
|
|
+ test="${empty portrait.remarksTotal}">0</c:if> 条</a></span>
|
|
|
<span class="right_span">当前范围:<a id="remarksScopeNum" href="javascript:void(0);"></a></span>
|
|
|
</div>
|
|
|
<div class="box-tabmain">
|
|
@@ -323,7 +334,9 @@
|
|
|
<H4 class="H_tag">访问记录</H4>
|
|
|
</div>
|
|
|
<div class="box-title">
|
|
|
- <span>所有:<a id="visitAll" 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>所有:<a id="visitAll" 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">
|
|
@@ -368,7 +381,19 @@
|
|
|
var endTime = $('#visitTimeEnd').val()
|
|
|
var name = "${statistics.name}"
|
|
|
$.get("${ctx}/jump/link", function (data) {
|
|
|
- link = "https://manager.caimei365.com/#/user/record-list?type=second&corporateName="+name+"&startTime="+startTime+"&endTime="+endTime+"&token=" + data;
|
|
|
+ link = "https://manager.caimei365.com/#/user/record-list?type=second&corporateName=" + name + "&startTime=" + startTime + "&endTime=" + endTime + "&token=" + data;
|
|
|
+ window.open(link, "_blank");
|
|
|
+ });
|
|
|
+ })
|
|
|
+
|
|
|
+ $('#visits').click(function () {
|
|
|
+ <%--var link = "";--%>
|
|
|
+ <%--var startTime = $('#serviceTimeStart').val()--%>
|
|
|
+ <%--var endTime = $('#serviceTimeEnd').val()--%>
|
|
|
+ <%--var name = "${statistics.name}"--%>
|
|
|
+ var clubId = "${cmPortrait.clubID}"
|
|
|
+ $.get("${ctx}/jump/link", function (data) {
|
|
|
+ link = "https://manager.caimei365.com/#/user/consult/list?clubId=" + clubId + "&token=" + data;
|
|
|
window.open(link, "_blank");
|
|
|
});
|
|
|
})
|
|
@@ -376,8 +401,9 @@
|
|
|
$('#visitAll').click(function () {
|
|
|
var link = "";
|
|
|
var name = "${statistics.name}"
|
|
|
+ var clubId = "${cmPortrait.clubID}"
|
|
|
$.get("${ctx}/jump/link", function (data) {
|
|
|
- link = "https://manager.caimei365.com/#/user/record-list?type=second&corporateName="+name+"&startTime=&endTime="+"&token=" + data;
|
|
|
+ link = "https://manager.caimei365.com/#/user/record-list?type=second&corporateName=" + name + "&clubId=" + clubId + "&startTime=&endTime=" + "&token=" + data;
|
|
|
window.open(link, "_blank");
|
|
|
});
|
|
|
})
|