2756 lines
99 KiB
HTML
2756 lines
99 KiB
HTML
<!DOCTYPE html>
|
||
<!-- saved from url=(0096)http://w-demo.com/getUserMoneyLogListByLogInfoForManage.action?logType=1&changeState=5&pageNum=1 -->
|
||
<html class=" js csstransitions ext-strict"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
<!--<base href="http://w-demo.com:80/">--><base href=".">
|
||
<link rel="SHORTCUT ICON" href="http://w-demo.com/img/logoIco.ico">
|
||
<title>WINS DEMO-admin</title>
|
||
|
||
|
||
<script type="text/javascript" src="./admin_입출금관리_환전관리_files/userMoneyLogBizImplDwr.js.다운로드"></script>
|
||
<script type="text/javascript" src="./admin_입출금관리_환전관리_files/engine.js.다운로드"></script>
|
||
<script type="text/javascript" src="./admin_입출금관리_환전관리_files/util.js.다운로드"></script>
|
||
|
||
<link rel="stylesheet" type="text/css" href="./admin_입출금관리_환전관리_files/demo.css">
|
||
<link rel="stylesheet" type="text/css" href="./admin_입출금관리_환전관리_files/jquery-ui.css">
|
||
<link rel="stylesheet" type="text/css" href="./admin_입출금관리_환전관리_files/style.css">
|
||
<!--必要样式 兼容性最好的jQuery 出现兼容问题用中个-->
|
||
<script type="text/javascript" src="./admin_입출금관리_환전관리_files/jquery.min.js.다운로드"></script>
|
||
<script type="text/javascript" src="./admin_입출금관리_환전관리_files/modernizr.custom.63321.js.다운로드"></script>
|
||
|
||
<script type="text/javascript" src="./admin_입출금관리_환전관리_files/jquery-ui.js.다운로드"></script>
|
||
<script type="text/javascript" src="./admin_입출금관리_환전관리_files/jquery.ui.touch-punch.min.js.다운로드"></script>
|
||
<script type="text/javascript" src="./admin_입출금관리_환전관리_files/jquery.pagination.js.다운로드"></script>
|
||
|
||
<!-- date控件 -->
|
||
<link href="./admin_입출금관리_환전관리_files/date.css" type="text/css" rel="stylesheet">
|
||
|
||
|
||
<!-- cocer -->
|
||
<script type="text/javascript" src="./admin_입출금관리_환전관리_files/cocer.js.다운로드"></script>
|
||
<link rel="stylesheet" href="./admin_입출금관리_환전관리_files/cocer.css" type="text/css">
|
||
|
||
|
||
<link rel="stylesheet" href="./admin_입출금관리_환전관리_files/jquery-labelauty.css">
|
||
|
||
<link rel="stylesheet" type="text/css" href="./admin_입출금관리_환전관리_files/paging.css">
|
||
|
||
|
||
|
||
<script type="text/javascript">
|
||
|
||
|
||
function locationHref(current){
|
||
|
||
var logTypeValue = $("#logType").val();
|
||
var changeStateValue = $("#changeState").val();
|
||
var fromDateStringValue = $("#fromDateString").val();
|
||
var toDateStringValue = $("#toDateString").val();
|
||
var userLoginNameValue = $("#userLoginName").val();
|
||
var userNameValue = $("#userName").val();
|
||
var accountNameValue = $("#accountName").val();
|
||
|
||
window.location.href = "getUserMoneyLogListByLogInfoForManage.action?logType="+logTypeValue+"&changeState="+changeStateValue+"&fromDateString="+fromDateStringValue+"&toDateString="+toDateStringValue+"&userLoginName="+userLoginNameValue+"&userName="+userNameValue+"&accountName="+accountNameValue+"&pageNum="+current;
|
||
|
||
|
||
}
|
||
|
||
function submitExchangForm(){
|
||
|
||
$("#exchangeForm").submit();
|
||
|
||
}
|
||
|
||
|
||
function submitLog(changeState){
|
||
|
||
var checkCount = 0;
|
||
$('input[name="logIdStrings"]:checked').each(function(){//遍历每一个名字为interest的复选框,其中选中的执行函数
|
||
checkCount++;
|
||
});
|
||
if(checkCount>0){
|
||
$("#inputMoneyLogForm").attr("action","submitExchangeMoneyLog.action?toState="+changeState);
|
||
$("#inputMoneyLogForm").attr("method", "post");
|
||
$("#inputMoneyLogForm").submit();
|
||
}else{
|
||
alert("최소 하나를 선택해주세요!!!");
|
||
}
|
||
|
||
}
|
||
|
||
function showMap(userId) {
|
||
|
||
|
||
|
||
userMoneyLogBizImplDwr.getTodayInputMoneyAndExchangeMoneyInfoByUserId(userId,getTodayInputMoneyAndExchangeMoneyInfoByUserIdCallBack);
|
||
|
||
}
|
||
|
||
function getTodayInputMoneyAndExchangeMoneyInfoByUserIdCallBack(jsonDate){
|
||
|
||
var jsonString = eval("(" + jsonDate + ")");
|
||
|
||
$("#inputMoneyCount").html(
|
||
jsonString[0]["inputMoneyCount"]);
|
||
|
||
|
||
$("#inputMoneyNum").html(
|
||
jsonString[0]["inputMoneyNum"]);
|
||
|
||
|
||
$("#exchangeMoneyCount").html(
|
||
jsonString[0]["exchangeMoneyCount"]);
|
||
|
||
|
||
$("#exchangeMoneyNum").html(
|
||
jsonString[0]["exchangeMoneyNum"]);
|
||
|
||
|
||
var con = document.getElementById("mapLayer");
|
||
con.style.display = "";
|
||
|
||
}
|
||
|
||
function closeMap() {
|
||
var con = document.getElementById("mapLayer");
|
||
|
||
con.style.display = "none";
|
||
|
||
|
||
|
||
}
|
||
</script>
|
||
<style type="text/css">
|
||
|
||
/* 弹出层 */
|
||
#mapBgLayer {
|
||
background: #FFFFFF none repeat scroll 0 0;
|
||
height: 100%;
|
||
left: 0px;
|
||
bottom: 0px;
|
||
position: fixed;
|
||
width: 100%;
|
||
filter: alpha(opacity = 30); /* IE */
|
||
opacity:0.3;
|
||
-moz-opacity: 0.3; /* Moz + FF */
|
||
z-index: 10000;
|
||
}
|
||
|
||
#mapLayer {
|
||
|
||
width: 300px;
|
||
height: 250px;
|
||
top:150px;
|
||
left:300px;
|
||
right:0px;
|
||
margin-left:auto;
|
||
margin-right:auto;
|
||
|
||
position: fixed;
|
||
background: #FFF;
|
||
z-index: 10001;
|
||
border: 4px solid #d3dddd;
|
||
border-radius: 8px 8px 8px 8px;
|
||
}
|
||
|
||
.mapLayer ul{
|
||
margin: 0px;
|
||
padding: 0px;
|
||
font-size: 12px;
|
||
}
|
||
|
||
</style>
|
||
|
||
</head>
|
||
|
||
<body class=" ext-webkit ext-chrome" id="syno-nsc-ext-gen3">
|
||
<div id="header">
|
||
<h1>
|
||
</h1>
|
||
</div>
|
||
|
||
|
||
<div id="search">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!--<base href="http://w-demo.com:80/">--><base href=".">
|
||
<link rel="SHORTCUT ICON" href="http://w-demo.com/img/logoIco.ico">
|
||
<title>WINS DEMO-admin</title>
|
||
<meta http-equiv="pragma" content="no-cache">
|
||
<meta http-equiv="cache-control" content="no-cache">
|
||
<meta http-equiv="expires" content="0">
|
||
|
||
<script type="text/javascript" src="./admin_입출금관리_환전관리_files/backOfficeUtilDwr.js.다운로드"></script>
|
||
<script type="text/javascript" src="./admin_입출금관리_환전관리_files/bettingBizImplDwr.js.다운로드"></script>
|
||
<script type="text/javascript" src="./admin_입출금관리_환전관리_files/engine.js.다운로드"></script>
|
||
<script type="text/javascript" src="./admin_입출금관리_환전관리_files/util.js.다운로드"></script>
|
||
|
||
<link rel="stylesheet" href="./admin_입출금관리_환전관리_files/style(1).css">
|
||
<link rel="stylesheet" href="./admin_입출금관리_환전관리_files/reset.css">
|
||
<link rel="stylesheet" href="./admin_입출금관리_환전관리_files/backOfficeTop.css">
|
||
|
||
<script type="text/javascript" src="./admin_입출금관리_환전관리_files/backOfficeTop.js.다운로드"></script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div style="text-align: left;">
|
||
<input type="hidden" id="positionOneMusic" value="201704210226251.wav">
|
||
<input type="hidden" id="positionFourMusic" value="201904141534562.wav">
|
||
<input type="hidden" id="positionsevenMusic" value="201904141555313.wav">
|
||
<input type="hidden" id="positionNineMusic" value="201904111357504.wav">
|
||
<input type="hidden" id="positionTenMusic" value="201705031529275.wav">
|
||
<input type="hidden" id="positionElevenMusic" value="201904180242006.wav">
|
||
<input type="hidden" id="haveNewBettingMusic" value="201705121725019.wav">
|
||
|
||
<input type="hidden" id="attentionUserHaveNewBettingMusic" value="2017011721025610.wav">
|
||
|
||
|
||
|
||
|
||
|
||
<table class="adminTable" summary="장바구니 상품의 옵션정보, 수량과 금액, 할인금액과 할인적용금액 및 배송비 속성">
|
||
<colgroup>
|
||
<col style="width: 7%;">
|
||
<col style="width: 7%;">
|
||
<col style="width: 7%;">
|
||
|
||
<col style="width: 7%;">
|
||
<col style="width: 7%;">
|
||
<col style="width: 7%;">
|
||
|
||
<col style="width: 3%;">
|
||
<col style="width: 7%;">
|
||
<col style="width: 7%;">
|
||
|
||
<col style="width: 7%;">
|
||
<col style="width: 7%;">
|
||
<col style="width: 7%;">
|
||
|
||
<col style="width: 3%;">
|
||
<col style="width: 3%;">
|
||
|
||
<col style="width: 3%;">
|
||
<col style="width: 3%;">
|
||
|
||
|
||
|
||
</colgroup>
|
||
<thead>
|
||
<tr>
|
||
<th scope="col" class="lisub">
|
||
|
||
|
||
<a class="lisub" href="http://w-demo.com/getUserMoneyLogListByLogInfoForManage.action?logType=0&changeState=0&pageNum=1">
|
||
|
||
|
||
<div class="sub80">
|
||
|
||
<span>충전요청</span>
|
||
|
||
<div class="radi_point">
|
||
<strong id="untreatedInputMoneyCount">0</strong>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
</th>
|
||
<th scope="col" class="lisub">
|
||
|
||
<a class="lisub" href="http://w-demo.com/getUserMoneyLogListByLogInfoForManage.action?logType=0&changeState=1&pageNum=1">
|
||
|
||
|
||
<div class="sub80">
|
||
|
||
<span>충전대기</span>
|
||
|
||
<div class="radi_point2">
|
||
<strong id="undeterminedInputMoneyCount">0</strong>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</th>
|
||
<th scope="col" class="lisub">
|
||
|
||
<a class="lisub" href="http://w-demo.com/getUserMoneyLogListByLogInfoForManage.action?logType=0&changeState=2&pageNum=1">
|
||
|
||
|
||
<div class="sub80">
|
||
|
||
<span>충전완료</span>
|
||
|
||
<div class="radi_point3">
|
||
<strong id="todayInputMoneyCount">0</strong>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</th>
|
||
|
||
|
||
|
||
|
||
<th scope="col" class="lisub">
|
||
|
||
<a class="lisub" href="http://w-demo.com/getUserMoneyLogListByLogInfoForManage.action?logType=1&changeState=0&pageNum=1">
|
||
|
||
|
||
<div class="sub80">
|
||
<span>환전요청</span>
|
||
<div class="radi_point">
|
||
<strong id="untreatedExchangeCount">0</strong>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</a>
|
||
|
||
</th>
|
||
<th scope="col" class="lisub">
|
||
|
||
|
||
<a class="lisub" href="http://w-demo.com/getUserMoneyLogListByLogInfoForManage.action?logType=1&changeState=1&pageNum=1">
|
||
|
||
|
||
<div class="sub80">
|
||
<span>환전대기</span>
|
||
<div class="radi_point2">
|
||
<strong id="undeterminedExchangeCount">0</strong>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</th>
|
||
<th scope="col" class="lisub">
|
||
|
||
<a class="lisub" href="http://w-demo.com/getUserMoneyLogListByLogInfoForManage.action?logType=1&changeState=2&pageNum=1">
|
||
|
||
|
||
<div class="sub80">
|
||
<span>환전완료</span>
|
||
<div class="radi_point3">
|
||
<strong id="todayExchangeCount">0</strong>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</th>
|
||
|
||
|
||
|
||
|
||
<th scope="col" class="limain">
|
||
<div class="sub60">
|
||
<span>고객센터</span>
|
||
</div>
|
||
</th>
|
||
<th scope="col" class="lisub">
|
||
|
||
<a class="lisub" href="http://w-demo.com/getConsultListByState.action?pageNum=1&state=0">
|
||
|
||
|
||
<div class="sub80">
|
||
<span>읽지않음</span>
|
||
<div class="radi_point3">
|
||
<strong id="unreadConsultCount">0</strong>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</th>
|
||
<th scope="col" class="lisub">
|
||
|
||
<a class="lisub" href="http://w-demo.com/getConsultListByState.action?pageNum=1&state=1">
|
||
|
||
|
||
<div class="sub80">
|
||
<span>미답변</span>
|
||
<div class="radi_point3">
|
||
<strong id="unReplayConsultCount">0</strong>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</a>
|
||
|
||
</th>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<th scope="col" class="lisub">
|
||
|
||
<a class="lisub" href="http://w-demo.com/getBbsListByBbsInfo.action?pageNum=1&status=0&selectType=url">
|
||
|
||
|
||
<div class="sub80">
|
||
<span>게시판</span>
|
||
<div class="radi_point6">
|
||
<strong id="todayBbsCount">0</strong>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</th>
|
||
|
||
|
||
|
||
|
||
|
||
<th scope="col" class="lisub">
|
||
|
||
<a class="lisub" href="http://w-demo.com/getAllBetMoneyTooMuchGame.action">
|
||
|
||
|
||
<div class="sub80">
|
||
<span>배팅경고</span>
|
||
<div class="radi_point6">
|
||
<strong id="betTooMuchGameCount">0</strong>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</a>
|
||
|
||
</th>
|
||
|
||
<th scope="col" class="lisub">
|
||
|
||
<a class="lisub" href="http://w-demo.com/getBettingByBetInfo.action?isReSetTwo=1">
|
||
|
||
|
||
<div class="sub80">
|
||
<span>유의회원</span>
|
||
<div class="radi_point6">
|
||
<strong id="attentionUserIsHaveNewBetting">0</strong>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</th>
|
||
|
||
|
||
|
||
<th scope="col" class="limain">
|
||
<div class="sub60">
|
||
<span>요청알림</span>
|
||
</div>
|
||
</th>
|
||
<th scope="col" class="lisub">
|
||
<div class="sub40">
|
||
|
||
<section title="">
|
||
<div class="roundedOne">
|
||
<input type="checkbox" value="None" id="isSound" name="check" onclick="changeIsSoundStateDwr();">
|
||
<label for="isSound"></label>
|
||
</div>
|
||
</section>
|
||
</div>
|
||
</th>
|
||
|
||
|
||
|
||
|
||
|
||
<th scope="col" class="limain">
|
||
<div class="sub60">
|
||
<span>배팅알림</span>
|
||
</div>
|
||
</th>
|
||
<th scope="col" class="lisub">
|
||
<div class="sub40">
|
||
|
||
<section title="">
|
||
<div class="roundedOne">
|
||
<input type="checkbox" value="None" id="newBetIsSound" name="check" onclick="changeNewBetIsSoundStateDwr();">
|
||
<label for="newBetIsSound"></label>
|
||
</div>
|
||
</section>
|
||
</div>
|
||
|
||
|
||
</th>
|
||
|
||
</tr>
|
||
|
||
</thead>
|
||
|
||
|
||
<tbody>
|
||
</tbody>
|
||
|
||
</table>
|
||
|
||
|
||
|
||
<table class="adminTable money_show_tl" style="min-width:1300px;">
|
||
|
||
|
||
<colgroup>
|
||
<col style="width: 7%;">
|
||
|
||
<col style="width: 3%;">
|
||
<col style="width: 6%;">
|
||
|
||
<col style="width: 3%;">
|
||
<col style="width: 6%;">
|
||
|
||
<col style="width: 4%;">
|
||
<col style="width: 5%;">
|
||
|
||
<col style="width: 5%;">
|
||
<col style="width: 4%;">
|
||
|
||
<col style="width: 4%;">
|
||
<col style="width: 5%;">
|
||
|
||
<col style="width: 5%;">
|
||
<col style="width: 4%;">
|
||
|
||
<col style="width: 4%;">
|
||
<col style="width: 4%;">
|
||
|
||
<col style="width: 4%;">
|
||
<col style="width: 3%;">
|
||
|
||
|
||
|
||
<col style="width: 4%;">
|
||
<col style="width: 4%;">
|
||
|
||
<col style="width: 5%;">
|
||
<col style="width: 3%;">
|
||
|
||
<col style="width: 4%;">
|
||
<col style="width: 4%;">
|
||
|
||
|
||
|
||
</colgroup>
|
||
|
||
<thead>
|
||
<tr>
|
||
<td style="background-color:#000;">일일집계</td>
|
||
|
||
<td style="border:0;">
|
||
<span>충전 </span>
|
||
</td>
|
||
<td style="background-color:#444; ">
|
||
<span style="color:#e85f14;" id="todaySumInputMoney">0</span>
|
||
</td>
|
||
<td style="border:0;">
|
||
<span>환전 </span>
|
||
</td>
|
||
<td style="background-color:#444; ">
|
||
<span style="color:#e85f14;" id="todaySumExchangeMoney">0</span>
|
||
</td>
|
||
|
||
|
||
<td style="border:0;">
|
||
<span>보유머니 </span>
|
||
</td>
|
||
<td style="background-color:#444; ">
|
||
<span style="color:#e85f14;" id="sumMoneyOfUser">5,993,372</span>
|
||
</td>
|
||
<td style="border:0;">
|
||
<span>보유포인트 </span>
|
||
</td>
|
||
<td style="background-color:#444; ">
|
||
<span style="color:#e85f14;" id="sumPointOfUser">593,696</span>
|
||
</td>
|
||
|
||
|
||
|
||
<td style="border:0;">
|
||
<span>지급머니 </span>
|
||
</td>
|
||
<td style="background-color:#444; ">
|
||
<span style="color:#e85f14;" id="todayBackOfficeChangeMoney">0</span>
|
||
</td>
|
||
<td style="border:0;">
|
||
<span>지급포인트 </span>
|
||
</td>
|
||
<td style="background-color:#444; ">
|
||
<span style="color:#e85f14;" id="todayBackOfficeChangePoint">0</span>
|
||
</td>
|
||
|
||
|
||
|
||
|
||
|
||
<td style="border:0;">
|
||
<span>전체회원 </span>
|
||
</td>
|
||
<td style="background-color:#444; ">
|
||
<span style="color:#e85f14;" id="sumUserCount">9</span>
|
||
</td>
|
||
|
||
|
||
<td style="border:0;">
|
||
<span>신규회원 </span>
|
||
</td>
|
||
<td style="background-color:#444; ">
|
||
<span style="color:#e85f14;" id="todayRegUserCount">0</span>
|
||
</td>
|
||
<td style="border:0;">
|
||
<a href="http://w-demo.com/getUserListForManageByUserInfo.action?betGameState=1"><span style="color:#fff;">베팅회원 </span></a>
|
||
</td>
|
||
<td style="background-color:#444; ">
|
||
<a href="http://w-demo.com/getUserListForManageByUserInfo.action?betGameState=1"><span id="nowBettingUserCount">1</span></a>
|
||
</td>
|
||
|
||
<td style="border:0;">
|
||
<a href="http://w-demo.com/getAllOnLineUserInfo.action"><span style="color:#fff;">현재접속자 </span></a>
|
||
</td>
|
||
<td style="background-color:#444; ">
|
||
<a href="http://w-demo.com/getAllOnLineUserInfo.action"><span id="onlineUserCount">0</span></a>
|
||
</td>
|
||
|
||
|
||
<td style="border:0;">
|
||
<span>총접속자 </span>
|
||
</td>
|
||
<td style="background-color:#444; ">
|
||
<span style="color:#e85f14;" id="todayLoginUserCount">1</span>
|
||
</td>
|
||
|
||
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
|
||
|
||
|
||
<table class="adminTable">
|
||
<colgroup>
|
||
|
||
<col style="width: 99%;">
|
||
<col style="width: 1%;">
|
||
|
||
</colgroup>
|
||
|
||
|
||
<thead>
|
||
|
||
<tr>
|
||
<th scope="col">
|
||
<div class="rct_info" style="">
|
||
<table class="table table-bordered table-striped topTr" style="margin-bottom:0px;">
|
||
<tbody><tr>
|
||
<td style="text-align:center;">
|
||
<span class="subBtn_tl" style="display:none; cursor:pointer;"><img src="./admin_입출금관리_환전관리_files/arrow_dow.gif" <="" span="">
|
||
</span></td>
|
||
<td>
|
||
TOTAL
|
||
<img src="./admin_입출금관리_환전관리_files/total.png">
|
||
</td>
|
||
<td>
|
||
스포츠
|
||
<img src="./admin_입출금관리_환전관리_files/sports.png">
|
||
</td>
|
||
<td>
|
||
다리다리
|
||
<img src="./admin_입출금관리_환전관리_files/game11.png">
|
||
</td>
|
||
<td>
|
||
사다리
|
||
<img src="./admin_입출금관리_환전관리_files/ladder.png">
|
||
</td>
|
||
<td>
|
||
달팽이
|
||
<img src="./admin_입출금관리_환전관리_files/game6.png">
|
||
</td>
|
||
|
||
<td>
|
||
파워볼
|
||
<img src="./admin_입출금관리_환전관리_files/game7.png">
|
||
</td>
|
||
|
||
|
||
|
||
|
||
|
||
<td>
|
||
가상축구
|
||
<img src="./admin_입출금관리_환전관리_files/xu_footerball.png">
|
||
</td>
|
||
<td>
|
||
개경주
|
||
<img src="./admin_입출금관리_환전관리_files/dog_game.png">
|
||
</td>
|
||
<td>
|
||
바카라 I
|
||
<img src="./admin_입출금관리_환전관리_files/poker02.png">
|
||
</td>
|
||
<td>
|
||
바카라 II
|
||
<img src="./admin_입출금관리_환전관리_files/poker02.png">
|
||
</td>
|
||
|
||
|
||
<td>
|
||
로하이
|
||
<img src="./admin_입출금관리_환전관리_files/poker01.png">
|
||
</td>
|
||
|
||
<td>
|
||
알라딘
|
||
<img src="./admin_입출금관리_환전관리_files/game13.png">
|
||
</td>
|
||
<td>
|
||
스피드키노
|
||
<img src="./admin_입출금관리_환전관리_files/33333.png">
|
||
</td>
|
||
<td>
|
||
파워사다리
|
||
<img src="./admin_입출금관리_환전관리_files/1212.png">
|
||
</td>
|
||
<td>
|
||
키노사다리
|
||
<img src="./admin_입출금관리_환전관리_files/131313.png">
|
||
</td>
|
||
<td>
|
||
panda
|
||
<img src="./admin_입출금관리_환전관리_files/pandatop.png">
|
||
</td>
|
||
|
||
|
||
|
||
</tr>
|
||
|
||
<tr class="backOffice_shuju">
|
||
<td>
|
||
베팅건수
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?isReSet=1">
|
||
|
||
|
||
<strong id="sub_totalbattingcnt">30</strong>
|
||
|
||
|
||
</a>
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=1">
|
||
|
||
|
||
<strong id="getsportCount">4</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=11">
|
||
|
||
|
||
<strong id="todayXiaoTiZhiGameSumBetCountString">1</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=5">
|
||
|
||
|
||
<strong id="getLadderCount">2</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=6">
|
||
|
||
|
||
<strong id="getworiCount">4</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=7">
|
||
|
||
|
||
<strong id="getpowerCount">2</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=4">
|
||
|
||
|
||
<strong id="todayXuNiZuQiuGameSumBetCountString">12</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=8">
|
||
|
||
|
||
<strong id="todaySaiGouGameSumBetCountString">2</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=19">
|
||
|
||
|
||
<strong id="todayBaccaratOneGameSumBetCountString">0</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=20">
|
||
|
||
|
||
<strong id="todayBaccaratTwoGameSumBetCountString">0</strong>
|
||
|
||
|
||
</a>
|
||
|
||
</td>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=12">
|
||
|
||
|
||
<strong id="todayLhGameSumBetCountString">0</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=13">
|
||
|
||
|
||
<strong id="todayAladingGameSumBetCountString">0</strong>
|
||
|
||
|
||
</a>
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=71">
|
||
|
||
|
||
<strong id="todaySpeedKenoGameSumBetCountString">0</strong>
|
||
|
||
|
||
</a>
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=72">
|
||
|
||
|
||
<strong id="todayPowerLadderGameSumBetCountString">2</strong>
|
||
|
||
|
||
</a>
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=73">
|
||
|
||
|
||
<strong id="todayKenoLadderGameSumBetCountString">1</strong>
|
||
|
||
|
||
</a>
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=74">
|
||
|
||
|
||
<strong id="todayPandaGameSumBetCountString">0</strong>
|
||
|
||
|
||
</a>
|
||
|
||
</td>
|
||
|
||
</tr>
|
||
|
||
<tr class="backOffice_shuju">
|
||
<td>
|
||
베팅금액
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="sub_totalbatting">2,005,100</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="getsportBatting">395,100</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="todayXiaoTiZhiGameSumBetMoneyString">100,000</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="getLadderBatting">200,000</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="getworiBatting">400,000</strong>
|
||
</td>
|
||
|
||
<td style="text-align:right;">
|
||
<strong id="getpowerBatting">265,000</strong>
|
||
</td>
|
||
|
||
<td style="text-align:right;">
|
||
<strong id="todayXuNiZuQiuGameSumBetMoneyString">360,000</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="todaySaiGouGameSumBetMoneyString">60,000</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="todayBaccaratOneGameSumBetMoneyString">0</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="todayBaccaratTwoGameSumBetMoneyString">0</strong>
|
||
</td>
|
||
|
||
|
||
|
||
|
||
<td style="text-align:right;">
|
||
<strong id="todayLhGameSumBetMoneyString">0</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="todayAladingGameSumBetMoneyString">0</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="todaySpeedKenoGameSumBetMoneyString">0</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="todayPowerLadderGameSumBetMoneyString">160,000</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="todayKenoLadderGameSumBetMoneyString">65,000</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="todayPandaGameSumBetMoneyString">0</strong>
|
||
</td>
|
||
|
||
|
||
</tr>
|
||
<tr class="backOffice_shuju">
|
||
<td>
|
||
당첨금액
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
<strong id="getBettingMoney">2,182,300</strong>
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=1&isBetRitht=1">
|
||
|
||
|
||
<strong id="getsportGet">0</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=11&isBetRitht=1">
|
||
|
||
|
||
<strong id="todayXiaoTiZhiGameSumGetMoneyString">0</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=5&isBetRitht=1">
|
||
|
||
|
||
<strong id="getLadderGet">390,000</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=6&isBetRitht=1">
|
||
|
||
|
||
<strong id="getworiGet">907,000</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=7&isBetRitht=1">
|
||
|
||
|
||
<strong id="getpowerGet">195,000</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=4&isBetRitht=1">
|
||
|
||
|
||
<strong id="todayXuNiZuQiuGameSumGetMoneyString">168,300</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=8&isBetRitht=1">
|
||
|
||
|
||
<strong id="todaySaiGouGameSumGetMoneyString">210,000</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=19&isBetRitht=1">
|
||
|
||
|
||
<strong id="todayBaccaratOneGameSumGetMoneyString">0</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=20&isBetRitht=1">
|
||
|
||
|
||
<strong id="todayBaccaratTwoGameSumGetMoneyString">0</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=12&isBetRitht=1">
|
||
|
||
|
||
<strong id="todayLhGameSumGetMoneyString">0</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=13&isBetRitht=1">
|
||
|
||
|
||
<strong id="todayAladingGameSumGetMoneyString">0</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=71&isBetRitht=1">
|
||
|
||
|
||
<strong id="todaySpeedKenoGameSumGetMoneyString">0</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=72&isBetRitht=1">
|
||
|
||
|
||
<strong id="todayPowerLadderGameSumGetMoneyString">312,000</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=73&isBetRitht=1">
|
||
|
||
|
||
<strong id="todayKenoLadderGameSumGetMoneyString">0</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
<td style="text-align:right;">
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?gamePlayType=74&isBetRitht=1">
|
||
|
||
|
||
<strong id="todayPandaGameSumGetMoneyString">0</strong>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</td>
|
||
|
||
|
||
</tr>
|
||
|
||
|
||
|
||
|
||
<tr class="backOffice_shuju">
|
||
<td>
|
||
(진행)배팅
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="curBettingOfNotHaveResult">1,029,600</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="getsportBattingOfNotHaveResult">329,600</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="todayXiaoTiZhiGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="getLadderBattingOfNotHaveResult">0</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="getworiBattingOfNotHaveResult">0</strong>
|
||
</td>
|
||
|
||
<td style="text-align:right;">
|
||
<strong id="getpowerBattingOfNotHaveResult">0</strong>
|
||
</td>
|
||
|
||
<td style="text-align:right;">
|
||
<strong id="todayXuNiZuQiuGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="todaySaiGouGameSumBetMoneyStringOfNotHaveResult">700,000</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="todayBaccaratOneGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="todayBaccaratTwoGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
||
</td>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<td style="text-align:right;">
|
||
<strong id="todayLhGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="todayAladingGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="todaySpeedKenoGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="todayPowerLadderQiuGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="todayKenoLadderGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
||
</td>
|
||
<td style="text-align:right;">
|
||
<strong id="todayPandaGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
||
</td>
|
||
|
||
|
||
</tr>
|
||
|
||
</tbody></table>
|
||
</div>
|
||
</th>
|
||
<th scope="col">
|
||
|
||
</th>
|
||
|
||
</tr>
|
||
|
||
</thead>
|
||
|
||
<tbody>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
<div id="sidebar">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!--<base href="http://w-demo.com:80/">--><base href=".">
|
||
<link rel="SHORTCUT ICON" href="http://w-demo.com/img/logoIco.ico">
|
||
<title>WINS DEMO-admin</title>
|
||
<meta http-equiv="pragma" content="no-cache">
|
||
<meta http-equiv="cache-control" content="no-cache">
|
||
<meta http-equiv="expires" content="0">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="./admin_입출금관리_환전관리_files/bootstrap.min.css">
|
||
<link rel="stylesheet" href="./admin_입출금관리_환전관리_files/bootstrap-responsive.min.css">
|
||
<link rel="stylesheet" href="./admin_입출금관리_환전관리_files/jquery.gritter.css">
|
||
<link rel="stylesheet" href="./admin_입출금관리_환전관리_files/unicorn.main.css">
|
||
<link rel="stylesheet" href="./admin_입출금관리_환전관리_files/unicorn.grey.css" class="skin-color">
|
||
|
||
|
||
|
||
<!-- table -->
|
||
<link rel="stylesheet" href="./admin_입출금관리_환전관리_files/uniform.css">
|
||
<link rel="stylesheet" href="./admin_입출금관리_환전관리_files/select2.css">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<ul style="display: block;">
|
||
<!-- 1 -->
|
||
|
||
|
||
|
||
<li class="">
|
||
<a href="http://w-demo.com/getInputMoneyAndExchangeMoneyInfoOrderByDate.action">
|
||
<i class="icon icon-th"></i>
|
||
<!-- 首页 -->
|
||
<span>통계보기</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li class="">
|
||
<a href="http://w-demo.com/getBetInfoOrderByDate.action">
|
||
<i class="icon icon-list-alt"></i>
|
||
<span>개별통계</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li class="">
|
||
<a href="http://w-demo.com/getAdminUserListForManage.action">
|
||
<i class="icon icon-map-marker"></i>
|
||
<span>권한설정</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
<!-- 2 -->
|
||
<li class="submenu">
|
||
<a href="http://w-demo.com/#"><i class="icon icon-user"></i>
|
||
<!-- 用户相关 -->
|
||
<span>회원관리</span>
|
||
<span class="label">+</span>
|
||
</a>
|
||
|
||
<ul>
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getUserListForManageByUserInfo.action">
|
||
<!-- 用户&管理 -->
|
||
<span>회원리스트</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getAllOnLineUserInfo.action">
|
||
<!-- 用户&管理 -->
|
||
<span>현재접속자</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/insertUserByBackOfficeJumpAction.action">
|
||
<!-- 用户&管理 -->
|
||
<span>회원가입</span>
|
||
</a>
|
||
</li>
|
||
|
||
<!--
|
||
<li >
|
||
<a href="getUserListByUserInfo.action">
|
||
<span>회원정리</span>
|
||
</a>
|
||
</li>
|
||
-->
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getXiaJiaUserListByUserInfo.action">
|
||
<span>커미션 설정</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getUserSignInLogListByUserNameOnBackOffice.action">
|
||
<span>출석관리</span>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
|
||
|
||
|
||
<!-- 3 -->
|
||
<li class="submenu">
|
||
<a href="http://w-demo.com/#"><i class="icon icon-flag"></i>
|
||
<!-- 游戏相关 -->
|
||
<span>게임관리</span>
|
||
<span class="label">+</span>
|
||
</a>
|
||
|
||
<ul>
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getGameListForManageByGameInfo.action?gameState=1&selectType=url&pageNum=1">
|
||
<span>결과입력 및 수정</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getBetGameConfigList.action">
|
||
<span>스포츠 조합설정</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getGameListForManageByGameByGamePlayType.action?gamePlayType=5&pageNum=1">
|
||
<span>미니게임</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getWebConfigTwo.action">
|
||
<span>미니게임 관리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/goInputGameByExcelPage.action">
|
||
<!-- 批上传 -->
|
||
<span>액셀등록</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action">
|
||
<!-- 押注管理 -->
|
||
<span>베팅내역</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getCanSubmitBettingList.action">
|
||
<span>정산하기</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getSportList.action">
|
||
<span>종목관리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getLeagueList.action?pageNum=1">
|
||
<span>리그관리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getGameBlackList.action">
|
||
<span>자동등록 제외</span>
|
||
</a>
|
||
</li>
|
||
|
||
</ul>
|
||
</li>
|
||
|
||
|
||
<!-- 4 -->
|
||
|
||
<li class="active open submenu">
|
||
<a href="http://w-demo.com/#"><i class="icon icon-refresh"></i>
|
||
<span>입출금 관리</span>
|
||
<span class="label">+</span>
|
||
</a>
|
||
|
||
<ul>
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getUserMoneyLogListByLogInfoForManage.action?logType=0&changeState=5&pageNum=1">
|
||
<span>충전관리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li class="active">
|
||
<a href="http://w-demo.com/getUserMoneyLogListByLogInfoForManage.action?logType=1&changeState=5&pageNum=1">
|
||
<span>환전관리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getUserMoneyLogByUserInfo.action">
|
||
<span>머니 LOG</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getUserPointLogByUserInfo.action">
|
||
<span>포인트 LOG</span>
|
||
</a>
|
||
</li>
|
||
|
||
<!--
|
||
|
||
<li >
|
||
<a href="selectMoneyChageOfRefereeByDateLog.action?refereeUserLevel=2">
|
||
<span>일일정산</span>
|
||
</a>
|
||
</li>
|
||
|
||
-->
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/selectLevelOneMoneyChageOfRefereeByDateLog.action">
|
||
<span>일일정산</span>
|
||
</a>
|
||
</li>
|
||
|
||
</ul>
|
||
</li>
|
||
|
||
|
||
<!-- 5 -->
|
||
<li class="submenu">
|
||
<a href="http://w-demo.com/#"><i class="icon icon-bullhorn"></i>
|
||
<span>정보관리</span>
|
||
<span class="label">+</span>
|
||
</a>
|
||
|
||
<ul>
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getConsultListByState.action?pageNum=1&state=4">
|
||
<span>고객센터 관리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getMessageListByBackOffice.action?pageNum=1">
|
||
<span>보낸메세지 관리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getBbsListByBbsInfo.action?pageNum=1&status=0&selectType=url">
|
||
<span>자유게시판 관리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getGongGaoByBackOffice.action">
|
||
<span>배팅규정</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getFuDongGongGaoByGongGaoId.action">
|
||
<span>팝업창</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getBannerImgList.action">
|
||
<span>메인 이벤트 등록</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/gotoInsertNewBbsByBackOffice.action">
|
||
<span>공지사항 관리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getBettingForInsertBbsRandomUser.action">
|
||
<span>게시판 작성</span>
|
||
</a>
|
||
</li>
|
||
|
||
<!-- <li >
|
||
<a href="getTieShiListForManage.action">
|
||
|
||
<span>안내문구 관리</span>
|
||
</a>
|
||
</li>
|
||
-->
|
||
</ul>
|
||
</li>
|
||
|
||
|
||
<!-- 6 -->
|
||
|
||
<li class="submenu">
|
||
<a href="http://w-demo.com/#"><i class="icon icon-cog"></i>
|
||
<span>사이트 관리</span>
|
||
<span class="label">+</span>
|
||
</a>
|
||
|
||
<ul>
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getWebConfigList.action">
|
||
<span>기본설정 관리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getBankInfoListByBackOffice.action">
|
||
<span>계좌분리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getSignInPrizeConfigList.action">
|
||
<span>출석관리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getBetMoneyConfigList.action">
|
||
<span>배팅금액 설정관리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getUserIpBlackListForManage.action">
|
||
<span>차단 아이피 관리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getAdminIpWhiteListForManage.action">
|
||
<span>어드민 아이피 관리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getUserLevelList.action">
|
||
<span>레벨 설정관리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
</ul>
|
||
</li>
|
||
|
||
|
||
|
||
<li class="submenu">
|
||
<a href="http://w-demo.com/#"><i class="icon icon-wrench"></i>
|
||
<span>특수관리</span>
|
||
<span class="label">+</span>
|
||
</a>
|
||
|
||
<ul>
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getRaffleTicketListForManage.action">
|
||
<span>룰렛쿠폰관리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
<!--
|
||
<li >
|
||
<a href="gameBetConfig.action">
|
||
<span>배팅제한관리</span>
|
||
</a>
|
||
</li>
|
||
-->
|
||
<!--
|
||
<li >
|
||
<a href="batchAddBenefig.action">
|
||
<span>배당추가관리</span>
|
||
</a>
|
||
</li>
|
||
-->
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getExtraOddsGameListForManage.action">
|
||
<span>고정 보너스 </span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getSmallGameBetMoneyConfig.action">
|
||
<span>미니게임 마틴관리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getMusicRemindsForManage.action">
|
||
<!-- -->
|
||
<span>알람설정</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getInCodingConfigByBackOffice.action">
|
||
<!-- -->
|
||
<span>점검공지 관리</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
</ul>
|
||
</li>
|
||
|
||
|
||
<li class="submenu">
|
||
<a href="http://w-demo.com/#"><i class="icon icon-globe"></i>
|
||
<!-- -->
|
||
<span>받치기관리</span>
|
||
<span class="label">+</span>
|
||
</a>
|
||
|
||
<ul>
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getAutoBetConfig.action">
|
||
<span>받치기 설정</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getAutoBetLogList.action">
|
||
<span>받치기 로그</span>
|
||
</a>
|
||
</li>
|
||
|
||
<li>
|
||
<a href="http://w-demo.com/getAutoBetApiConfig.action">
|
||
<span>받치기 API</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
</ul>
|
||
</li>
|
||
|
||
</ul>
|
||
|
||
|
||
|
||
<script src="./admin_입출금관리_환전관리_files/jquery.ui.custom.js.다운로드"></script>
|
||
<script src="./admin_입출금관리_환전관리_files/bootstrap.min.js.다운로드"></script>
|
||
<script src="./admin_입출금관리_환전관리_files/jquery.gritter.min.js.다운로드"></script>
|
||
<script src="./admin_입출금관리_환전관리_files/jquery.peity.min.js.다운로드"></script>
|
||
<script src="./admin_입출금관리_환전관리_files/unicorn.js.다운로드"></script>
|
||
|
||
|
||
<!-- table -->
|
||
|
||
<script src="./admin_입출금관리_환전관리_files/jquery.uniform.js.다운로드"></script>
|
||
<script src="./admin_입출금관리_환전관리_files/select2.min.js.다운로드"></script>
|
||
<script src="./admin_입출금관리_환전관리_files/jquery.dataTables.min.js.다운로드"></script>
|
||
<script src="./admin_입출금관리_환전관리_files/unicorn.tables.js.다운로드"></script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
<div id="content">
|
||
<div id="content-header">
|
||
<h1>환전관리<!-- --></h1>
|
||
|
||
</div>
|
||
<div id="breadcrumb">
|
||
<a href="http://w-demo.com/goToBackOfficeHomePage.action" class="tip-bottom" data-original-title="Go to Home"><i class="icon-home"></i> Home</a>
|
||
</div>
|
||
|
||
<div class="container-fluid">
|
||
<div class="row-fluid">
|
||
<div class="span12">
|
||
|
||
<div class="gameTypeBox">
|
||
<form action="http://w-demo.com/getUserMoneyLogListByLogInfoForManage.action" id="exchangeForm" method="post">
|
||
<table class="table table-bordered table-striped ">
|
||
|
||
<tbody>
|
||
<tr>
|
||
<td width="130">
|
||
|
||
<input type="hidden" value="1" name="logType">
|
||
<input type="hidden" value="1" name="pageNum">
|
||
<label><input type="radio" class="superRadioAndCheckBox labelauty" onclick="submitExchangForm()" value="0" name="changeState" id="labelauty-319336" style="display: none;"><label for="labelauty-319336"><span class="labelauty-unchecked-image"></span><span class="labelauty-unchecked">미확인</span><span class="labelauty-checked-image"></span><span class="labelauty-checked">미확인</span></label></label>
|
||
<label><input type="radio" class="superRadioAndCheckBox labelauty" onclick="submitExchangForm()" value="1" name="changeState" id="labelauty-612026" style="display: none;"><label for="labelauty-612026"><span class="labelauty-unchecked-image"></span><span class="labelauty-unchecked">대기</span><span class="labelauty-checked-image"></span><span class="labelauty-checked">대기</span></label><!-- --></label>
|
||
|
||
</td>
|
||
<td width="130" style="border-left: 0px;">
|
||
<label><input type="radio" class="superRadioAndCheckBox labelauty" onclick="submitExchangForm()" value="2" name="changeState" id="labelauty-363758" style="display: none;"><label for="labelauty-363758"><span class="labelauty-unchecked-image"></span><span class="labelauty-unchecked">성공</span><span class="labelauty-checked-image"></span><span class="labelauty-checked">성공</span></label></label>
|
||
<label><input type="radio" class="superRadioAndCheckBox labelauty" onclick="submitExchangForm()" value="3" name="changeState" id="labelauty-871286" style="display: none;"><label for="labelauty-871286"><span class="labelauty-unchecked-image"></span><span class="labelauty-unchecked">취소</span><span class="labelauty-checked-image"></span><span class="labelauty-checked">취소</span></label></label>
|
||
|
||
</td>
|
||
<td width="130" style="border-left: 0px;">
|
||
<label><input type="radio" class="superRadioAndCheckBox labelauty" onclick="submitExchangForm()" value="4" name="changeState" id="labelauty-872014" style="display: none;"><label for="labelauty-872014"><span class="labelauty-unchecked-image"></span><span class="labelauty-unchecked">본인취소</span><span class="labelauty-checked-image"></span><span class="labelauty-checked">본인취소</span></label></label>
|
||
<label><input type="radio" class="superRadioAndCheckBox labelauty" onclick="submitExchangForm()" value="5" name="changeState" checked="checked" id="labelauty-275267" style="display: none;"><label for="labelauty-275267"><span class="labelauty-unchecked-image"></span><span class="labelauty-unchecked">전체</span><span class="labelauty-checked-image"></span><span class="labelauty-checked">전체</span></label></label>
|
||
|
||
</td>
|
||
|
||
<td>
|
||
<script language="javascript" src="./admin_입출금관리_환전관리_files/date.js.다운로드"></script>
|
||
<input name="fromDateString" class="timeText" type="text" value="" size="7" readonly="" onclick="showcalendar(event,this);" onfocus="showcalendar(event, this);if(this.value=='0000-00-00')this.value=''">
|
||
<br>
|
||
<input name="toDateString" class="timeText" type="text" value="" size="7" readonly="" onclick="showcalendar(event,this);" onfocus="showcalendar(event, this);if(this.value=='0000-00-00')this.value=''">
|
||
</td>
|
||
|
||
<td>
|
||
아이디:
|
||
<br>
|
||
<input type="text" name="userLoginName" class="stringText" value="">
|
||
</td>
|
||
<td>
|
||
닉네임:
|
||
<br>
|
||
<input type="text" name="userName" class="stringText" value="">
|
||
</td>
|
||
<td>
|
||
예금주:
|
||
<br>
|
||
<input type="text" name="accountName" class="stringText" value="">
|
||
</td>
|
||
|
||
|
||
<td>
|
||
<input type="submit" class="btn btn-success" value="검색">
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</form>
|
||
</div>
|
||
|
||
<div class="widget-box">
|
||
<form action="http://w-demo.com/" id="inputMoneyLogForm" method="post">
|
||
|
||
<div class="widget-title">
|
||
|
||
<span class="icon">
|
||
<input type="checkbox" id="title-checkbox" name="title-checkbox">
|
||
</span>
|
||
|
||
<input type="button" value="환전처리" class="btn btn-primary" onclick="javascript:submitLog(2)">
|
||
<!-- -->
|
||
<input type="button" value="대기처리" class="btn btn-danger " onclick="javascript:submitLog(1)">
|
||
<input type="button" value="환전취소" class="btn btn-inverse" onclick="javascript:submitLog(3)">
|
||
|
||
</div>
|
||
|
||
<div class="widget-content nopadding">
|
||
<table class="table table-bordered table-striped ">
|
||
<thead>
|
||
<tr>
|
||
<th><i class="icon-resize-vertical"></i></th>
|
||
<th>회원</th>
|
||
<th>신청금액</th>
|
||
<th>예금주</th>
|
||
<th>추천인</th>
|
||
<th>상태</th>
|
||
<th>신청날짜</th>
|
||
<th>처리날짜</th>
|
||
<th>접속IP</th>
|
||
<th>계좌정보</th>
|
||
<th>계좌순번</th>
|
||
<th>승인자</th>
|
||
<th>베팅내역</th>
|
||
|
||
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
|
||
|
||
<tr>
|
||
<td>
|
||
|
||
|
||
|
||
</td>
|
||
|
||
<td>
|
||
|
||
<a href="http://w-demo.com/getUserByUserIdForManage.action?userId=29434">
|
||
|
||
|
||
<font class="colorState1">
|
||
what11(왓왓왓)
|
||
</font>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
</td>
|
||
<td>
|
||
<a href="javascript:showMap(29434)">
|
||
<font style="color:#000"> 30,000
|
||
</font>
|
||
</a>
|
||
</td>
|
||
<td>
|
||
왓왓왓
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
|
||
|
||
미정
|
||
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
|
||
실패
|
||
|
||
|
||
|
||
|
||
</td>
|
||
<td>
|
||
2019-07-14 오후 5:21:51
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
2019-07-14 오후 5:22:23
|
||
|
||
|
||
|
||
|
||
</td>
|
||
|
||
<td>
|
||
118.36.145.112
|
||
</td>
|
||
|
||
<td>
|
||
<div class="cover-list r-end">
|
||
<div class="detail-frame">
|
||
|
||
<strong style="color: #ff7e00;"><font style="font-size: 25px;">은행:카카오뱅크</font></strong>
|
||
<br>
|
||
<strong style="color: #ff7e00;"><font style="font-size: 25px;">계좌:333325647989</font></strong>
|
||
|
||
</div>
|
||
은행:카카오뱅크 계좌:333325647989
|
||
</div>
|
||
|
||
</td>
|
||
<td>
|
||
4번계좌
|
||
</td>
|
||
<td>
|
||
admin02
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?userLoginName=what11" target="_blank">
|
||
베팅확인
|
||
</a>
|
||
|
||
</td>
|
||
|
||
|
||
</tr>
|
||
|
||
<tr style="background: #d2d4d5;">
|
||
<td>
|
||
|
||
|
||
|
||
</td>
|
||
|
||
<td>
|
||
|
||
<a href="http://w-demo.com/getUserByUserIdForManage.action?userId=72">
|
||
|
||
|
||
<font class="colorState0">
|
||
admin02(마스터)
|
||
</font>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
</td>
|
||
<td>
|
||
<a href="javascript:showMap(72)">
|
||
<font style="color:#000"> 50,000
|
||
</font>
|
||
</a>
|
||
</td>
|
||
<td>
|
||
1111
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
|
||
|
||
미정
|
||
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
성공
|
||
|
||
|
||
|
||
|
||
|
||
</td>
|
||
<td>
|
||
2019-06-15 오후 6:55:58
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
2019-06-15 오후 6:57:15
|
||
|
||
|
||
|
||
|
||
</td>
|
||
|
||
<td>
|
||
14.138.218.38
|
||
</td>
|
||
|
||
<td>
|
||
<div class="cover-list r-end">
|
||
<div class="detail-frame">
|
||
|
||
<strong style="color: #ff7e00;"><font style="font-size: 25px;">은행:1111</font></strong>
|
||
<br>
|
||
<strong style="color: #ff7e00;"><font style="font-size: 25px;">계좌:1111</font></strong>
|
||
|
||
</div>
|
||
은행:1111 계좌:1111
|
||
</div>
|
||
|
||
</td>
|
||
<td>
|
||
1번계좌
|
||
</td>
|
||
<td>
|
||
admin02
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?userLoginName=admin02" target="_blank">
|
||
베팅확인
|
||
</a>
|
||
|
||
</td>
|
||
|
||
|
||
</tr>
|
||
|
||
<tr style="background: #d2d4d5;">
|
||
<td>
|
||
|
||
|
||
|
||
</td>
|
||
|
||
<td>
|
||
|
||
<a href="http://w-demo.com/getUserByUserIdForManage.action?userId=72">
|
||
|
||
|
||
<font class="colorState0">
|
||
admin02(마스터)
|
||
</font>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
</td>
|
||
<td>
|
||
<a href="javascript:showMap(72)">
|
||
<font style="color:#000"> 30,000
|
||
</font>
|
||
</a>
|
||
</td>
|
||
<td>
|
||
1111
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
|
||
|
||
미정
|
||
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
성공
|
||
|
||
|
||
|
||
|
||
|
||
</td>
|
||
<td>
|
||
2019-06-14 오전 1:08:28
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
2019-06-14 오전 1:09:20
|
||
|
||
|
||
|
||
|
||
</td>
|
||
|
||
<td>
|
||
14.138.218.38
|
||
</td>
|
||
|
||
<td>
|
||
<div class="cover-list r-end">
|
||
<div class="detail-frame">
|
||
|
||
<strong style="color: #ff7e00;"><font style="font-size: 25px;">은행:1111</font></strong>
|
||
<br>
|
||
<strong style="color: #ff7e00;"><font style="font-size: 25px;">계좌:1111</font></strong>
|
||
|
||
</div>
|
||
은행:1111 계좌:1111
|
||
</div>
|
||
|
||
</td>
|
||
<td>
|
||
1번계좌
|
||
</td>
|
||
<td>
|
||
admin02
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?userLoginName=admin02" target="_blank">
|
||
베팅확인
|
||
</a>
|
||
|
||
</td>
|
||
|
||
|
||
</tr>
|
||
|
||
<tr style="background: #d2d4d5;">
|
||
<td>
|
||
|
||
|
||
|
||
</td>
|
||
|
||
<td>
|
||
|
||
<a href="http://w-demo.com/getUserByUserIdForManage.action?userId=72">
|
||
|
||
|
||
<font class="colorState0">
|
||
admin02(마스터)
|
||
</font>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
</td>
|
||
<td>
|
||
<a href="javascript:showMap(72)">
|
||
<font style="color:#000"> 10,000
|
||
</font>
|
||
</a>
|
||
</td>
|
||
<td>
|
||
1111
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
|
||
|
||
미정
|
||
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
성공
|
||
|
||
|
||
|
||
|
||
|
||
</td>
|
||
<td>
|
||
2019-06-12 오후 6:37:19
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
2019-06-12 오후 6:38:28
|
||
|
||
|
||
|
||
|
||
</td>
|
||
|
||
<td>
|
||
14.138.218.38
|
||
</td>
|
||
|
||
<td>
|
||
<div class="cover-list r-end">
|
||
<div class="detail-frame">
|
||
|
||
<strong style="color: #ff7e00;"><font style="font-size: 25px;">은행:1111</font></strong>
|
||
<br>
|
||
<strong style="color: #ff7e00;"><font style="font-size: 25px;">계좌:1111</font></strong>
|
||
|
||
</div>
|
||
은행:1111 계좌:1111
|
||
</div>
|
||
|
||
</td>
|
||
<td>
|
||
1번계좌
|
||
</td>
|
||
<td>
|
||
admin02
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?userLoginName=admin02" target="_blank">
|
||
베팅확인
|
||
</a>
|
||
|
||
</td>
|
||
|
||
|
||
</tr>
|
||
|
||
<tr style="background: #d2d4d5;">
|
||
<td>
|
||
|
||
|
||
|
||
</td>
|
||
|
||
<td>
|
||
|
||
<a href="http://w-demo.com/getUserByUserIdForManage.action?userId=72">
|
||
|
||
|
||
<font class="colorState0">
|
||
admin02(마스터)
|
||
</font>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
</td>
|
||
<td>
|
||
<a href="javascript:showMap(72)">
|
||
<font style="color:#000"> 30,000
|
||
</font>
|
||
</a>
|
||
</td>
|
||
<td>
|
||
1111
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
|
||
|
||
미정
|
||
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
성공
|
||
|
||
|
||
|
||
|
||
|
||
</td>
|
||
<td>
|
||
2019-06-12 오전 1:40:59
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
2019-06-12 오전 1:41:29
|
||
|
||
|
||
|
||
|
||
</td>
|
||
|
||
<td>
|
||
14.138.218.38
|
||
</td>
|
||
|
||
<td>
|
||
<div class="cover-list r-end">
|
||
<div class="detail-frame">
|
||
|
||
<strong style="color: #ff7e00;"><font style="font-size: 25px;">은행:1111</font></strong>
|
||
<br>
|
||
<strong style="color: #ff7e00;"><font style="font-size: 25px;">계좌:1111</font></strong>
|
||
|
||
</div>
|
||
은행:1111 계좌:1111
|
||
</div>
|
||
|
||
</td>
|
||
<td>
|
||
1번계좌
|
||
</td>
|
||
<td>
|
||
admin02
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?userLoginName=admin02" target="_blank">
|
||
베팅확인
|
||
</a>
|
||
|
||
</td>
|
||
|
||
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
|
||
|
||
|
||
</td>
|
||
|
||
<td>
|
||
|
||
<a href="http://w-demo.com/getUserByUserIdForManage.action?userId=29418">
|
||
|
||
|
||
<font class="colorState0">
|
||
test00(빠규)
|
||
</font>
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
</td>
|
||
<td>
|
||
<a href="javascript:showMap(29418)">
|
||
<font style="color:#000"> 30,000
|
||
</font>
|
||
</a>
|
||
</td>
|
||
<td>
|
||
박대수
|
||
</td>
|
||
<td>
|
||
|
||
|
||
<font style="color:#ff0000" title="부본사">bubonsa</font>
|
||
|
||
|
||
<font style="color:#ca9e06" title="총판">chong1</font>
|
||
|
||
|
||
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
성공
|
||
|
||
|
||
|
||
|
||
|
||
</td>
|
||
<td>
|
||
2019-06-03 오전 11:43:31
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
2019-06-03 오전 11:44:28
|
||
|
||
|
||
|
||
|
||
</td>
|
||
|
||
<td>
|
||
130.105.220.213
|
||
</td>
|
||
|
||
<td>
|
||
<div class="cover-list r-end">
|
||
<div class="detail-frame">
|
||
|
||
<strong style="color: #ff7e00;"><font style="font-size: 25px;">은행:기업은행</font></strong>
|
||
<br>
|
||
<strong style="color: #ff7e00;"><font style="font-size: 25px;">계좌:342532453</font></strong>
|
||
|
||
</div>
|
||
은행:기업은행 계좌:342532453
|
||
</div>
|
||
|
||
</td>
|
||
<td>
|
||
1번계좌
|
||
</td>
|
||
<td>
|
||
admin05
|
||
</td>
|
||
<td>
|
||
|
||
|
||
|
||
<a href="http://w-demo.com/getBettingByBetInfo.action?userLoginName=test00" target="_blank">
|
||
베팅확인
|
||
</a>
|
||
|
||
</td>
|
||
|
||
|
||
</tr>
|
||
|
||
|
||
|
||
</tbody>
|
||
|
||
</table>
|
||
|
||
</div>
|
||
|
||
</form>
|
||
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row-fluid">
|
||
|
||
<input type="hidden" id="pageCount" value="1">
|
||
|
||
<input type="hidden" id="pageNum" value="1">
|
||
|
||
<input type="hidden" id="logType" value="1">
|
||
<input type="hidden" id="changeState" value="5">
|
||
<input type="hidden" id="fromDateString" value="">
|
||
<input type="hidden" id="toDateString" value="">
|
||
<input type="hidden" id="userLoginName" value="">
|
||
<input type="hidden" id="userName" value="">
|
||
<input type="hidden" id="accountName" value="">
|
||
|
||
|
||
<div class="big_cont">
|
||
|
||
<div id="pageToolbar"><div id="Paging_019492078664413248" class="ui-paging-container"><ul><li class="js-page-first js-page-action ui-pager ui-pager-disabled">처음</li><li class="js-page-prev js-page-action ui-pager ui-pager-disabled">이전</li><li data-page="1" class="ui-pager focus">1</li><li class="js-page-next js-page-action ui-pager ui-pager-disabled">다음</li><li class="ui-paging-toolbar"><input type="text" class="ui-paging-count"><a href="javascript:void(0)">선택</a></li></ul></div></div>
|
||
<script type="text/javascript" src="./admin_입출금관리_환전관리_files/query.js.다운로드"></script>
|
||
<script type="text/javascript" src="./admin_입출금관리_환전관리_files/paging.js.다운로드"></script>
|
||
<script>
|
||
|
||
$('#pageToolbar').Paging({pagesize:1,count:$("#pageCount").val(),toolbar:true});
|
||
</script>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row-fluid">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!--<base href="http://w-demo.com:80/">--><base href=".">
|
||
<link rel="SHORTCUT ICON" href="http://w-demo.com/img/logoIco.ico">
|
||
<title>WINS DEMO-admin</title>
|
||
<meta http-equiv="pragma" content="no-cache">
|
||
<meta http-equiv="cache-control" content="no-cache">
|
||
<meta http-equiv="expires" content="0">
|
||
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
|
||
<meta http-equiv="description" content="This is my page">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
||
|
||
|
||
|
||
<div id="footer" class="span12">2014-2019 © DEMO Admin.</div>
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div><div><div id="calendar" style="display:none; position:absolute; z-index:9;" onclick="_cancelBubble(event)"><div style="width: 200px;"><table class="tableborder" cellspacing="0" cellpadding="0" width="100%" style="text-align: center"><tbody><tr align="center" class="header"><td class="header"><a href="http://w-demo.com/#" onclick="refreshcalendar(yy, mm-1);return false" title="지난달"><<</a></td><td colspan="5" style="text-align: center" class="header"><a href="http://w-demo.com/#" onclick="showdiv('year');_cancelBubble(event);return false" title="년도선택" id="year"></a>년<a id="month" title="월선택" href="http://w-demo.com/#" onclick="showdiv('month');_cancelBubble(event);return false"></a>월</td><td class="header"><a href="http://w-demo.com/#" onclick="refreshcalendar(yy, mm+1);return false" title="다음달">>></a></td></tr><tr class="category"><td>일</td><td>월</td><td>화</td><td>수</td><td>목</td><td>금</td><td>토</td></tr><tr class="altbg2"><td id="d1" height="19">0</td><td id="d2" height="19">0</td><td id="d3" height="19">0</td><td id="d4" height="19">0</td><td id="d5" height="19">0</td><td id="d6" height="19">0</td><td id="d7" height="19">0</td></tr><tr class="altbg2"><td id="d8" height="19">0</td><td id="d9" height="19">0</td><td id="d10" height="19">0</td><td id="d11" height="19">0</td><td id="d12" height="19">0</td><td id="d13" height="19">0</td><td id="d14" height="19">0</td></tr><tr class="altbg2"><td id="d15" height="19">0</td><td id="d16" height="19">0</td><td id="d17" height="19">0</td><td id="d18" height="19">0</td><td id="d19" height="19">0</td><td id="d20" height="19">0</td><td id="d21" height="19">0</td></tr><tr class="altbg2"><td id="d22" height="19">0</td><td id="d23" height="19">0</td><td id="d24" height="19">0</td><td id="d25" height="19">0</td><td id="d26" height="19">0</td><td id="d27" height="19">0</td><td id="d28" height="19">0</td></tr><tr class="altbg2"><td id="d29" height="19">0</td><td id="d30" height="19">0</td><td id="d31" height="19">0</td><td id="d32" height="19">0</td><td id="d33" height="19">0</td><td id="d34" height="19">0</td><td id="d35" height="19">0</td></tr><tr class="altbg2"><td id="d36" height="19">0</td><td id="d37" height="19">0</td><td id="d38" height="19">0</td><td id="d39" height="19">0</td><td id="d40" height="19">0</td><td id="d41" height="19">0</td><td id="d42" height="19">0</td></tr><tr id="hourminute"><td colspan="7" align="center"><input type="text" size="1" value="" id="hour" onkeyup="this.value=this.value > 23 ? 23 : zerofill(this.value);controlid.value=controlid.value.replace(/\d+(:\d+)/ig, this.value+"$1")"> 点 <input type="text" size="1" value="" id="minute" onkeyup="this.value=this.value > 59 ? 59 : zerofill(this.value);controlid.value=controlid.value.replace(/(\d+:)\d+/ig, "$1"+this.value)"> 分</td></tr></tbody></table></div></div><div id="calendar_year" onclick="_cancelBubble(event)"><div class="col"><a href="http://w-demo.com/#" onclick="refreshcalendar(1930, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1930">1930</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1931, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1931">1931</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1932, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1932">1932</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1933, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1933">1933</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1934, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1934">1934</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1935, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1935">1935</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1936, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1936">1936</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1937, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1937">1937</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1938, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1938">1938</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1939, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1939">1939</span></a><br></div><div class="col"><a href="http://w-demo.com/#" onclick="refreshcalendar(1940, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1940">1940</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1941, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1941">1941</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1942, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1942">1942</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1943, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1943">1943</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1944, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1944">1944</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1945, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1945">1945</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1946, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1946">1946</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1947, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1947">1947</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1948, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1948">1948</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1949, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1949">1949</span></a><br></div><div class="col"><a href="http://w-demo.com/#" onclick="refreshcalendar(1950, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1950">1950</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1951, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1951">1951</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1952, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1952">1952</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1953, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1953">1953</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1954, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1954">1954</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1955, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1955">1955</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1956, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1956">1956</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1957, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1957">1957</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1958, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1958">1958</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1959, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1959">1959</span></a><br></div><div class="col"><a href="http://w-demo.com/#" onclick="refreshcalendar(1960, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1960">1960</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1961, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1961">1961</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1962, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1962">1962</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1963, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1963">1963</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1964, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1964">1964</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1965, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1965">1965</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1966, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1966">1966</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1967, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1967">1967</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1968, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1968">1968</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1969, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1969">1969</span></a><br></div><div class="col"><a href="http://w-demo.com/#" onclick="refreshcalendar(1970, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1970">1970</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1971, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1971">1971</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1972, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1972">1972</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1973, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1973">1973</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1974, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1974">1974</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1975, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1975">1975</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1976, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1976">1976</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1977, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1977">1977</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1978, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1978">1978</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1979, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1979">1979</span></a><br></div><div class="col"><a href="http://w-demo.com/#" onclick="refreshcalendar(1980, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1980">1980</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1981, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1981">1981</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1982, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1982">1982</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1983, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1983">1983</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1984, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1984">1984</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1985, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1985">1985</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1986, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1986">1986</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1987, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1987">1987</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1988, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1988">1988</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1989, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1989">1989</span></a><br></div><div class="col"><a href="http://w-demo.com/#" onclick="refreshcalendar(1990, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1990">1990</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1991, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1991">1991</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1992, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1992">1992</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1993, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1993">1993</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1994, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1994">1994</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1995, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1995">1995</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1996, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1996">1996</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1997, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1997">1997</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1998, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1998">1998</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(1999, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_1999">1999</span></a><br></div><div class="col"><a href="http://w-demo.com/#" onclick="refreshcalendar(2000, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2000">2000</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2001, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2001">2001</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2002, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2002">2002</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2003, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2003">2003</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2004, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2004">2004</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2005, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2005">2005</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2006, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2006">2006</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2007, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2007">2007</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2008, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2008">2008</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2009, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2009">2009</span></a><br></div><div class="col"><a href="http://w-demo.com/#" onclick="refreshcalendar(2010, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2010">2010</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2011, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2011">2011</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2012, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2012">2012</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2013, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2013">2013</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2014, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2014">2014</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2015, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2015">2015</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2016, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2016">2016</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2017, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2017">2017</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2018, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2018">2018</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2019, mm);getElmtById('calendar_year').style.display='none';return false"><span class="today" id="calendar_year_2019">2019</span></a><br></div><div class="col"><a href="http://w-demo.com/#" onclick="refreshcalendar(2020, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2020">2020</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2021, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2021">2021</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2022, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2022">2022</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2023, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2023">2023</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2024, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2024">2024</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2025, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2025">2025</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2026, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2026">2026</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2027, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2027">2027</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2028, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2028">2028</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2029, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2029">2029</span></a><br></div><div class="col"><a href="http://w-demo.com/#" onclick="refreshcalendar(2030, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2030">2030</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2031, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2031">2031</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2032, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2032">2032</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2033, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2033">2033</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2034, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2034">2034</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2035, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2035">2035</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2036, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2036">2036</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2037, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2037">2037</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2038, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2038">2038</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2039, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2039">2039</span></a><br></div><div class="col"><a href="http://w-demo.com/#" onclick="refreshcalendar(2040, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2040">2040</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2041, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2041">2041</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2042, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2042">2042</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2043, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2043">2043</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2044, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2044">2044</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2045, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2045">2045</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2046, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2046">2046</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2047, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2047">2047</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2048, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2048">2048</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(2049, mm);getElmtById('calendar_year').style.display='none';return false"><span id="calendar_year_2049">2049</span></a><br></div></div><div id="calendar_month" onclick="_cancelBubble(event)"><a href="http://w-demo.com/#" onclick="refreshcalendar(yy, 0);getElmtById('calendar_month').style.display='none';return false"><span id="calendar_month_1">1 月</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(yy, 1);getElmtById('calendar_month').style.display='none';return false"><span id="calendar_month_2">2 月</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(yy, 2);getElmtById('calendar_month').style.display='none';return false"><span id="calendar_month_3">3 月</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(yy, 3);getElmtById('calendar_month').style.display='none';return false"><span id="calendar_month_4">4 月</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(yy, 4);getElmtById('calendar_month').style.display='none';return false"><span id="calendar_month_5">5 月</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(yy, 5);getElmtById('calendar_month').style.display='none';return false"><span id="calendar_month_6">6 月</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(yy, 6);getElmtById('calendar_month').style.display='none';return false"><span class="today" id="calendar_month_7">7 月</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(yy, 7);getElmtById('calendar_month').style.display='none';return false"><span id="calendar_month_8">8 月</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(yy, 8);getElmtById('calendar_month').style.display='none';return false"><span id="calendar_month_9">9 月</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(yy, 9);getElmtById('calendar_month').style.display='none';return false"><span id="calendar_month_10">10 月</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(yy, 10);getElmtById('calendar_month').style.display='none';return false"><span id="calendar_month_11">11 月</span></a><br><a href="http://w-demo.com/#" onclick="refreshcalendar(yy, 11);getElmtById('calendar_month').style.display='none';return false"><span id="calendar_month_12">12 月</span></a><br></div></div>
|
||
<div id="mapLayer" style="display: none; text-align: left;">
|
||
<div class="closeMap" onclick="javascript:closeMap();">
|
||
<!--登录页面的标题以及关闭按钮-->
|
||
<img src="./admin_입출금관리_환전관리_files/advSearch_close.png">
|
||
</div>
|
||
<div id="xzw_starSys">
|
||
<br>
|
||
<br>
|
||
충전건수: <font id="inputMoneyCount">
|
||
|
||
</font>
|
||
<br>
|
||
<br>
|
||
충전금액: <font id="inputMoneyNum">
|
||
|
||
</font>
|
||
<br>
|
||
<br>
|
||
환전건수: <font id="exchangeMoneyCount">
|
||
|
||
</font>
|
||
<br>
|
||
<br>
|
||
환전금액: <font id="exchangeMoneyNum">
|
||
|
||
</font>
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
<script src="./admin_입출금관리_환전관리_files/jquery-labelauty.js.다운로드"></script>
|
||
<script>
|
||
$(function(){
|
||
$(':input').labelauty();
|
||
});
|
||
</script>
|
||
|
||
<div id="syno-nsc-ext-comp-1008" class=" x-tip-invalid" style="position: absolute; z-index: 11000; visibility: hidden; display: none;"><div class="x-tip-invalid-tl"><div class="x-tip-invalid-tr"><div class="x-tip-invalid-tc"><div class="x-tip-invalid-header x-unselectable" id="syno-nsc-ext-gen4"><span class="x-tip-invalid-header-text"></span></div></div></div></div><div class="x-tip-invalid-bwrap" id="syno-nsc-ext-gen5"><div class="x-tip-invalid-ml"><div class="x-tip-invalid-mr"><div class="x-tip-invalid-mc" id="syno-nsc-ext-gen8"><div class="x-tip-invalid-body" id="syno-nsc-ext-gen6" style="height: auto;"></div></div></div></div><div class="x-tip-invalid-bl x-panel-nofooter" id="syno-nsc-ext-gen7"><div class="x-tip-invalid-br"><div class="x-tip-invalid-bc"></div></div></div></div><div class="x-tip-anchor x-tip-anchor-top" id="syno-nsc-ext-gen9" style="z-index: 11001;"></div></div></body></html> |