123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286 |
- <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
- <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
- <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
- <%@ page language="java" contentType="text/html; charset=UTF-8"
- pageEncoding="UTF-8"%>
- <jsp:include page="${data._INCLUDE}/header.jsp"></jsp:include>
- <script>
- var startDate = "<c:out value='${startDate}'/>";
- var endDate = "<c:out value='${endDate}'/>";
- $(function() {
- $("input[name=\"startDate\"]").daterangepicker({
- singleDatePicker : true,
- showDropdowns : true,
- // startDate : "<c:out value='${startDate}'/>",
- locale : {
- //format : "M/DD hh:mm A"
- format : "YYYY-MM-DD"
- }
- });
- $("input[name=\"endDate\"]").daterangepicker({
- singleDatePicker : true,
- showDropdowns : true,
- // startDate : "<c:out value='${endDate}'/>",
- locale : {
- //format : "M/DD hh:mm A"
- format : "YYYY-MM-DD"
- }
- });
-
- $("input[name=\"startDate\"]").val( startDate );
- $("input[name=\"endDate\"]").val( endDate );
- });
- function getExcel(){
- if( $.trim( $( "#downMemo" ).val() ) == "" ){
- alertBox({ txt : "사유를 입력해주세요" });
- $( ".modal-header>.modal-title h3" ).remove();
- return false;
- }
- var newForm = $( "#searchForm" ).clone();
-
- newForm.attr( "id", "excelForm" );
- newForm.attr( "method", "post" );
- newForm.attr( "action", "./excel" );
- newForm.attr( "target", "_blank" );
- newForm.hide();
-
- $( document.body ).append( newForm );
- newForm.submit();
- $( "button.close" ).click();
- $( "#downMemo" ).val( "" );
- $( "#excelForm" ).remove();
-
- }
- </script>
- </head>
- <body>
- <div class="modal fade" id="excelDownMemo" tabindex="-1" role="dialog" aria-hidden="true" data-memoid="">
- <div class="modal-dialog" role="document">
- <div class="modal-content">
- <div class="modal-header">
- <h5 class="modal-title">생활치료센터 리스트 Excel 다운로드</h5>
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
- aria-hidden="true">×</span> </button>
- </div>
- <div class="modal-body m-3">
- <table class="table mobile-table">
- <colgroup>
- <col style="width: 20%">
- <col style="width: 80%">
- </colgroup>
- <tr>
- <th><span class="fix">*</span>다운로드 사유</th>
- <td>
- <div class="form-row">
- <textarea id="downMemo" name="downMemo" class="form-control" cols="" rows="6" placeholder="" maxlength="200"></textarea>
- </div>
- </td>
- </tr>
- </table>
- </div>
- <div class="addMemoTools modal-footer">
- <button type="button" class="btn btn-outline-primary" data-dismiss="modal">취소</button>
- <button type="button" class="btn btn-primary" onclick="getExcel();">제출 후 다운로드</button>
- </div>
- </div>
- </div>
- </div>
-
- <div class="wrapper">
- <jsp:include page="${data._INCLUDE}/sidebar.jsp"></jsp:include>
-
- <div class="main">
- <jsp:include page="${data._INCLUDE}/top.jsp"></jsp:include>
- <main class="content">
- <div class="container-fluid p-0">
- <!-- 환지관리 START -->
- <div class="row">
- <div class="col-12 col-lg-6">
- <h1 class="h3 mb-3">생활치료센터 관리</h1>
- </div>
- <div class="col-12 col-lg-6 text-right">
- <nav aria-label="breadcrumb">
- <ol class="breadcrumb">
- <li class="breadcrumb-item"><a href="javscript:;">Home</a></li>
- <li class="breadcrumb-item active">생활치료센터 관리</li>
- </ol>
- </nav>
- </div>
- </div>
- <div class="row">
- <div class="col-12">
- <div class="card">
- <form action="?" method="get" id="searchForm">
- <div class="card-body">
- <table class="table mobile-table">
- <colgroup>
- <col style="width:10%">
- <col style="width:40%">
- <col style="width:10%">
- <col style="width:40%">
- </colgroup>
- <tr>
- <th>지역</th>
- <td>
- <select class="custom-select form-control" name="locationCode">
- <option value="">전체</option>
- <c:forEach var="i" items="${locationList}">
- <option value="${i.locationCode}" <c:if test="${i.locationCode eq locationCode}"> selected="selected"</c:if>><c:out value="${i.locationName}"/></option>
-
- </c:forEach>
- <!-- <option value="info">서울특별시</option> -->
- <!-- <option value="warning">경기도</option> -->
- </select>
- </td>
- <th>생활치료센터명</th>
- <td>
- <input type="text" class="form-control" name="centerName" placeholder="생활치료센터명" value="<c:out value="${centerName}" />">
- </td>
- </tr>
- <tr>
- <th>등록일</th>
- <td colspan="3">
- <div class="row">
- <div class="col-lg-4 col-sm-5">
- <div class="form-group calendar-bar mb-xl-0">
- <input class="form-control" type="text" name="startDate" placeholder="검색 시작일자" autocomplete="off">
- <i class="align-middle mr-2 fas fa-fw fa-calendar-alt"></i>
- </div>
- </div>
- <div class="col-lg-2 col-sm-2 text-center">
- ~
- </div>
- <div class="col-lg-4 col-sm-5">
- <div class="form-group calendar-bar mb-xl-0">
- <input class="form-control" type="text" name="endDate" placeholder="검색 종료일자" autocomplete="off">
- <i class="align-middle mr-2 fas fa-fw fa-calendar-alt"></i>
- </div>
- </div>
- <div class="col-sm-12 col-lg-2">
- <button class="btn btn-primary">검색</button>
- </div>
- </div>
- </td>
- </tr>
- </table>
- </div>
- </form>
- </div>
- </div>
- </div>
- <div class="row">
- <div class="col-12">
- <div class="card">
- <div class="card-body">
- <div class="row mb-3">
- <div class="col-6">전체 :
- <fmt:formatNumber value="${total}" pattern="#,###" />
- </div>
- <div class="col-6 text-right">
- <button class="btn btn-success" data-toggle="modal" data-target="#excelDownMemo">Excel 다운로드</button>
- <button class="btn btn-primary" onclick="location.href='./new';">생활치료센터 신규 등록</button>
- </div>
- </div>
- <div class="table-responsive">
- <table class="table table-striped text-center">
- <colgroup>
- <col style=" width: 5%; ">
- <col style=" width: 14%; ">
- <col style=" width: 6%; ">
- <col style=" width: 12%; ">
- <col style=" width: 8%; ">
- <col style=" width: 8%; ">
- <col style=" width: 5%; ">
- <col style=" width: 6%; ">
- <col style=" width: 5%; ">
- <col style=" width: 5%; ">
- <col style=" width: 6%; ">
- <col style=" width: 8%; ">
- </colgroup>
- <thead>
- <tr>
- <th rowspan="2">번호</th>
- <th rowspan="2">생활치료센터명</th>
- <th rowspan="2">지역</th>
- <th rowspan="2">협력병원</th>
- <th rowspan="2">담당자(ID)</th>
- <th rowspan="2">전화번호</th>
- <th colspan="5">인원 수 (단위 : 명)</th>
- <th rowspan="2">등록일시</th>
- </tr>
- <tr>
- <th>의료진</th>
- <th>총 수용인원</th>
- <th>입소</th>
- <th>퇴소</th>
- <th>지정병원이송</th>
- </tr>
- </thead>
- <tbody>
- <c:choose>
- <c:when test="${total > 0}">
- <c:forEach var="l" items="${item}" varStatus="lStatus">
- <c:set var="viewLink" value="./info?centerCode=${l.centerCode}" />
- <c:set var="pageNum" value="${ ( total - lStatus.index ) - ( (page - 1) * pageSize ) }" />
-
- <tr>
- <td><fmt:formatNumber value="${pageNum}" pattern="#,###" /></td>
- <td>
- <a href="${viewLink}"><c:out value="${l.centerName}" /></a>
- </td>
- <td><c:out value="${l.locationName}" /></td>
- <td><c:out value="${l.cooperativeName}" /></td>
- <td><c:out value="${l.staffName}"/><br/><c:out value="(${l.staffId})" /></td>
- <td><c:out value="${l.staffPhoneNumber}"/></td>
- <td><c:out value="${l.totalStaff}" /></td>
- <td><c:out value="${l.totalCapacity}" /></td>
- <td><c:out value="${l.totalPatientH}" /></td>
- <td><c:out value="${l.totalPatientD}" /></td>
- <td><c:out value="${l.totalPatientT}" /></td>
- <td><c:out value="${l.createDate}" /></td>
- </tr>
- </c:forEach>
- </c:when>
- <c:otherwise>
- <tr>
- <td colspan="9">등록된 생활치료센터가 없습니다.</td>
- </tr>
- </c:otherwise>
- </c:choose>
- </tbody>
- </table>
- </div>
- <div class="row mt-5">
- <div class="col-12 col-lg-6 mb-2">
- </div>
- <div class="col-12 col-lg-6 mb-2">
- <jsp:include page="${data._INCLUDE}/paging.jsp" flush="true">
- <jsp:param name="firstPageNo" value="${paging.firstPageNo}" />
- <jsp:param name="prevPageNo" value="${paging.prevPageNo}" />
- <jsp:param name="startPageNo" value="${paging.startPageNo}" />
- <jsp:param name="pageNo" value="${paging.pageNo}" />
- <jsp:param name="endPageNo" value="${paging.endPageNo}" />
- <jsp:param name="nextPageNo" value="${paging.nextPageNo}" />
- <jsp:param name="finalPageNo" value="${paging.finalPageNo}" />
- <jsp:param name="preFix" value="${paging.preFix}" />
- <jsp:param name="url" value="${paging.url}" />
- <jsp:param name="total" value="${paging.totalCount}" />
- </jsp:include>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- 환자관리 END -->
- </div>
- </main>
- <jsp:include page="${data._INCLUDE}/footer.jsp"></jsp:include>
- </div>
- </div>
- </body>
- </html>
|