|
@@ -44,18 +44,24 @@
|
|
<label>IP:</label>
|
|
<label>IP:</label>
|
|
<form:input path="IP" htmlEscape="false" maxlength="15" cssStyle="width: 150px" class="input-mini"/>
|
|
<form:input path="IP" htmlEscape="false" maxlength="15" cssStyle="width: 150px" class="input-mini"/>
|
|
<label>公司名称:</label>
|
|
<label>公司名称:</label>
|
|
- <form:input path="name" htmlEscape="false" maxlength="11" cssStyle="width: 150px" class="input-mini"/>
|
|
|
|
|
|
+ <form:input path="corporateName" htmlEscape="false" cssStyle="width: 150px" class="input-mini"/>
|
|
<label>公司类型:</label>
|
|
<label>公司类型:</label>
|
|
- <form:select path="userIdentity" cssStyle="width: 150px" class="input-medium required">
|
|
|
|
|
|
+ <form:select path="companyType" cssStyle="width: 150px" class="input-medium required">
|
|
<form:option value="" label="请选择"/>
|
|
<form:option value="" label="请选择"/>
|
|
<form:option value="2" label="机构"/>
|
|
<form:option value="2" label="机构"/>
|
|
<form:option value="3" label="供应商"/>
|
|
<form:option value="3" label="供应商"/>
|
|
<form:option value="1" label="游客"/>
|
|
<form:option value="1" label="游客"/>
|
|
</form:select>
|
|
</form:select>
|
|
|
|
+ <label>访问客户端</label>
|
|
|
|
+ <form:select path="accessClient" cssStyle="width: 150px" class="input-medium required">
|
|
|
|
+ <form:option value="" label="请选择"/>
|
|
|
|
+ <form:option value="0" label="网站"/>
|
|
|
|
+ <form:option value="1" label="小程序"/>
|
|
|
|
+ </form:select>
|
|
<label>联系人:</label>
|
|
<label>联系人:</label>
|
|
- <form:input path="linkMan" htmlEscape="false" maxlength="20" cssStyle="width: 150px" class="input-small"/>
|
|
|
|
|
|
+ <form:input path="contacts" htmlEscape="false" maxlength="20" cssStyle="width: 150px" class="input-small"/>
|
|
<label>手机号码:</label>
|
|
<label>手机号码:</label>
|
|
- <form:input path="contractMobile" htmlEscape="false" maxlength="20" cssStyle="width: 150px" class="input-small"/>
|
|
|
|
|
|
+ <form:input path="phoneNumber" htmlEscape="false" maxlength="20" cssStyle="width: 150px" class="input-small"/>
|
|
<label>协销:</label>
|
|
<label>协销:</label>
|
|
<form:input path="spName" htmlEscape="false" maxlength="20" cssStyle="width: 150px" class="input-small"/>
|
|
<form:input path="spName" htmlEscape="false" maxlength="20" cssStyle="width: 150px" class="input-small"/>
|
|
<div class="ys-kin" style="margin-top: 20px">
|
|
<div class="ys-kin" style="margin-top: 20px">
|
|
@@ -112,16 +118,16 @@
|
|
</c:if>
|
|
</c:if>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
- <c:if test="${cmBehaviorRecord.userIdentity eq 2 || cmBehaviorRecord.userIdentity eq 4}">
|
|
|
|
|
|
+ <c:if test="${cmBehaviorRecord.companyType eq 2}">
|
|
机构
|
|
机构
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${cmBehaviorRecord.userIdentity eq 3}">
|
|
|
|
|
|
+ <c:if test="${cmBehaviorRecord.companyType eq 3}">
|
|
供应商
|
|
供应商
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${cmBehaviorRecord.userID == '0'}">
|
|
|
|
|
|
+ <c:if test="${cmBehaviorRecord.companyType == 1}">
|
|
游客
|
|
游客
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${cmBehaviorRecord.userID != '0' && (cmBehaviorRecord.userIdentity == null || cmBehaviorRecord.userIdentity == '')}">
|
|
|
|
|
|
+ <c:if test="${cmBehaviorRecord.userID != '0' && (cmBehaviorRecord.companyType == null || cmBehaviorRecord.companyType == '')}">
|
|
---
|
|
---
|
|
</c:if>
|
|
</c:if>
|
|
</td>
|
|
</td>
|
|
@@ -133,31 +139,13 @@
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${cmBehaviorRecord.userID != '0'}">
|
|
<c:if test="${cmBehaviorRecord.userID != '0'}">
|
|
<td>
|
|
<td>
|
|
- <c:if test="${cmBehaviorRecord.userIdentity eq 2}">
|
|
|
|
- ${cmBehaviorRecord.cSname}
|
|
|
|
- </c:if>
|
|
|
|
- <c:if test="${cmBehaviorRecord.userIdentity eq 4}">
|
|
|
|
- <c:if test="${cmBehaviorRecord.cSname ne cmBehaviorRecord.userName}">
|
|
|
|
- ${cmBehaviorRecord.cSname}
|
|
|
|
- </c:if>
|
|
|
|
- <c:if test="${cmBehaviorRecord.cSname eq cmBehaviorRecord.userName}">
|
|
|
|
- ---
|
|
|
|
- </c:if>
|
|
|
|
- </c:if>
|
|
|
|
- <c:if test="${cmBehaviorRecord.sname ne null || cmBehaviorRecord.sname eq ''}">
|
|
|
|
- ${cmBehaviorRecord.sname}
|
|
|
|
- </c:if>
|
|
|
|
|
|
+ ${cmBehaviorRecord.corporateName}
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
- ${cmBehaviorRecord.userName}
|
|
|
|
|
|
+ ${cmBehaviorRecord.contacts}
|
|
</td>
|
|
</td>
|
|
<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>
|
|
|
|
|
|
+ ${cmBehaviorRecord.phoneNumber}
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
<c:if test="${cmBehaviorRecord.spName ne null}">
|
|
<c:if test="${cmBehaviorRecord.spName ne null}">
|
|
@@ -187,7 +175,7 @@
|
|
<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}&userID=${cmBehaviorRecord.userID}&clubID=${cmBehaviorRecord.clubID}&userIdentity=${cmBehaviorRecord.userIdentity}&behaviorType=2">查看详情</a>
|
|
|
|
|
|
+ <a href="${ctx}/user/behavior/record/recordList?IP=${cmBehaviorRecord.IP}&accessDate=${cmBehaviorRecord.accessDate}&userID=${cmBehaviorRecord.userID}&clubID=${cmBehaviorRecord.clubID}&companyType=${cmBehaviorRecord.companyType}&behaviorType=2">查看详情</a>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
</c:forEach>
|
|
</c:forEach>
|