<%--
  Class Name : EgovGnrlUserSelectPayDataListPop.jsp
  Description : 사용자 결제리스트(전체)
  Modification Information

      수정일         수정자                   수정내용
    -------    --------    ---------------------------
     2022.07.08    우영두          최초 생성

    author   : 우영두
    since    : 2022.07.08

    Copyright (C) 2009 by MOPAS  All right reserved.
--%>
<%@ page contentType="text/html; charset=utf-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<%@ taglib prefix="ec" uri="/WEB-INF/tld/ecnet_tld.tld"%>
<%   
	response.setHeader("Cache-Control","no-store");   
	response.setHeader("Pragma","no-cache");   
	response.setDateHeader("Expires",0);   
	if (request.getProtocol().equals("HTTP/1.1")) response.setHeader("Cache-Control", "no-cache"); 
%> 
<!DOCTYPE html>
<html lang="ko">
<head>
<title>사용자 결제내역 관리</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="/pb/css/reset.css">
<link rel="stylesheet" href="/pb/css/common.css">
<link rel="stylesheet" href="/pb/css/content.css">
<link rel="stylesheet" href="/pb/css/popup.css">
<script type="text/javascript" src="/pb/js/jquery-3.5.0.js"></script>
<script type="text/javascript" src="/pb/js/common.js"></script>
<script type="text/javascript" src="<c:url value='/js/EgovMultiFile.js'/>"></script>
<script type="text/javascript" src="<c:url value='/js/EgovCalPopup.js'/>"></script>
<script type="text/javascript" src="<c:url value='/js/ncms_common.js' />"></script>
<script type="text/javaScript" language="javascript">

function goList(){
	var writeForm = document.writeForm;
	var actionUrl = "<c:url value='/uss/umt/user/EgovGnrlselectedUserPayDataListAjax.do'/>";
	writeForm.action = actionUrl;
	writeForm.submit();
}
  

