瀏覽代碼

关键词库,客户咨询记录bugfix

Duan_xu 3 年之前
父節點
當前提交
bf187695ee

+ 2 - 1
src/main/resources/mappings/modules/user/VisitRemarkMapper.xml

@@ -49,7 +49,8 @@
                s.linkMan                                                                     as serviceName,
                cvr.addTime,
                cvr.questionMan,
-               ifnull(cvr.consultType, '')                                                   as consult,
+               ifnull(cvr.consultType, '')
+                   as consult,cvr.clubType,cvr.pinceSensitve,cvr.satisfied,cvr.followup,cvr.extra,
                (SELECT NAME FROM serviceprovider s WHERE s.serviceProviderID = csr.leaderId) AS leaderName
         from cm_visitor_remarks cvr
                  left join serviceprovider s on cvr.serviceProviderId = s.serviceProviderID

+ 36 - 3
src/main/webapp/WEB-INF/views/modules/userNew/cmAgencyRemarksList.jsp

@@ -83,19 +83,52 @@
 						<div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
 							价格敏感度 :
 						</div>
-						<div style="width: 300px;float: left;margin: 10px 0;">${clubRemarks.pinceSensitve}</div>
+						<c:if test="${clubRemarks.pinceSensitve eq 1}">
+							<div style="width: 300px;float: left;margin: 10px 0;">敏感</div>
+						</c:if>
+						<c:if test="${clubRemarks.pinceSensitve eq 2}">
+							<div style="width: 300px;float: left;margin: 10px 0;">适中</div>
+						</c:if>
+						<c:if test="${clubRemarks.pinceSensitve eq 3}">
+							<div style="width: 300px;float: left;margin: 10px 0;">不敏感</div>
+						</c:if>
+						<c:if test="${clubRemarks.pinceSensitve eq 4}">
+							<div style="width: 300px;float: left;margin: 10px 0;">不明确</div>
+						</c:if>
+
 					</c:if>
 					<c:if test="${not empty clubRemarks.satisfied}">
 						<div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
 							意向程度:
 						</div>
-						<div style="width: 300px;float: left;margin: 10px 0;">${clubRemarks.satisfied}</div>
+						<c:if test="${clubRemarks.satisfied eq 1}">
+							<div style="width: 300px;float: left;margin: 10px 0;">意向强烈</div>
+						</c:if>
+						<c:if test="${clubRemarks.satisfied eq 2}">
+							<div style="width: 300px;float: left;margin: 10px 0;">意向一般</div>
+						</c:if>
+						<c:if test="${clubRemarks.satisfied eq 3}">
+							<div style="width: 300px;float: left;margin: 10px 0;">意向平淡</div>
+						</c:if>
+						<c:if test="${clubRemarks.satisfied eq 4}">
+							<div style="width: 300px;float: left;margin: 10px 0;">随便看看</div>
+						</c:if>
+
 					</c:if>
 					<c:if test="${not empty clubRemarks.followup}">
 						<div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
 							跟进状态:
 						</div>
-						<div style="width: 300px;float: left;margin: 10px 0;">${clubRemarks.followup}</div>
+						<c:if test="${clubRemarks.followup eq 1}">
+							<div style="width: 300px;float: left;margin: 10px 0;">跟进中</div>
+						</c:if>
+						<c:if test="${clubRemarks.followup eq 2}">
+							<div style="width: 300px;float: left;margin: 10px 0;">跟进完成</div>
+						</c:if>
+						<c:if test="${clubRemarks.followup eq 3}">
+							<div style="width: 300px;float: left;margin: 10px 0;">已放弃</div>
+						</c:if>
+
 					</c:if>
 				</div>
 				<div class="td-text" style="width: 100%;float: left;margin-top: 20px;">

+ 36 - 3
src/main/webapp/WEB-INF/views/modules/userNew/cmRegistRemarksList.jsp

@@ -160,19 +160,52 @@
                         <div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
                             价格敏感度 :
                         </div>
-                        <div style="width: 300px;float: left;margin: 10px 0;">${clubRemarks.pinceSensitve}</div>
+                            <c:if test="${clubRemarks.pinceSensitve eq 1}">
+                                <div style="width: 300px;float: left;margin: 10px 0;">敏感</div>
+                            </c:if>
+                            <c:if test="${clubRemarks.pinceSensitve eq 2}">
+                                <div style="width: 300px;float: left;margin: 10px 0;">适中</div>
+                            </c:if>
+                            <c:if test="${clubRemarks.pinceSensitve eq 3}">
+                                <div style="width: 300px;float: left;margin: 10px 0;">不敏感</div>
+                            </c:if>
+                            <c:if test="${clubRemarks.pinceSensitve eq 4}">
+                                <div style="width: 300px;float: left;margin: 10px 0;">不明确</div>
+                            </c:if>
+
                         </c:if>
                         <c:if test="${not empty clubRemarks.satisfied}">
                         <div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
                             意向程度:
                         </div>
