cmVisitList.jsp 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  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. <style>
  8. .reg-row .new-tag.active {
  9. border: 1px solid #de5801
  10. }
  11. .reg-row {
  12. margin-bottom: 20px
  13. }
  14. .reg-row .reg-label {
  15. display: inline-block;
  16. width: 120px;
  17. text-align: right;
  18. font-size: 13px
  19. }
  20. .the-oradio {
  21. display: inline-block;
  22. vertical-align: top
  23. }
  24. .the-oradio div {
  25. width: 85px;
  26. display: inline-block;
  27. font-size: 12px;
  28. color: #666
  29. }
  30. .the-oradio div input[type="radio"] {
  31. width: 17px;
  32. height: 17px;
  33. margin-right: 5px;
  34. vertical-align: text-top
  35. }
  36. .med-option {
  37. display: block;
  38. margin: 10px 0 0 125px
  39. }
  40. .reg-row .business-license {
  41. position: relative;
  42. display: inline-block;
  43. width: 166px;
  44. height: 123px;
  45. border-radius: 6px;
  46. margin: 18px 0 0 125px
  47. }
  48. #medicalPracticeLicenseImgPreview {
  49. display: inline-block
  50. }
  51. .qualification {
  52. margin-top: 20px
  53. }
  54. .reg-row .tags-area {
  55. display: inline-block;
  56. width: 420px
  57. }
  58. .reg-row .new-tag {
  59. display: inline-block;
  60. width: 70px;
  61. border: 1px solid #e5e5e5;
  62. border-radius: 6px;
  63. padding: 5px;
  64. margin-right: 14px;
  65. margin-bottom: 14px;
  66. text-align: center;
  67. font-size: 10px;
  68. overflow: hidden;
  69. text-overflow: ellipsis;
  70. white-space: nowrap;
  71. cursor: pointer
  72. }
  73. .reg-row .tags-operate {
  74. margin-left: 125px
  75. }
  76. .reg-row .reg-input {
  77. width: 336px;
  78. height: 32px;
  79. padding: 0 8px;
  80. margin-right: 20px;
  81. border: 1px solid #dcdcdc;
  82. border-radius: 6px
  83. }
  84. .reg-row .tags-operate .tag-input {
  85. width: 159px;
  86. margin-right: 13px;
  87. display: none;
  88. vertical-align: top
  89. }
  90. .reg-row .tags-operate .tag-add {
  91. line-height: 20px;
  92. vertical-align: middle;
  93. margin-bottom: 0;
  94. vertical-align: top
  95. }
  96. .reg-row .tags-area {
  97. vertical-align: top
  98. }
  99. .tag-add {
  100. display: none
  101. }
  102. .table th {
  103. text-align: center
  104. }
  105. .table td {
  106. text-align: center
  107. }
  108. .modal {
  109. width: 700px;
  110. margin-left: -350px
  111. }
  112. #myModal {
  113. display: none
  114. }
  115. .modal-body {
  116. max-height: 300px !important
  117. }
  118. .modal.fade.in {
  119. top: 0 !important
  120. }
  121. #btnSubmit {
  122. margin-left: 20px
  123. }
  124. .flex-wrap .item {
  125. margin-right: 20px
  126. }
  127. #auditBox {
  128. padding: 20px;
  129. line-height: 30px
  130. }
  131. #auditBox .bd-row {
  132. display: flex;
  133. margin-bottom: 15px
  134. }
  135. #auditBox .bd-row > span {
  136. display: inline-block;
  137. width: 60px
  138. }
  139. #auditBox .auditCheckBox {
  140. width: 250px
  141. }
  142. #auditBox .auditCheckBox label {
  143. margin: 0 5px 5px 0
  144. }
  145. #auditBox .auditCheckBox input {
  146. display: none
  147. }
  148. #auditBox .auditCheckBox input + span {
  149. display: inline-block;
  150. line-height: 24px;
  151. padding: 0 12px;
  152. border: 1px solid #666;
  153. border-radius: 5px
  154. }
  155. #auditBox .auditCheckBox input:checked + span {
  156. background-color: #E6633A
  157. }
  158. #alertModal {
  159. width: 300px;
  160. height: 200px;
  161. border: 1px solid #ebebeb;
  162. border-radius: 10px;
  163. position: fixed;
  164. top: 0;
  165. bottom: 0;
  166. left: 0;
  167. right: 0;
  168. margin: auto;
  169. background: #FFFFFF;
  170. display: none
  171. }
  172. #alertModal .title {
  173. height: 50px;
  174. line-height: 50px;
  175. font-size: 14px;
  176. font-weight: bold;
  177. text-align: center;
  178. position: relative;
  179. border-bottom: 1px solid #EBEBEB
  180. }
  181. #alertModal .close {
  182. width: 50px;
  183. height: 50px;
  184. display: block;
  185. position: absolute;
  186. right: 0;
  187. top: 0;
  188. line-height: 50px;
  189. color: #000;
  190. font-weight: bold;
  191. text-align: center;
  192. font-style: normal;
  193. font-size: 18px
  194. }
  195. #alertModal .alert-content {
  196. width: 260px;
  197. height: 60px;
  198. padding: 20px
  199. }
  200. #alertModal .alertModal-btn {
  201. width: 260px;
  202. height: 49px;
  203. padding: 0 20px;
  204. border-top: 1px solid #EBEBEB
  205. }
  206. #alertModal .alertModal-btn button {
  207. float: right;
  208. margin: 5px
  209. }
  210. </style>
  211. <script type="text/javascript">
  212. function page(n,s){
  213. $("#pageNo").val(n);
  214. $("#pageSize").val(s);
  215. $("#searchForm").submit();
  216. return false;
  217. }
  218. </script>
  219. </head>
  220. <body>
  221. <ul class="nav nav-tabs">
  222. <li class="active"><a href="${ctx}/new/user/visit/">未注册用户咨询记录</a></li>
  223. </ul>
  224. <form:form id="searchForm" modelAttribute="visitRemark" action="${ctx}/new/user/visit/remark" method="post"
  225. class="breadcrumb form-search">
  226. <input id="pageNo" name="pageNo" type="hidden" value="${page.pageNo}"/>
  227. <input id="pageSize" name="pageSize" type="hidden" value="${page.pageSize}"/>
  228. <div class="flex-wrap">
  229. <div class="item">
  230. <label>咨询人:</label>
  231. <form:input path="questionMan" htmlEscape="false" maxlength="50" class="input-medium"/>
  232. </div>
  233. <div class="item">
  234. <label> 所属协销:</label>
  235. <form:select path="serviceProviderId" class="input-medium">
  236. <form:option value="" label="请选择"/>
  237. <c:forEach items="${visitRemark.serverList}" var="service">
  238. <form:option value="${service.serviceProviderId}">${service.name}</form:option>
  239. </c:forEach>
  240. </form:select>
  241. </div>
  242. <div class="item">
  243. <label>同步至机构:</label>
  244. <form:select path="concat" class="input-medium">
  245. <form:option value="" label="全部"/>
  246. <form:option value="1" label="已同步"/>
  247. <form:option value="2" label="未同步"/>
  248. </form:select>
  249. </div>
  250. <div class="item">
  251. <input id="btnSubmit" class="btn btn-primary" type="submit" value="查询"/>
  252. </div>
  253. </div>
  254. </form:form>
  255. <sys:message content="${message}"/>
  256. <table id="contentTable" class="table table-striped table-bordered table-condensed">
  257. <thead>
  258. <tr>
  259. <th>咨询人</th>
  260. <th>所属协销</th>
  261. <th>同步至机构</th>
  262. <th>创建时间</th>
  263. <th>同步时间</th>
  264. <th>操作</th>
  265. </tr>
  266. </thead>
  267. <tbody>
  268. <c:forEach items="${page.list}" var="visit">
  269. <tr>
  270. <td>
  271. ${visit.questionMan}
  272. </td>
  273. <td>
  274. ${visit.serviceName}
  275. </td>
  276. <td>
  277. <c:if test="${not empty visit.clubId}">
  278. 已同步(${visit.clubName})
  279. </c:if>
  280. <c:if test="${empty visit.clubId}">
  281. 未同步
  282. </c:if>
  283. </td>
  284. <td>
  285. <fmt:formatDate value="${visit.addTime}" pattern="yyyy-MM-dd HH:mm:ss"></fmt:formatDate>
  286. </td>
  287. <td>
  288. <fmt:formatDate value="${visit.concactTime}" pattern="yyyy-MM-dd HH:mm:ss"></fmt:formatDate>
  289. </td>
  290. <td>
  291. <c:if test="${empty visit.clubId}">
  292. <a href="${ctx}/new/user/visit/find?questionManId=${visit.questionManId}">查看信息</a>
  293. </c:if>
  294. <c:if test="${not empty visit.clubId}">
  295. <a href="${ctx}/new/user/agency/remarks?clubId=${visit.clubId}">查看信息</a>
  296. </c:if>
  297. </td>
  298. </tr>
  299. </c:forEach>
  300. </tbody>
  301. </table>
  302. <div class="pagination">${page}</div>
  303. </body>
  304. </html>