|
@@ -1,3 +1,4 @@
|
|
|
|
+
|
|
<%@ page contentType="text/html;charset=UTF-8" %>
|
|
<%@ page contentType="text/html;charset=UTF-8" %>
|
|
<%@ include file="/WEB-INF/views/include/taglib.jsp" %>
|
|
<%@ include file="/WEB-INF/views/include/taglib.jsp" %>
|
|
<html>
|
|
<html>
|
|
@@ -111,6 +112,10 @@
|
|
<label>机构名称:</label>
|
|
<label>机构名称:</label>
|
|
<form:input path="clubName" class="input-medium" maxlength="50"/>
|
|
<form:input path="clubName" class="input-medium" maxlength="50"/>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="item">
|
|
|
|
+ <label>手机号:</label>
|
|
|
|
+ <form:input path="contractMobile" class="input-medium" maxlength="11"/>
|
|
|
|
+ </div>
|
|
<div class="item">
|
|
<div class="item">
|
|
<label>小组:</label>
|
|
<label>小组:</label>
|
|
<form:select path="leaderId" class="input-medium" onchange="getmember()">
|
|
<form:select path="leaderId" class="input-medium" onchange="getmember()">
|
|
@@ -168,10 +173,14 @@
|
|
<span style="float: left;margin-left:120px;">管理员:${clubRemarks.leaderName}</span>
|
|
<span style="float: left;margin-left:120px;">管理员:${clubRemarks.leaderName}</span>
|
|
</div>
|
|
</div>
|
|
<div class="td-text" style="width: 100%;float: left;margin-top: 20px;">
|
|
<div class="td-text" style="width: 100%;float: left;margin-top: 20px;">
|
|
- <div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
|
|
|
|
+ <div style="font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
咨询人 :
|
|
咨询人 :
|
|
</div>
|
|
</div>
|
|
<div style="width: 150px;float: left;margin: 10px 0;">${clubRemarks.questionMan}</div>
|
|
<div style="width: 150px;float: left;margin: 10px 0;">${clubRemarks.questionMan}</div>
|
|
|
|
+ <div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
|
|
+ 手机号 :
|
|
|
|
+ </div>
|
|
|
|
+ <div style="width: 150px;float: left;margin: 10px 0;">${clubRemarks.contractMobile}</div>
|
|
<div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
<div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
机构名称:
|
|
机构名称:
|
|
</div>
|
|
</div>
|
|
@@ -184,53 +193,53 @@
|
|
</c:if>
|
|
</c:if>
|
|
</div>
|
|
</div>
|
|
<div class="td-text" style="width: 100%;float: left;margin-top: 20px;">
|
|
<div class="td-text" style="width: 100%;float: left;margin-top: 20px;">
|
|
- <div style="width: 80px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
|
|
|
|
+ <div style="font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
咨询类别:
|
|
咨询类别:
|
|
</div>
|
|
</div>
|
|
- <div style="width: 300px;float: left;margin: 10px 0;">${clubRemarks.consultType}</div>
|
|
|
|
|
|
+ <div style="float: left;margin: 10px 0;">${clubRemarks.consultType}</div>
|
|
<c:if test="${not empty clubRemarks.productName}">
|
|
<c:if test="${not empty clubRemarks.productName}">
|
|
- <div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
|
|
|
|
+ <div style="width: 90px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
咨询商品:
|
|
咨询商品:
|
|
</div>
|
|
</div>
|
|
<div style="width: 300px;float: left;margin: 10px 0;"><img src="${clubRemarks.mainImage}"
|
|
<div style="width: 300px;float: left;margin: 10px 0;"><img src="${clubRemarks.mainImage}"
|
|
- width="50"
|
|
|
|
- height="50"> ${clubRemarks.productName}
|
|
|
|
|
|
+ width="50"
|
|
|
|
+ height="50"> ${clubRemarks.productName}
|
|
</div>
|
|
</div>
|
|
- <div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
|
|
|
|
+ <div style="width: 300px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
供应商名称:${clubRemarks.shopName}
|
|
供应商名称:${clubRemarks.shopName}
|
|
|
|
|
|
</div>
|
|
</div>
|
|
-<%-- <span style="width: 300px;float: left;margin: 10px 0;">${clubRemarks.shopName}</span>--%>
|
|
|
|
|
|
+ <%-- <span style="width: 300px;float: left;margin: 10px 0;">${clubRemarks.shopName}</span>--%>
|
|
</c:if>
|
|
</c:if>
|
|
</div>
|
|
</div>
|
|
<c:if test="${not empty clubRemarks.proName}">
|
|
<c:if test="${not empty clubRemarks.proName}">
|
|
- <table id="contentTable" class="table table-striped table-bordered table-condensed">
|
|
|
|
- <thead>
|
|
|
|
- <tr>
|
|
|
|
- <th>商品图片</th>
|
|
|
|
- <th>商品名称</th>
|
|
|
|
- <th>报备事由</th>
|
|
|
|
- <th>审核状态</th>
|
|
|
|
- <th>审核人</th>
|
|
|
|
- <th>审核时间</th>
|
|
|
|
- </tr>
|
|
|
|
- <td><img src="${clubRemarks.productMainImage}"
|
|
|
|
- width="50"
|
|
|
|
- height="50"></td>
|
|
|
|
- <td>${clubRemarks.proName}</td>
|
|
|
|
- <td>${clubRemarks.reportText}</td>
|
|
|
|
- <td><c:if test="${clubRemarks.reportStatus eq 1}">待审核</c:if>
|
|
|
|
- <c:if test="${clubRemarks.reportStatus eq 2}">已审核</c:if>
|
|
|
|
- <c:if test="${clubRemarks.reportStatus eq 3}">审核未通过</c:if>
|
|
|
|
- </td>
|
|
|
|
- <td>${clubRemarks.auditName}</td>
|
|
|
|
- <td>${clubRemarks.auditTime}</td>
|
|
|
|
- </thead>
|
|
|
|
- </table>
|
|
|
|
|
|
+ <table id="contentTable" class="table table-striped table-bordered table-condensed">
|
|
|
|
+ <thead>
|
|
|
|
+ <tr>
|
|
|
|
+ <th>商品图片</th>
|
|
|
|
+ <th>商品名称</th>
|
|
|
|
+ <th>报备事由</th>
|
|
|
|
+ <th>审核状态</th>
|
|
|
|
+ <th>审核人</th>
|
|
|
|
+ <th>审核时间</th>
|
|
|
|
+ </tr>
|
|
|
|
+ <td><img src="${clubRemarks.productMainImage}"
|
|
|
|
+ width="50"
|
|
|
|
+ height="50"></td>
|
|
|
|
+ <td>${clubRemarks.proName}</td>
|
|
|
|
+ <td>${clubRemarks.reportText}</td>
|
|
|
|
+ <td><c:if test="${clubRemarks.reportStatus eq 1}">待审核</c:if>
|
|
|
|
+ <c:if test="${clubRemarks.reportStatus eq 2}">已审核</c:if>
|
|
|
|
+ <c:if test="${clubRemarks.reportStatus eq 3}">审核未通过</c:if>
|
|
|
|
+ </td>
|
|
|
|
+ <td>${clubRemarks.auditName}</td>
|
|
|
|
+ <td>${clubRemarks.auditTime}</td>
|
|
|
|
+ </thead>
|
|
|
|
+ </table>
|
|
</c:if>
|
|
</c:if>
|
|
<div class="td-text" style="width: 100%;float: left;margin-top: 20px;">
|
|
<div class="td-text" style="width: 100%;float: left;margin-top: 20px;">
|
|
<c:if test="${not empty clubRemarks.pinceSensitve}">
|
|
<c:if test="${not empty clubRemarks.pinceSensitve}">
|
|
- <div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
|
|
|
|
+ <div style="font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
价格敏感度 :
|
|
价格敏感度 :
|
|
</div>
|
|
</div>
|
|
<c:if test="${clubRemarks.pinceSensitve eq 1}">
|
|
<c:if test="${clubRemarks.pinceSensitve eq 1}">
|
|
@@ -282,7 +291,7 @@
|
|
</c:if>
|
|
</c:if>
|
|
</div>
|
|
</div>
|
|
<div class="td-text" style="width: 100%;float: left;margin-top: 20px;">
|
|
<div class="td-text" style="width: 100%;float: left;margin-top: 20px;">
|
|
- <div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
|
|
|
|
+ <div style="font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
关键词记录:
|
|
关键词记录:
|
|
</div>
|
|
</div>
|
|
<div style="width: 800px;float: left;margin: 10px 0;">
|
|
<div style="width: 800px;float: left;margin: 10px 0;">
|
|
@@ -291,7 +300,7 @@
|
|
</div>
|
|
</div>
|
|
<c:if test="${not empty clubRemarks.extra}">
|
|
<c:if test="${not empty clubRemarks.extra}">
|
|
<div class="td-text" style="width: 100%;float: left;margin-top: 20px;">
|
|
<div class="td-text" style="width: 100%;float: left;margin-top: 20px;">
|
|
- <div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
|
|
|
|
+ <div style="font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
额外说明:
|
|
额外说明:
|
|
</div>
|
|
</div>
|
|
<div style="width: 800px;float: left;margin: 10px 0;">
|
|
<div style="width: 800px;float: left;margin: 10px 0;">
|
|
@@ -301,7 +310,7 @@
|
|
</c:if>
|
|
</c:if>
|
|
<div class="td-text" style="width: 100%;float: left;">
|
|
<div class="td-text" style="width: 100%;float: left;">
|
|
<c:if test="${not empty clubRemarks.imageList}">
|
|
<c:if test="${not empty clubRemarks.imageList}">
|
|
- <div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
|
|
|
|
+ <div style="font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
图片:
|
|
图片:
|
|
</div>
|
|
</div>
|
|
<div style="width: 1000px;float: left;">
|
|
<div style="width: 1000px;float: left;">
|
|
@@ -317,7 +326,7 @@
|
|
<div class="td-text"
|
|
<div class="td-text"
|
|
style="width: 100%;float: left;margin-top: 20px;border-bottom:1px dashed #999999;padding: 10px 0;">
|
|
style="width: 100%;float: left;margin-top: 20px;border-bottom:1px dashed #999999;padding: 10px 0;">
|
|
<c:if test="${not empty clubRemarks.fileList}">
|
|
<c:if test="${not empty clubRemarks.fileList}">
|
|
- <div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
|
|
|
|
+ <div style="font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
|
|
文件:
|
|
文件:
|
|
</div>
|
|
</div>
|
|
<div style="width: 1000px;float: left;margin: 10px 0;">
|
|
<div style="width: 1000px;float: left;margin: 10px 0;">
|
|
@@ -335,9 +344,9 @@
|
|
</div>
|
|
</div>
|
|
<div class="pagination">${page}</div>
|
|
<div class="pagination">${page}</div>
|
|
</c:if>
|
|
</c:if>
|
|
-<%-- <c:if test="${empty page.list}">--%>
|
|
|
|
-<%-- <font size="3" style="text-align: center;display: block;line-height: 80px;" color="#0066CC">暂无任何备注..</font>--%>
|
|
|
|
-<%-- </c:if>--%>
|
|
|
|
|
|
+ <%-- <c:if test="${empty page.list}">--%>
|
|
|
|
+ <%-- <font size="3" style="text-align: center;display: block;line-height: 80px;" color="#0066CC">暂无任何备注..</font>--%>
|
|
|
|
+ <%-- </c:if>--%>
|
|
</form:form>
|
|
</form:form>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|