cmClubData.jsp 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. <%@ page contentType="text/html;charset=UTF-8" %>
  2. <%@ include file="/WEB-INF/views/include/taglib.jsp" %>
  3. <html>
  4. <head>
  5. <title>机构资料</title>
  6. <meta name="decorator" content="default"/>
  7. <link href="${ctxStatic}/modules/cmClubData/cmClubData.css" rel="stylesheet">
  8. <script src="/static/modules/bulkpurchase/loadAddressById.js"></script>
  9. <script type="text/javascript"></script>
  10. </head>
  11. <body>
  12. <ul class="nav nav-tabs">
  13. <li><a href="${ctx}/new/user/agency/">机构基本资料列表</a></li>
  14. <li class="active"><a href="${ctx}/new/user/agency/clubPortrait?clubID=${newCmClub.clubID}">机构画像</a></li>
  15. </ul>
  16. <div class="ul-form">
  17. <ul class="nav nav-tabs">
  18. <li><a href="${ctx}/new/user/agency/clubPortrait?clubID=${newCmClub.clubID}">仪表盘</a></li>
  19. <li class="active"><a href="${ctx}/new/user/agency/clubData?clubID=${newCmClub.clubID}">机构信息</a></li>
  20. </ul>
  21. </div>
  22. <form:form id="inputForm" modelAttribute="cmClubinfo" action="#" method="post" class="form-horizontal">
  23. <form:hidden path="id" value="${newCmClub.clubID}"/>
  24. <form:hidden path="clubInfoID"/>
  25. <form:hidden path="userID"/>
  26. <form:hidden path="clubID"/>
  27. <div class="main-content">
  28. <div class="flex-header">
  29. <div class="flex-header-main">
  30. <div class="header-main-box">
  31. <c:if test="${newCmClub.name ne null and newCmClub.name ne ''}"><p>机构名称:<span>${newCmClub.name}</span></p></c:if>
  32. <c:if test="${newCmClub.userName ne null and newCmClub.userName ne ''}"> <p>联系人:<span>${newCmClub.userName}</span></p></c:if>
  33. <c:if test="${newCmClub.linkManIdentity ne null and newCmClub.linkManIdentity ne ''}">
  34. <p>联系人身份:
  35. <span>
  36. <c:if test="${newCmClub.linkManIdentity eq '1'}">老板</c:if>
  37. <c:if test="${newCmClub.linkManIdentity eq '2'}">采购</c:if>
  38. <c:if test="${newCmClub.linkManIdentity eq '3'}">运营</c:if>
  39. <c:if test="${newCmClub.linkManIdentity ne '1' || newCmClub.linkManIdentity ne '2' || newCmClub.linkManIdentity ne '3'}">其他</c:if>
  40. </span>
  41. </p>
  42. </c:if>
  43. <c:if test="${newCmClub.bindMobile ne null and newCmClub.bindMobile ne ''}"><p>手机号:<span>${newCmClub.bindMobile}</span></p></c:if>
  44. <c:if test="${cmClubinfo.firstClubType ne null and cmClubinfo.firstClubType ne ''}">
  45. <p>机构类型:
  46. <span>
  47. <c:if test="${cmClubinfo.firstClubType == '1'}">医美</c:if>
  48. <c:if test="${cmClubinfo.firstClubType == '2'}">生美</c:if>
  49. <c:if test="${cmClubinfo.firstClubType == '3'}">项目公司</c:if>
  50. <c:if test="${cmClubinfo.firstClubType == '4'}">个人</c:if>
  51. <c:if test="${cmClubinfo.firstClubType == '5'}">其他</c:if>
  52. </span>
  53. <c:if test="${cmClubinfo.secondClubType ne null and cmClubinfo.secondClubType ne ''}">
  54. <span>
  55. <c:if test="${cmClubinfo.secondClubType eq '1'}"> - 诊所</c:if>
  56. <c:if test="${cmClubinfo.secondClubType eq '2'}"> - 门诊</c:if>
  57. <c:if test="${cmClubinfo.secondClubType eq '3'}"> - 医院</c:if>
  58. <c:if test="${cmClubinfo.secondClubType eq '4'}"> - 其他</c:if>
  59. <c:if test="${cmClubinfo.secondClubType eq '5'}"> - 美容院</c:if>
  60. <c:if test="${cmClubinfo.secondClubType eq '6'}"> - 养生馆</c:if>
  61. <c:if test="${cmClubinfo.secondClubType eq '7'}"> - 其他</c:if>
  62. </span>
  63. </c:if>
  64. </p>
  65. </c:if>
  66. <c:if test="${newCmClub.province ne null and newCmClub.province ne '' and newCmClub.city ne null and newCmClub.city ne '' and newCmClub.town ne null and newCmClub.town ne '' and newCmClub.address ne null and newCmClub.address ne ''}"><p>地址:<span>${newCmClub.province } ${newCmClub.city } ${newCmClub.town } ${newCmClub.address}</span></p></c:if>
  67. <c:if test="${newCmClub.status ne null and newCmClub.status ne ''}"><p>状态:<span>${fns:getDictLabel(newCmClub.status, 'club_status', newCmClub.status)}</span></p></c:if>
  68. <c:if test="${newCmClub.registerTime ne null and newCmClub.registerTime ne ''}"><p>注册时间:<span><fmt:formatDate value="${newCmClub.registerTime}" pattern="yyyy-MM-dd HH:mm:ss"></fmt:formatDate></span></p></c:if>
  69. </div>
  70. <div class="header-main-box">
  71. <div class="main-box">
  72. <c:if test="${cmClubinfo.userIdentity ne null and cmClubinfo.userIdentity ne '' and cmClubinfo.svipUserFlag ne null and cmClubinfo.svipUserFlag ne ''}">
  73. <div class="main-box-tp">
  74. <p>机构类别:
  75. <span>
  76. <c:if test="${cmClubinfo.userIdentity eq 4}">个人机构</c:if>
  77. <c:if test="${cmClubinfo.userIdentity eq 2}">资质机构</c:if>
  78. <c:if test="${cmClubinfo.svipUserFlag eq 1}"><font color="red">(超级会员)</font></c:if>
  79. <c:if test="${cmClubinfo.userIdentity eq 2 and cmClubinfo.svipUserFlag eq 0}"><font color="red">(普通会员)</font></c:if>
  80. </span>
  81. </p>
  82. </div>
  83. </c:if>
  84. <c:if test="${cmClubinfo.userIdentity ne null and cmClubinfo.userIdentity ne ''}">
  85. <div class="main-box-tp">
  86. <p>机构级别:
  87. <span>
  88. <c:if test="${cmClubinfo.userIdentity eq 4}">
  89. 个人机构
  90. </c:if>
  91. <c:if test="${cmClubinfo.userIdentity eq 2}">
  92. 资质机构
  93. </c:if>
  94. <c:if test="${cmClubinfo.svipUserFlag eq 1}">
  95. <font color="red">(超级会员)</font>
  96. </c:if>
  97. <c:if test="${cmClubinfo.userIdentity eq 2 and cmClubinfo.svipUserFlag eq 0}">
  98. <font color="red">(普通会员)</font>
  99. </c:if>
  100. </span>
  101. </p>
  102. </div>
  103. </c:if>
  104. <c:if test="${cmClubinfo.medicalPracticeLicenseImg ne null and cmClubinfo.medicalPracticeLicenseImg ne ''}">
  105. <div class="main-box-bt">
  106. <p>医疗许可证:</p>
  107. <a class="main-box-img" target="_blank" href="${cmClubinfo.medicalPracticeLicenseImg}"><img src="${cmClubinfo.medicalPracticeLicenseImg}"/></a>
  108. </div>
  109. </c:if>
  110. </div>
  111. <div class="main-box">
  112. <c:if test="${newCmClub.socialCreditCode ne null and newCmClub.socialCreditCode ne ''}">
  113. <div class="main-box-tp">
  114. <p>营业执照编号:<span>${newCmClub.socialCreditCode}</span></p>
  115. </div>
  116. </c:if>
  117. <c:if test="${newCmClub.businessLicenseImage ne null and newCmClub.businessLicenseImage ne ''}">
  118. <div class="main-box-bt">
  119. <p>营业执照:</p>
  120. <a class="main-box-img" target="_blank" href="${newCmClub.businessLicenseImage}"><img src="${newCmClub.businessLicenseImage}"/></a>
  121. </div>
  122. </c:if>
  123. </div>
  124. </div>
  125. </div>
  126. </div>
  127. <div class="flex-content">
  128. <c:if test="${newCmClub.sname ne null and newCmClub.sname ne ''}">
  129. <div class="flex-p">
  130. <p>机构简称:<span>${newCmClub.sname}</span></p>
  131. </div>
  132. </c:if>
  133. <c:if test="${newCmClub.contractEmail ne null and newCmClub.contractEmail ne ''}">
  134. <div class="flex-p">
  135. <p>注册邮箱:<span>${newCmClub.contractEmail}</span></p>
  136. </div>
  137. </c:if>
  138. <c:if test="${newCmClub.headpic ne null and newCmClub.headpic ne ''}">
  139. <div class="flex-p">
  140. <p>门头照:<span></span></p>
  141. <a class="flex-p-img" target="_blank" href="${newCmClub.headpic}"><img src="${newCmClub.headpic}" alt=""></a>
  142. </div>
  143. </c:if>
  144. <c:if test="${cmClubinfo.department ne null and cmClubinfo.department ne ''}">
  145. <div class="flex-p">
  146. <p>科室:<span>${cmClubinfo.department}</span></p>
  147. </div>
  148. </c:if>
  149. <c:if test="${cmClubinfo.mainpro ne null and cmClubinfo.mainpro ne ''}">
  150. <div class="flex-p">
  151. <p>主营内容:<span>${cmClubinfo.mainpro}</span></p>
  152. </div>
  153. </c:if>
  154. <c:if test="${cmClubinfo.contractPhone ne null and cmClubinfo.contractPhone ne ''}">
  155. <div class="flex-p">
  156. <p>固定电话:<span>${cmClubinfo.contractPhone}</span></p>
  157. </div>
  158. </c:if>
  159. <c:if test="${cmClubinfo.fax ne null and cmClubinfo.fax ne ''}">
  160. <div class="flex-p">
  161. <p>传真:<span>${cmClubinfo.fax}</span></p>
  162. </div>
  163. </c:if>
  164. <c:if test="${cmClubinfo.empnum ne null and cmClubinfo.empnum ne ''}">
  165. <div class="flex-p">
  166. <p>员工人数:<span>${cmClubinfo.empnum}</span></p>
  167. </div>
  168. </c:if>
  169. <c:if test="${cmClubinfo.info ne null and cmClubinfo.info ne ''}">
  170. <div class="flex-p">
  171. <p>公司简介:<span>${cmClubinfo.info}</span></p>
  172. </div>
  173. </c:if>
  174. <div style="display: none">
  175. <div class="flex-p"><p>基本信息:</p></div>
  176. <div class="flex-p"><p>机构面积:<span>${cmClubinfo.area}</span></p></div>
  177. <div class="flex-p"><p>美容床数:<span>${cmClubinfo.bedNums}</span></p></div>
  178. <div class="flex-p"><p>美容师数:<span>${cmClubinfo.beauticians}</span></p></div>
  179. <div class="flex-p"><p>机构面积:<span>${cmClubinfo.area}</span></p></div>
  180. <div class="flex-p"><p>机构面积:<span>${cmClubinfo.area}</span></p></div>
  181. <div class="flex-p"><p>机构面积:<span>${cmClubinfo.area}</span></p></div>
  182. <div class="flex-p"><p>业绩信息:</p></div>
  183. <div class="flex-p"><p>月业绩:<span>${cmClubinfo.monthAchievement}</span></p></div>
  184. <div class="flex-p"><p>促销业绩:<span>${cmClubinfo.promotionAchievement}</span></p></div>
  185. <div class="flex-p"><p>年业绩:<span>${cmClubinfo.yearAchievement}</span></p></div>
  186. <div class="flex-p"><p>会员信息及消费情况:</p></div>
  187. <div class="flex-p"><p>A类会员:<span>${cmClubinfo.cateA}</span></p></div>
  188. <div class="flex-p"><p>B类会员:<span>${cmClubinfo.cateB}</span></p></div>
  189. <div class="flex-p"><p>C类会员:<span>${cmClubinfo.cateC}</span></p></div>
  190. <div class="flex-p"><p>活动业绩:</p></div>
  191. <div class="flex-p"><p>最高业绩:<span>${cmClubinfo.highestAchievement}</span></p></div>
  192. <div class="flex-p"><p>到店人数:<span>${cmClubinfo.reachPepole}</span></p></div>
  193. <div class="flex-p"><p>成交人数:<span>${cmClubinfo.clinchPepole}</span></p></div>
  194. <div class="flex-p"><p>店内所经营品牌及推广优势:<span>${cmClubinfo.brandSuperiority}</span><</p></div>
  195. <div class="flex-p"><p>临近一次促销的模式及达成业绩:<span>${cmClubinfo.lastPromotion}</span><</p></div>
  196. </div>
  197. </div>
  198. </div>
  199. </form:form>
  200. </body>
  201. </html>