</script>
<style>
.calBtn{
    border: none;
    background-color: transparent !important;
    background-image: url(/pb/img/common/calendarIcon.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px !important;
    vertical-align: middle;
    margin-left: -38px !important;
    margin-top: -2px !important;
    cursor: pointer;
}
.pageCont {width:100%;padding:50px 30px;box-sizing:border-box;}
.tableWrapTotal {margin:0 0 20px;}
.tableWrapTotal .tbType1 thead tr:first-child {border-width:1px;}
.tableWrapTotal .tbType1 thead tr th {border-left:1px solid #e6e6e6;}
.tableWrapTotal .tbType1 thead tr th:first-child {border-left:0 none;}
.tableWrapTotal .tbType1 thead tr.content th {font-size:14px;}
.tableWrapTotal .tbType1 tbody tr td {border-left:1px solid #e6e6e6;}
.tableWrapTotal .tbType1 tbody tr td:first-child {border-left:0 none;}
.listSerch .select {height:42px;vertical-align:top;}
.pageCont .tbType1 tbody tr td.msg_detail {overflow:inherit;}
.pageCont .tbType1 tbody tr td.msg_detail a {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;}
.layer_msg_wrap {position:relative;}
.layer_msg_wrap .layer_msg_detail {overflow:hidden;display:none;position:fixed;left:50%;top:50%;width:400px;max-height:600px;background:#eee;transform:translate(-50%, -50%);z-index:1;}
.layer_msg_wrap .layer_msg_detail button {position:absolute;right:0;top:0;width:35px;height:35px;}
.layer_msg_wrap .layer_msg_detail button:before {content:'';position:absolute;left:50%;top:50%;width:1px;height:14px;margin:-7px 0 0;background:#fff;transform:rotate(-45deg);}
.layer_msg_wrap .layer_msg_detail button:after {content:'';position:absolute;left:50%;top:50%;width:1px;height:14px;margin:-7px 0 0;background:#fff;transform:rotate(45deg);}
.layer_msg_wrap .layer_msg_detail .title {height:35px;padding:0 15px;font-size:16px;line-height:35px;text-align:left;color:#fff;background:#456ded;border-radius:5px 5px 0 0;}
.layer_msg_wrap .layer_msg_detail .content {overflow-y:auto;max-height:535px;margin:15px;padding:10px 15px;line-height:20px;white-space:normal;background:#fff;}
.layer_msg_wrap .layer_msg_detail .content .rev_cont {text-align:left;}
@media screen and (max-width:916px){
	.pageCont .tableWrap table thead tr th {padding:15px 0;}
}

</style>
</head>
<body>
<div class="loading_layer">
	<div class="loading_container">
		<div class="bar"></div>
		<div class="text">Loading</div>
	</div>
</div>
<form name="writeForm" id="writeForm"  method="post">
	<input type="hidden" name="searchCondition" value="${searchVO.searchCondition}" />
	<input type="hidden" name="searchCondition2" value="${searchVO.searchCondition2}" />
	<input type="hidden" name="searchCondition3" value="${searchVO.searchCondition3}" />
	<input type="hidden" name="searchKeyword" value="${searchVO.searchKeyword}" />
	<input type="hidden" name="pageUnit" value="${searchVO.pageUnit}" />

	<input type="hidden" name="cashId" value="${mjonPayVO.cashId}" />
	<input type="hidden" name="mberId" value="${mjonPayVO.userId}" />
	<input type="hidden" name="ntceBgnde" value="${searchVO.startDate}" />
	<input type="hidden" name="ntceEndde" value="${searchVO.endDate}" />
	<input type="hidden" id="amt" value="${mjonPayVO.amt}" />
	<input type="hidden" id="cancelCnt" value="${mjonPayVO.cancelCnt}" />
	<input type="hidden" id="userMoney" value="${mjonPayVO.userMoney}" />
	<input type="hidden" id="userPoint" value="${mjonPayVO.userPoint}" />
	
	<div class="contWrap" style="position:relative;left:inherit;top:inherit;min-height:auto;padding:40px;">
		<div class="pageTitle">
			<div class="pageIcon"><img src="/pb/img/pageTitIcon4.png" alt=""></div>
			<h2 class="titType1 c_222222 fwBold">결제정보</h2>
			<p class="tType6 c_999999">결제정보를 확인 할 수 있습니다.</p>
		</div>
		<div class="pageCont">
			<table class="tbType2">
				<colgroup>
					<col style="width: 20%">
					<col style="width: 80%">
				</colgroup>
				<tbody>
					
					<tr class="no_modi">
						<th><span class="reqArea">주문번호(PG사)</span></th>
						<td colspan="3">
							<input type="text" 
							placeholder=""
							name="tid" value="${mjonPayVO.tid}" title="주문번호(PG사)" maxlength="100" />
						</td>
					</tr>
					
					<tr class="no_modi">
						<th><span class="reqArea">주문번호(고객사)</span></th>
						<td colspan="3">
							<input type="text" 
							placeholder=""
							name="moid" value="${mjonPayVO.moid}" title="주문번호(고객사)" maxlength="100" />
						</td>
					</tr>
					
					<tr class="no_modi">
						<th><span class="reqArea">아이디</span></th>
						<td colspan="3">
							<input type="text" 
							placeholder=""
							name="userId" value="${mjonPayVO.userId}" title="아이디" maxlength="100" />
						</td>
					</tr>
					
					<tr class="no_modi">
						<th><span class="reqArea">이름</span></th>
						<td colspan="3">
							<input type="text" placeholder="" name="buyerName" value="${mjonPayVO.buyerName}" title="이름" maxlength="100" />
						</td>
					</tr>
					
					<tr class="no_modi">
						<th><span class="reqArea">이메일</span></th>
						<td colspan="3">
							<input type="text" placeholder="" name="email" value="${mjonPayVO.email}" title="이메일" maxlength="100" />
						</td>
					</tr>
					
					<tr class="no_modi">
						<th><span class="reqArea">결제금액</span></th>
						<td colspan="3">
							<input type="text" name="amt" value="<fmt:formatNumber value="${mjonPayVO.amt}" type="number" />" title="결제금액" maxlength="20" />
						</td>
					</tr>
					
					<tr class="no_modi">
						<th><span class="reqArea">결제수단</span></th>
						<td colspan="3">
							<input type="text" name="payMethodTxt" value="${mjonPayVO.payMethodTxt}" title="결제수단" maxlength="20" />
						</td>
					</tr>
					
					<tr class="no_modi">
						<th><span class="reqArea">결제폰번호</span></th>
						<td colspan="3">
							<input type="text" name="phone" value="${mjonPayVO.phone}" title="결제폰번호" maxlength="20" />
						</td>
					</tr>
					
					<tr class="no_modi">
						<th><span class="reqArea">결제상태</span></th>
						<td colspan="3">
							<input type="text" name="pgStatusTxt" value="${mjonPayVO.pgStatusTxt}" title="결제상태" maxlength="20" />
						</td>
					</tr>
					
					<tr class="no_modi">
						<th><span class="reqArea">결제메세지</span></th>
						<td colspan="3">
							<input type="text" name="resultMsg" value="${mjonPayVO.resultMsg}" title="캐시" maxlength="20" />
						</td>
					</tr>
					
					<tr class="no_modi">
						<th><span class="reqArea">결제영수증</span></th>
						<td colspan="3">
							<input type="text" name="rcptTypeTxt" value="${mjonPayVO.rcptTypeTxt}" title="결제영수증" maxlength="20" />
						</td>
					</tr>
					
					<tr class="no_modi">
						<th><span class="reqArea">결제사</span></th>
						<td colspan="3">
							<input type="text" placeholder="" name="goodsName" value="${mjonPayVO.goodsName}" title="결제사" maxlength="100" />
						</td>
					</tr>
					
					<tr class="no_modi">
						<th><span class="reqArea">PG코드</span></th>
						<td colspan="3">
							<input type="text" name="pgCode" value="${mjonPayVO.pgCode}" title="PG코드" maxlength="20" />
						</td>
					</tr>
					
					<tr class="no_modi">
						<th><span class="reqArea">결제시간</span></th>
						<td colspan="3">
							<input type="text" name="regDate" value="${mjonPayVO.regDate}" title="결제시간" maxlength="20" />
						</td>
					</tr>
				</tbody>
			</table>
			<div class="btnWrap">
				<input type="button" class="btnType1 bg_888888" value="목 록" onclick="goList(3);return false;">
			</div>
	 	</div>
	</div>
</form>
</body>
</html>
