|
@@ -46,70 +46,119 @@
|
|
#alertModal .alertModal-btn{width:260px;height:49px;padding:0 20px;border-top:1px solid #EBEBEB}
|
|
#alertModal .alertModal-btn{width:260px;height:49px;padding:0 20px;border-top:1px solid #EBEBEB}
|
|
#alertModal .alertModal-btn button{float:right;margin:5px}
|
|
#alertModal .alertModal-btn button{float:right;margin:5px}
|
|
.acticer_span{display: inline-block;width: 14px;height: 14px;border-radius: 50%;box-sizing: border-box;border: 1px solid #999999;text-align: center;color: #333333;font-size: 12px;line-height: 14px;float: none;margin-left: 3px;}
|
|
.acticer_span{display: inline-block;width: 14px;height: 14px;border-radius: 50%;box-sizing: border-box;border: 1px solid #999999;text-align: center;color: #333333;font-size: 12px;line-height: 14px;float: none;margin-left: 3px;}
|
|
|
|
+ /*#items{border-bottom: #0d0d0d 1px dashed}*/
|
|
</style>
|
|
</style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<ul class="nav nav-tabs">
|
|
<ul class="nav nav-tabs">
|
|
- <li class="active"><a href="${ctx}/new/user/agency/">机构列表</a></li>
|
|
|
|
|
|
+ <li><a href="${ctx}/new/user/agency/">机构机构基本资料列表</a></li>
|
|
|
|
+ <li class="active"><a href="${ctx}/new/user/agency/statisticsList">机构分析统计列表</a></li>
|
|
<li><a href="${ctx}/user/clubTemporary/">未确认机构</a></li>
|
|
<li><a href="${ctx}/user/clubTemporary/">未确认机构</a></li>
|
|
<li><a href="${ctx}/user/cmOperational/">操作日志</a></li>
|
|
<li><a href="${ctx}/user/cmOperational/">操作日志</a></li>
|
|
</ul>
|
|
</ul>
|
|
-<form:form id="searchForm" modelAttribute="newCmClub" action="${ctx}/new/user/agency/" method="post"
|
|
|
|
|
|
+<form:form id="searchForm" modelAttribute="statistics" action="${ctx}/new/user/agency/statisticsList" method="post"
|
|
class="breadcrumb form-search">
|
|
class="breadcrumb form-search">
|
|
<input id="pageNo" name="pageNo" type="hidden" value="${page.pageNo}"/>
|
|
<input id="pageNo" name="pageNo" type="hidden" value="${page.pageNo}"/>
|
|
<input id="pageSize" name="pageSize" type="hidden" value="${page.pageSize}"/>
|
|
<input id="pageSize" name="pageSize" type="hidden" value="${page.pageSize}"/>
|
|
<div class="flex-wrap">
|
|
<div class="flex-wrap">
|
|
- <div class="item">
|
|
|
|
- <label>注册时间:</label>
|
|
|
|
- <form:input path="registerStartTime" type="text" maxlength="20" class="input-mini Wdate" value="${startTime}"
|
|
|
|
- onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
|
|
|
|
- -
|
|
|
|
- <form:input path="registerEndTime" type="text" maxlength="20" class="input-mini Wdate" value="${endTime}"
|
|
|
|
- onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
|
|
|
|
- </div>
|
|
|
|
- <div class="item">
|
|
|
|
- <label>最近下单时间:</label>
|
|
|
|
- <form:input path="searchStartTime" type="text" maxlength="20" class="input-mini Wdate" value="${startTime}"
|
|
|
|
- onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
|
|
|
|
- -
|
|
|
|
- <form:input path="searchEndTime" type="text" maxlength="20" class="input-mini Wdate" value="${endTime}"
|
|
|
|
- onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
|
|
|
|
|
|
+ <div id="items" class="flex-wrap">
|
|
|
|
+ <div class="item">
|
|
|
|
+ <label>注册时间:</label>
|
|
|
|
+ <form:input path="registerStartTime" type="text" maxlength="20" class="input-mini Wdate" value="${registerStartTime}"
|
|
|
|
+ onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
|
|
|
|
+ -
|
|
|
|
+ <form:input path="registerEndTime" type="text" maxlength="20" class="input-mini Wdate" value="${registerEndTime}"
|
|
|
|
+ onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="item">
|
|
|
|
+ <label>最近下单时间:</label>
|
|
|
|
+ <form:input path="searchStartTime" type="text" maxlength="20" class="input-mini Wdate" value="${searchStartTime}"
|
|
|
|
+ onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
|
|
|
|
+ -
|
|
|
|
+ <form:input path="searchEndTime" type="text" maxlength="20" class="input-mini Wdate" value="${searchEndTime}"
|
|
|
|
+ onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
|
|
|
|
+ </div>
|
|
|
|
+ <label class="control-label">机构类型:</label>
|
|
|
|
+ <form:select path="customerValue" class="input-medium">
|
|
|
|
+ <form:option value="" label="请选择"/>
|
|
|
|
+ <form:option value="1" label="医美"/>
|
|
|
|
+ <form:option value="2" label="生美"/>
|
|
|
|
+ <form:option value="3" label="项目公司"/>
|
|
|
|
+ <form:option value="4" label="个人"/>
|
|
|
|
+ <form:option value="0" label="其他"/>
|
|
|
|
+ </form:select>
|
|
|
|
+ <div class="item">
|
|
|
|
+ <label>机构级别:</label>
|
|
|
|
+ <form:select path="searchUserIdentity" class="input-medium">
|
|
|
|
+ <form:option value="" label="请选择"/>
|
|
|
|
+ <form:option value="4" label="个人机构"/>
|
|
|
|
+ <form:option value="2" label="资质机构"/>
|
|
|
|
+ <form:option value="8" label="超级会员"/>
|
|
|
|
+ </form:select>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="item">
|
|
|
|
+ <label> 状态:</label>
|
|
|
|
+ <form:select path="searchStatus" class="input-medium">
|
|
|
|
+ <form:option value="" label="请选择"/>
|
|
|
|
+ <form:options items="${fns:getDictList('club_status')}" itemLabel="label" itemValue="value"
|
|
|
|
+ htmlEscape="false"/>
|
|
|
|
+ </form:select>
|
|
|
|
+ </div>
|
|
|
|
+ <label class="control-label">联系人身份:</label>
|
|
|
|
+ <form:select path="linkManIdentity" class="input-medium">
|
|
|
|
+ <form:option value="" label="请选择"/>
|
|
|
|
+ <form:option value="1" label="老板"/>
|
|
|
|
+ <form:option value="2" label="采购"/>
|
|
|
|
+ <form:option value="3" label="运营"/>
|
|
|
|
+ <form:option value="4" label="其他"/>
|
|
|
|
+ </form:select>
|
|
|
|
+ <label class="control-label">资料完整度:</label>
|
|
|
|
+ <form:select path="clubDataIntegrity" class="input-medium">
|
|
|
|
+ <form:option value="" label="请选择"/>
|
|
|
|
+ <form:option value="1" label="20%至70%"/>
|
|
|
|
+ <form:option value="2" label="70%以上"/>
|
|
|
|
+ </form:select>
|
|
</div>
|
|
</div>
|
|
- <label class="control-label">机构类型:</label>
|
|
|
|
- <form:select path="customerValue" class="input-medium">
|
|
|
|
- <form:option value="" label="请选择"/>
|
|
|
|
- <form:option value="1" label="医美"/>
|
|
|
|
- <form:option value="2" label="生美"/>
|
|
|
|
- <form:option value="3" label="项目公司"/>
|
|
|
|
- <form:option value="4" label="个人"/>
|
|
|
|
- <form:option value="0" label="其他"/>
|
|
|
|
- </form:select>
|
|
|
|
- <div class="item">
|
|
|
|
- <label>机构级别:</label>
|
|
|
|
- <form:select path="searchUserIdentity" class="input-medium">
|
|
|
|
|
|
+<%-- <span style="width: 100%; height: 0; border: #0d0d0d 1px dashed;"/><br/>--%>
|
|
|
|
+ <div class="flex-wrap">
|
|
|
|
+ <label class="control-label">近一个月购买额:</label>
|
|
|
|
+ <form:select path="payTotalMonth" class="input-medium">
|
|
|
|
+ <form:option value="" label="请选择"/>
|
|
|
|
+ <form:option value="1" label="小于1万"/>
|
|
|
|
+ <form:option value="2" label="1万至10万"/>
|
|
|
|
+ <form:option value="3" label="10万至100万"/>
|
|
|
|
+ <form:option value="4" label="大于100万"/>
|
|
|
|
+ </form:select>
|
|
|
|
+ <label class="control-label">近一个年购买额:</label>
|
|
|
|
+ <form:select path="payTotalYear" class="input-medium">
|
|
<form:option value="" label="请选择"/>
|
|
<form:option value="" label="请选择"/>
|
|
- <form:option value="4" label="个人机构"/>
|
|
|
|
- <form:option value="2" label="资质机构"/>
|
|
|
|
- <form:option value="8" label="超级会员"/>
|
|
|
|
|
|
+ <form:option value="1" label="小于1万"/>
|
|
|
|
+ <form:option value="2" label="1万至10万"/>
|
|
|
|
+ <form:option value="3" label="10万至100万"/>
|
|
|
|
+ <form:option value="4" label="大于100万"/>
|
|
|
|
+ </form:select>
|
|
|
|
+ <div class="item">
|
|
|
|
+ <label>自定义统计时间:</label>
|
|
|
|
+ <form:input path="customStartTime" type="text" maxlength="20" class="input-mini Wdate" value="${customStartTime}"
|
|
|
|
+ onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
|
|
|
|
+ -
|
|
|
|
+ <form:input path="customEndTime" type="text" maxlength="20" class="input-mini Wdate" value="${customEndTime}"
|
|
|
|
+ onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
|
|
|
|
+ </div>
|
|
|
|
+ <label class="control-label">总购买额:</label>
|
|
|
|
+ <form:select path="payTotal" class="input-medium">
|
|
|
|
+ <form:option value="" label="请选择"/>
|
|
|
|
+ <form:option value="1" label="小于1万"/>
|
|
|
|
+ <form:option value="2" label="1万至10万"/>
|
|
|
|
+ <form:option value="3" label="10万至100万"/>
|
|
|
|
+ <form:option value="4" label="大于100万"/>
|
|
</form:select>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
- <label class="control-label">客户价值:</label>
|
|
|
|
- <form:select path="customerValue" class="input-medium">
|
|
|
|
- <form:option value="" label="请选择"/>
|
|
|
|
- <form:option value="一般保持客户" label="一般保持客户"/>
|
|
|
|
- <form:option value="一般发展客户" label="一般发展客户"/>
|
|
|
|
- <form:option value="一般价值客户" label="一般价值客户"/>
|
|
|
|
- <form:option value="一般挽留客户" label="一般挽留客户"/>
|
|
|
|
- <form:option value="重要保持客户" label="重要保持客户"/>
|
|
|
|
- <form:option value="重要发展客户" label="重要发展客户"/>
|
|
|
|
- <form:option value="重要价值客户" label="重要价值客户"/>
|
|
|
|
- <form:option value="重要挽留客户" label="重要挽留客户"/>
|
|
|
|
- </form:select>
|
|
|
|
-
|
|
|
|
<div class="item">
|
|
<div class="item">
|
|
<input id="btnSubmit" class="btn btn-primary" type="submit" value="查询"/>
|
|
<input id="btnSubmit" class="btn btn-primary" type="submit" value="查询"/>
|
|
|
|
+ <input id="export" class="btn btn-primary" type="button" value="导出"/>
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</form:form>
|
|
</form:form>
|
|
<sys:message content="${message}"/>
|
|
<sys:message content="${message}"/>
|
|
@@ -119,78 +168,100 @@
|
|
<th>机构ID</th>
|
|
<th>机构ID</th>
|
|
<th>机构名称</th>
|
|
<th>机构名称</th>
|
|
<th>联系人</th>
|
|
<th>联系人</th>
|
|
|
|
+ <th>联系人身份</th>
|
|
<th>手机号</th>
|
|
<th>手机号</th>
|
|
<th>协销人员</th>
|
|
<th>协销人员</th>
|
|
<th>状态</th>
|
|
<th>状态</th>
|
|
<th>机构类别</th>
|
|
<th>机构类别</th>
|
|
|
|
+ <th>机构级别</th>
|
|
|
|
+ <th>资料完整度</th>
|
|
<th>注册时间</th>
|
|
<th>注册时间</th>
|
|
|
|
+ <th>近一个月订单数</th>
|
|
|
|
+ <th>近一个年订单数</th>
|
|
|
|
+ <th>近一个月购买额</th>
|
|
|
|
+ <th>近一个年购买额</th>
|
|
|
|
+ <th>总购买额</th>
|
|
|
|
+ <th>最常搜索词</th>
|
|
|
|
+ <th>最近下单时间</th>
|
|
<th>操作</th>
|
|
<th>操作</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
- <c:forEach items="${page.list}" var="newCmClubList">
|
|
|
|
|
|
+ <c:forEach items="${page.list}" var="clubList">
|
|
<tr>
|
|
<tr>
|
|
- <td>${newCmClubList.clubID}</td>
|
|
|
|
|
|
+ <td>${clubList.clubID}</td>
|
|
<td>
|
|
<td>
|
|
- ${newCmClubList.name}
|
|
|
|
|
|
+ ${clubList.name}
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
- ${newCmClubList.userName}
|
|
|
|
|
|
+ ${clubList.linkMan}
|
|
</td>
|
|
</td>
|
|
-
|
|
|
|
<td>
|
|
<td>
|
|
- ${newCmClubList.bindMobile}
|
|
|
|
|
|
+ <c:if test="${clubList.linkManStatus ne null}">
|
|
|
|
+ ${clubList.linkManStatus}
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${clubList.linkManStatus eq null}">
|
|
|
|
+ ---
|
|
|
|
+ </c:if>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
- ${newCmClubList.spName}
|
|
|
|
|
|
+ ${clubList.contractMobile}
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
- <c:choose>
|
|
|
|
- <c:when test="${newCmClubList.status eq 90}">
|
|
|
|
- <font color="green">已上线</font>
|
|
|
|
- <a href="${ctx}/new/user/agency/offline?id=${newCmClubList.clubID}&searchName=${newCmClub.searchName}&searchUserName=${newCmClub.searchUserName}&searchBindMobile=${newCmClub.searchBindMobile}&searchEmail=${newCmClub.searchEmail}&searchUserOrganizeID=${newCmClub.searchUserOrganizeID}&searchStatus=${newCmClub.searchStatus}&searchUserIdentity=${newCmClub.searchUserIdentity}&searchStartTime=${newCmClub.searchStartTime}&searchEndTime=${newCmClub.searchEndTime}" onclick="return confirmx('确定下线该会所吗?', this.href)" style="text-decoration:underline;">下线</a>
|
|
|
|
- <%-- </c:if>--%>
|
|
|
|
- </c:when>
|
|
|
|
- <c:when test="${newCmClubList.status eq 91}">
|
|
|
|
- <font color="red">已下线</font>
|
|
|
|
- <%-- <c:if test="${newCmClubList.userOrganizeID eq null or newCmClubList.userOrganizeID eq 0}">--%>
|
|
|
|
- <a href="${ctx}/new/user/agency/online?id=${newCmClubList.clubID}&searchName=${newCmClub.searchName}&searchUserName=${newCmClub.searchUserName}&searchBindMobile=${newCmClub.searchBindMobile}&searchEmail=${newCmClub.searchEmail}&searchUserOrganizeID=${newCmClub.searchUserOrganizeID}&searchStatus=${newCmClub.searchStatus}&searchUserIdentity=${newCmClub.searchUserIdentity}&searchStartTime=${newCmClub.searchStartTime}&searchEndTime=${newCmClub.searchEndTime}" onclick="return confirmx('确定上线该会所吗?', this.href)" style="text-decoration:underline;">上线</a>
|
|
|
|
- <%-- </c:if>--%>
|
|
|
|
- </c:when>
|
|
|
|
- <c:when test="${newCmClubList.status eq 92}">
|
|
|
|
- <a href="JavaScript:;" onclick="return alertx('不通过原因:${newCmClubList.auditNote}')"
|
|
|
|
- style="text-decoration:underline;"><font color="red">审核未通过</font></a>
|
|
|
|
- </c:when>
|
|
|
|
- <c:when test="${newCmClubList.status eq 93}">
|
|
|
|
- <font color="#BF826C">已确认</font>
|
|
|
|
- </c:when>
|
|
|
|
- <c:when test="${newCmClubList.status eq 94}">
|
|
|
|
- <font color="red">已冻结</font>
|
|
|
|
- </c:when>
|
|
|
|
- <c:otherwise>
|
|
|
|
- ${fns:getDictLabel(newCmClubList.status, 'club_status', newCmClubList.status)}
|
|
|
|
- </c:otherwise>
|
|
|
|
- </c:choose>
|
|
|
|
|
|
+ ${clubList.spName}
|
|
</td>
|
|
</td>
|
|
|
|
+ <td>${clubList.clubStatus}</td>
|
|
<td>
|
|
<td>
|
|
- <c:if test="${newCmClubList.userIdentity eq 4}">
|
|
|
|
|
|
+ <c:if test="${clubList.firstClubType != null || clubList.firstClubType != ''}">
|
|
|
|
+ ${clubList.firstClubType}
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${clubList.classify != null || clubList.classify != '' || clubList.classify ne null}">
|
|
|
|
+ - ${clubList.classify}
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${clubList.firstClubType == null and clubList.firstClubType == '' and clubList.classify == null and clubList.classify == ''}">
|
|
|
|
+ ---
|
|
|
|
+ </c:if>
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ <c:if test="${clubList.userIdentity eq 4}">
|
|
个人机构
|
|
个人机构
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${newCmClubList.userIdentity eq 2}">
|
|
|
|
|
|
+ <c:if test="${clubList.userIdentity eq 2}">
|
|
资质机构
|
|
资质机构
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${newCmClubList.svipUserFlag eq 1}">
|
|
|
|
|
|
+ <c:if test="${clubList.svipUserFlag eq 1}">
|
|
<font color="red">(超级会员)</font>
|
|
<font color="red">(超级会员)</font>
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${newCmClubList.userIdentity eq 2 and newCmClubList.svipUserFlag eq 0}">
|
|
|
|
|
|
+ <c:if test="${clubList.userIdentity eq 2 and clubList.svipUserFlag eq 0}">
|
|
<font color="red">(普通会员)</font>
|
|
<font color="red">(普通会员)</font>
|
|
</c:if>
|
|
</c:if>
|
|
</td>
|
|
</td>
|
|
|
|
+ <td>${clubList.clubDataIntegrity}</td>
|
|
<td>
|
|
<td>
|
|
- <fmt:formatDate value="${newCmClubList.registerTime}" pattern="yyyy-MM-dd HH:mm:ss"></fmt:formatDate>
|
|
|
|
|
|
+ <c:if test="${clubList.addTime != null || clubList.addTime != '' || clubList.addTime ne null}">
|
|
|
|
+ ${clubList.addTime}
|
|
|
|
+ <%--<fmt:formatDate value="${clubList.addTime}" pattern="yyyy-MM-dd HH:mm:ss"></fmt:formatDate>--%>
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${clubList.addTime == null || clubList.addTime == '' || clubList.addTime eq null}">
|
|
|
|
+ ---
|
|
|
|
+ </c:if>
|
|
|
|
+ </td>
|
|
|
|
+ <td>${clubList.orderCountMonth}</td>
|
|
|
|
+ <td>${clubList.orderCountYear}</td>
|
|
|
|
+ <td>${clubList.payTotalMonth}</td>
|
|
|
|
+ <td>${clubList.payTotalYear}</td>
|
|
|
|
+ <td>${clubList.payTotal}</td>
|
|
|
|
+ <td>
|
|
|
|
+ <c:if test="${clubList.pageLabel ne null}">
|
|
|
|
+ ${clubList.pageLabel}
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${clubList.pageLabel eq null}">
|
|
|
|
+ ---
|
|
|
|
+ </c:if>
|
|
</td>
|
|
</td>
|
|
|
|
+ <td>${clubList.lastOrderTime}</td>
|
|
<td>
|
|
<td>
|
|
- <a href="${ctx}/new/user/agency/clubPortrait?clubID=${newCmClubList.clubID}&clubName=${newCmClubList.name}&dateType=0&type=4">查看详情</a>
|
|
|
|
|
|
+ <a href="${ctx}/new/user/agency/clubPortrait?clubID=${clubList.clubID}&clubName=${clubList.name}&dateType=0&type=4">查看详情</a>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
</c:forEach>
|
|
</c:forEach>
|