|
@@ -21,6 +21,12 @@
|
|
.table td{
|
|
.table td{
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
+ .ul-form input,select{
|
|
|
|
+ margin-left: 10px;
|
|
|
|
+ }
|
|
|
|
+ .ys-kin input,span{
|
|
|
|
+ margin-left: 10px;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
@@ -32,27 +38,30 @@
|
|
<input id="pageSize" name="pageSize" type="hidden" value="${page.pageSize}"/>
|
|
<input id="pageSize" name="pageSize" type="hidden" value="${page.pageSize}"/>
|
|
<div class="ul-form">
|
|
<div class="ul-form">
|
|
<label>公司名称:</label>
|
|
<label>公司名称:</label>
|
|
- <form:input path="name" htmlEscape="false" maxlength="11" class="input-mini"/>
|
|
|
|
|
|
+ <form:input path="name" htmlEscape="false" maxlength="11" class="input-mini"/>
|
|
<label>公司类型:</label>
|
|
<label>公司类型:</label>
|
|
- <form:select path="userIdentity" class="input-medium required">
|
|
|
|
- <form:option value="" label="请选择"/>
|
|
|
|
- <form:option value="2" label="机构"/>
|
|
|
|
- <form:option value="3" label="供应商"/>
|
|
|
|
- </form:select>
|
|
|
|
|
|
+ <form:select path="userIdentity" class="input-medium required">
|
|
|
|
+ <form:option value="" label="请选择"/>
|
|
|
|
+ <form:option value="2" label="机构"/>
|
|
|
|
+ <form:option value="3" label="供应商"/>
|
|
|
|
+ <form:option value="1" label="游客"/>
|
|
|
|
+ </form:select>
|
|
<label>联系人:</label>
|
|
<label>联系人:</label>
|
|
<form:input path="linkMan" htmlEscape="false" maxlength="20" class="input-small"/>
|
|
<form:input path="linkMan" htmlEscape="false" maxlength="20" class="input-small"/>
|
|
<label>手机号码:</label>
|
|
<label>手机号码:</label>
|
|
- <form:input path="contractPhone" htmlEscape="false" maxlength="20" class="input-small"/>
|
|
|
|
|
|
+ <form:input path="contractMobile" htmlEscape="false" maxlength="20" class="input-small"/>
|
|
<label>协销:</label>
|
|
<label>协销:</label>
|
|
- <form:input path="spName" htmlEscape="false" maxlength="20" class="input-small"/>
|
|
|
|
- <label>访问日期:</label>
|
|
|
|
- <input name="startTime" type="text" readonly="readonly" maxlength="15" class="input-mini Wdate"
|
|
|
|
- value="${cmBehaviorRecord.startTime}"
|
|
|
|
- onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/> -
|
|
|
|
- <input name="endTime" type="text" readonly="readonly" maxlength="15" class="input-mini Wdate"
|
|
|
|
- value="${cmBehaviorRecord.endTime}"
|
|
|
|
- onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
|
|
|
|
- <input id="btnSubmit" class="btn btn-primary" type="submit" value="查询"/>
|
|
|
|
|
|
+ <form:input path="spName" htmlEscape="false" maxlength="20" class="input-small"/>
|
|
|
|
+ <div class="ys-kin" style="margin-top: 20px">
|
|
|
|
+ <label>访问日期:</label>
|
|
|
|
+ <input name="startTime" type="text" readonly="readonly" maxlength="15" class="input-mini Wdate"
|
|
|
|
+ value="${cmBehaviorRecord.startTime}"
|
|
|
|
+ onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/> <span> > </span>
|
|
|
|
+ <input name="endTime" type="text" readonly="readonly" maxlength="15" class="input-mini Wdate"
|
|
|
|
+ value="${cmBehaviorRecord.endTime}"
|
|
|
|
+ onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
|
|
|
|
+ <input id="btnSubmit" class="btn btn-primary" type="submit" value="查询"/>
|
|
|
|
+ </div>
|
|
<div class="clearfix"></div>
|
|
<div class="clearfix"></div>
|
|
</div>
|
|
</div>
|
|
</form:form>
|
|
</form:form>
|
|
@@ -77,32 +86,72 @@
|
|
<tr>
|
|
<tr>
|
|
<td>${cmBehaviorRecord.IP}</td>
|
|
<td>${cmBehaviorRecord.IP}</td>
|
|
<td>
|
|
<td>
|
|
- <c:if test="${cmBehaviorRecord.userIdentity eq 2}">
|
|
|
|
|
|
+ <c:if test="${cmBehaviorRecord.userIdentity eq 2 || cmBehaviorRecord.userIdentity eq 4}">
|
|
机构
|
|
机构
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${cmBehaviorRecord.userIdentity eq 3}">
|
|
<c:if test="${cmBehaviorRecord.userIdentity eq 3}">
|
|
供应商
|
|
供应商
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${cmBehaviorRecord.userIdentity ne 2 && cmBehaviorRecord.userIdentity ne 3}">
|
|
|
|
|
|
+ <c:if test="${cmBehaviorRecord.userID == '0'}">
|
|
|
|
+ 游客
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${cmBehaviorRecord.userID != '0' && (cmBehaviorRecord.userIdentity == null || cmBehaviorRecord.userIdentity == '')}">
|
|
---
|
|
---
|
|
</c:if>
|
|
</c:if>
|
|
</td>
|
|
</td>
|
|
- <td>${cmBehaviorRecord.name}</td>
|
|
|
|
- <td>${cmBehaviorRecord.linkMan}</td>
|
|
|
|
- <td>${cmBehaviorRecord.contractPhone}</td>
|
|
|
|
- <td>${cmBehaviorRecord.spName}</td>
|
|
|
|
|
|
+ <c:if test="${cmBehaviorRecord.userID == '0'}">
|
|
|
|
+ <td>---</td>
|
|
|
|
+ <td>---</td>
|
|
|
|
+ <td>---</td>
|
|
|
|
+ <td>---</td>
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${cmBehaviorRecord.userID != '0'}">
|
|
|
|
+ <td>
|
|
|
|
+ <c:if test="${cmBehaviorRecord.userIdentity eq 2}">
|
|
|
|
+ ${cmBehaviorRecord.name}
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${cmBehaviorRecord.userIdentity eq 4}">
|
|
|
|
+ ${cmBehaviorRecord.linkMan}
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${cmBehaviorRecord.userIdentity eq 3}">
|
|
|
|
+ ${cmBehaviorRecord.sname}
|
|
|
|
+ </c:if>
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ <c:if test="${cmBehaviorRecord.userIdentity eq 2 || cmBehaviorRecord.userIdentity eq 4}">
|
|
|
|
+ ${cmBehaviorRecord.linkMan}
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${cmBehaviorRecord.userIdentity eq 3}">
|
|
|
|
+ ${cmBehaviorRecord.slinkMan}
|
|
|
|
+ </c:if>
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ <c:if test="${cmBehaviorRecord.userIdentity eq 2 || cmBehaviorRecord.userIdentity eq 4}">
|
|
|
|
+ ${cmBehaviorRecord.contractMobile}
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${cmBehaviorRecord.userIdentity eq 3}">
|
|
|
|
+ ${cmBehaviorRecord.scontractMobile}
|
|
|
|
+ </c:if>
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ <c:if test="${cmBehaviorRecord.spName ne null}">
|
|
|
|
+ ${cmBehaviorRecord.spName}
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${cmBehaviorRecord.spName eq null}">
|
|
|
|
+ ---
|
|
|
|
+ </c:if></td>
|
|
|
|
+ </c:if>
|
|
<td>${cmBehaviorRecord.numbers}</td>
|
|
<td>${cmBehaviorRecord.numbers}</td>
|
|
<td>${cmBehaviorRecord.accessDuration}</td>
|
|
<td>${cmBehaviorRecord.accessDuration}</td>
|
|
<td>${cmBehaviorRecord.accessDate}</td>
|
|
<td>${cmBehaviorRecord.accessDate}</td>
|
|
<td>
|
|
<td>
|
|
- <a href="${ctx}/user/behavior/record/recordList?IP=${cmBehaviorRecord.IP}&accessDate=${cmBehaviorRecord.accessDate}">查看详情</a>
|
|
|
|
|
|
+ <a href="${ctx}/user/behavior/record/recordList?IP=${cmBehaviorRecord.IP}&accessDate=${cmBehaviorRecord.accessDate}&userID=${cmBehaviorRecord.userID}">查看详情</a>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
</c:forEach>
|
|
</c:forEach>
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
<div class="pagination">${page}</div>
|
|
<div class="pagination">${page}</div>
|
|
-</body>
|
|
|
|
<% request.setAttribute("caimeiCore", Global.getConfig("caimei.core"));%>
|
|
<% request.setAttribute("caimeiCore", Global.getConfig("caimei.core"));%>
|
|
<script type="text/javascript">
|
|
<script type="text/javascript">
|
|
function page(n,s){
|
|
function page(n,s){
|
|
@@ -112,4 +161,6 @@
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
|
|
+</body>
|
|
|
|
+
|
|
</html>
|
|
</html>
|