123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343 |
- <%@ page contentType="text/html;charset=UTF-8" %>
- <%@ include file="/WEB-INF/views/include/taglib.jsp" %>
- <html>
- <head>
- <title>未注册用户咨询记录</title>
- <meta name="decorator" content="default"/>
- <style>
- .reg-row .new-tag.active {
- border: 1px solid #de5801
- }
- .reg-row {
- margin-bottom: 20px
- }
- .reg-row .reg-label {
- display: inline-block;
- width: 120px;
- text-align: right;
- font-size: 13px
- }
- .the-oradio {
- display: inline-block;
- vertical-align: top
- }
- .the-oradio div {
- width: 85px;
- display: inline-block;
- font-size: 12px;
- color: #666
- }
- .the-oradio div input[type="radio"] {
- width: 17px;
- height: 17px;
- margin-right: 5px;
- vertical-align: text-top
- }
- .med-option {
- display: block;
- margin: 10px 0 0 125px
- }
- .reg-row .business-license {
- position: relative;
- display: inline-block;
- width: 166px;
- height: 123px;
- border-radius: 6px;
- margin: 18px 0 0 125px
- }
- #medicalPracticeLicenseImgPreview {
- display: inline-block
- }
- .qualification {
- margin-top: 20px
- }
- .reg-row .tags-area {
- display: inline-block;
- width: 420px
- }
- .reg-row .new-tag {
- display: inline-block;
- width: 70px;
- border: 1px solid #e5e5e5;
- border-radius: 6px;
- padding: 5px;
- margin-right: 14px;
- margin-bottom: 14px;
- text-align: center;
- font-size: 10px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- cursor: pointer
- }
- .reg-row .tags-operate {
- margin-left: 125px
- }
- .reg-row .reg-input {
- width: 336px;
- height: 32px;
- padding: 0 8px;
- margin-right: 20px;
- border: 1px solid #dcdcdc;
- border-radius: 6px
- }
- .reg-row .tags-operate .tag-input {
- width: 159px;
- margin-right: 13px;
- display: none;
- vertical-align: top
- }
- .reg-row .tags-operate .tag-add {
- line-height: 20px;
- vertical-align: middle;
- margin-bottom: 0;
- vertical-align: top
- }
- .reg-row .tags-area {
- vertical-align: top
- }
- .tag-add {
- display: none
- }
- .table th {
- text-align: center
- }
- .table td {
- text-align: center
- }
- .modal {
- width: 700px;
- margin-left: -350px
- }
- #myModal {
- display: none
- }
- .modal-body {
- max-height: 300px !important
- }
- .modal.fade.in {
- top: 0 !important
- }
- #btnSubmit {
- margin-left: 20px
- }
- .flex-wrap .item {
- margin-right: 20px
- }
- #auditBox {
- padding: 20px;
- line-height: 30px
- }
- #auditBox .bd-row {
- display: flex;
- margin-bottom: 15px
- }
- #auditBox .bd-row > span {
- display: inline-block;
- width: 60px
- }
- #auditBox .auditCheckBox {
- width: 250px
- }
- #auditBox .auditCheckBox label {
- margin: 0 5px 5px 0
- }
- #auditBox .auditCheckBox input {
- display: none
- }
- #auditBox .auditCheckBox input + span {
- display: inline-block;
- line-height: 24px;
- padding: 0 12px;
- border: 1px solid #666;
- border-radius: 5px
- }
- #auditBox .auditCheckBox input:checked + span {
- background-color: #E6633A
- }
- #alertModal {
- width: 300px;
- height: 200px;
- border: 1px solid #ebebeb;
- border-radius: 10px;
- position: fixed;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- background: #FFFFFF;
- display: none
- }
- #alertModal .title {
- height: 50px;
- line-height: 50px;
- font-size: 14px;
- font-weight: bold;
- text-align: center;
- position: relative;
- border-bottom: 1px solid #EBEBEB
- }
- #alertModal .close {
- width: 50px;
- height: 50px;
- display: block;
- position: absolute;
- right: 0;
- top: 0;
- line-height: 50px;
- color: #000;
- font-weight: bold;
- text-align: center;
- font-style: normal;
- font-size: 18px
- }
- #alertModal .alert-content {
- width: 260px;
- height: 60px;
- padding: 20px
- }
- #alertModal .alertModal-btn {
- width: 260px;
- height: 49px;
- padding: 0 20px;
- border-top: 1px solid #EBEBEB
- }
- #alertModal .alertModal-btn button {
- float: right;
- margin: 5px
- }
- </style>
- <script type="text/javascript">
- function page(n,s){
- $("#pageNo").val(n);
- $("#pageSize").val(s);
- $("#searchForm").submit();
- return false;
- }
- </script>
- </head>
- <body>
- <ul class="nav nav-tabs">
- <li class="active"><a href="${ctx}/new/user/visit/">未注册用户咨询记录</a></li>
- </ul>
- <form:form id="searchForm" modelAttribute="visitRemark" action="${ctx}/new/user/visit/remark" method="post"
- class="breadcrumb form-search">
- <input id="pageNo" name="pageNo" type="hidden" value="${page.pageNo}"/>
- <input id="pageSize" name="pageSize" type="hidden" value="${page.pageSize}"/>
- <div class="flex-wrap">
- <div class="item">
- <label>咨询人:</label>
- <form:input path="questionMan" htmlEscape="false" maxlength="50" class="input-medium"/>
- </div>
- <div class="item">
- <label> 所属协销:</label>
- <form:select path="serviceProviderId" class="input-medium">
- <form:option value="" label="请选择"/>
- <c:forEach items="${visitRemark.serverList}" var="service">
- <form:option value="${service.serviceProviderId}">${service.name}</form:option>
- </c:forEach>
- </form:select>
- </div>
- <div class="item">
- <label>同步至机构:</label>
- <form:select path="concat" class="input-medium">
- <form:option value="" label="全部"/>
- <form:option value="1" label="已同步"/>
- <form:option value="2" label="未同步"/>
- </form:select>
- </div>
- <div class="item">
- <input id="btnSubmit" class="btn btn-primary" type="submit" value="查询"/>
- </div>
- </div>
- </form:form>
- <sys:message content="${message}"/>
- <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>
- </thead>
- <tbody>
- <c:forEach items="${page.list}" var="visit">
- <tr>
- <td>
- ${visit.questionMan}
- </td>
- <td>
- ${visit.serviceName}
- </td>
- <td>
- <c:if test="${not empty visit.clubId}">
- 已同步(${visit.clubName})
- </c:if>
- <c:if test="${empty visit.clubId}">
- 未同步
- </c:if>
- </td>
- <td>
- <fmt:formatDate value="${visit.addTime}" pattern="yyyy-MM-dd HH:mm:ss"></fmt:formatDate>
- </td>
- <td>
- <fmt:formatDate value="${visit.concactTime}" pattern="yyyy-MM-dd HH:mm:ss"></fmt:formatDate>
- </td>
- <td>
- <c:if test="${empty visit.clubId}">
- <a href="${ctx}/new/user/visit/find?questionManId=${visit.questionManId}">查看信息</a>
- </c:if>
- <c:if test="${not empty visit.clubId}">
- <a href="${ctx}/new/user/agency/remarks?clubId=${visit.clubId}">查看信息</a>
- </c:if>
- </td>
- </tr>
- </c:forEach>
- </tbody>
- </table>
- <div class="pagination">${page}</div>
- </body>
- </html>
|