-                        <div style="width: 300px;float: left;margin: 10px 0;">${clubRemarks.satisfied}</div>
+                            <c:if test="${clubRemarks.satisfied eq 1}">
+                                <div style="width: 300px;float: left;margin: 10px 0;">意向强烈</div>
+                            </c:if>
+                            <c:if test="${clubRemarks.satisfied eq 2}">
+                                <div style="width: 300px;float: left;margin: 10px 0;">意向一般</div>
+                            </c:if>
+                            <c:if test="${clubRemarks.satisfied eq 3}">
+                                <div style="width: 300px;float: left;margin: 10px 0;">意向平淡</div>
+                            </c:if>
+                            <c:if test="${clubRemarks.satisfied eq 4}">
+                                <div style="width: 300px;float: left;margin: 10px 0;">随便看看</div>
+                            </c:if>
+
                         </c:if>
                         <c:if test="${not empty clubRemarks.followup}">
                         <div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
                             跟进状态:
                         </div>
-                        <div style="width: 300px;float: left;margin: 10px 0;">${clubRemarks.followup}</div>
+                            <c:if test="${clubRemarks.followup eq 1}">
+                                <div style="width: 300px;float: left;margin: 10px 0;">跟进中</div>
+                            </c:if>
+                            <c:if test="${clubRemarks.followup eq 2}">
+                                <div style="width: 300px;float: left;margin: 10px 0;">跟进完成</div>
+                            </c:if>
+                            <c:if test="${clubRemarks.followup eq 3}">
+                                <div style="width: 300px;float: left;margin: 10px 0;">已放弃</div>
+                            </c:if>
+
                         </c:if>
                     </div>
                     <div class="td-text" style="width: 100%;float: left;margin-top: 20px;">

+ 65 - 0
src/main/webapp/WEB-INF/views/modules/userNew/cmVisitRemarksList.jsp

@@ -68,7 +68,72 @@
 				<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>
 					<div style="width: 800px;float: left;margin: 10px 0;">${visitRemarks.consultType}</div>
+
+				</div>
+
+				<c:if test="${not empty visitRemarks.clubType}">
+				<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>
+					<div style="width: 300px;float: left;margin: 10px 0;">${visitRemarks.clubType}</div>
+				</div>
+				</c:if>
+
+				<div class="td-text" style="width: 100%;float: left;margin-top: 20px;">
+					<c:if test="${not empty visitRemarks.pinceSensitve}">
+						<div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
+							价格敏感度 :
+						</div>
+						<c:if test="${visitRemarks.pinceSensitve eq 1}">
+							<div style="width: 300px;float: left;margin: 10px 0;">敏感</div>
+						</c:if>
+						<c:if test="${visitRemarks.pinceSensitve eq 2}">
+							<div style="width: 300px;float: left;margin: 10px 0;">适中</div>
+						</c:if>
+						<c:if test="${visitRemarks.pinceSensitve eq 3}">
+							<div style="width: 300px;float: left;margin: 10px 0;">不敏感</div>
+						</c:if>
+						<c:if test="${visitRemarks.pinceSensitve eq 4}">
+							<div style="width: 300px;float: left;margin: 10px 0;">不明确</div>
+						</c:if>
+
+					</c:if>
+					<c:if test="${not empty visitRemarks.satisfied}">
+						<div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
+							意向程度:
+						</div>
+						<c:if test="${visitRemarks.satisfied eq 1}">
+							<div style="width: 300px;float: left;margin: 10px 0;">意向强烈</div>
+						</c:if>
+						<c:if test="${visitRemarks.satisfied eq 2}">
+							<div style="width: 300px;float: left;margin: 10px 0;">意向一般</div>
+						</c:if>
+						<c:if test="${visitRemarks.satisfied eq 3}">
+							<div style="width: 300px;float: left;margin: 10px 0;">意向平淡</div>
+						</c:if>
+						<c:if test="${visitRemarks.satisfied eq 4}">
+							<div style="width: 300px;float: left;margin: 10px 0;">随便看看</div>
+						</c:if>
+
+					</c:if>
+					<c:if test="${not empty visitRemarks.followup}">
+						<div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">
+							跟进状态:
+						</div>
+						<c:if test="${visitRemarks.followup eq 1}">
+							<div style="width: 300px;float: left;margin: 10px 0;">跟进中</div>
+						</c:if>
+						<c:if test="${visitRemarks.followup eq 2}">
+							<div style="width: 300px;float: left;margin: 10px 0;">跟进完成</div>
+						</c:if>
+						<c:if test="${visitRemarks.followup eq 3}">
+							<div style="width: 300px;float: left;margin: 10px 0;">已放弃</div>
+						</c:if>
+
+					</c:if>
 				</div>
+
 				<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>
 					<div style="width: 800px;float: left;margin: 10px 0;">