|
@@ -31,18 +31,12 @@
|
|
|
<div class="panelStyle">
|
|
<div class="panelStyle">
|
|
|
<table class="frmStyle" aria-describedby="검색조건">
|
|
<table class="frmStyle" aria-describedby="검색조건">
|
|
|
<colgroup>
|
|
<colgroup>
|
|
|
- <col style="width:10%;"/>
|
|
|
|
|
- <col style="width:20%;"/>
|
|
|
|
|
- <col style="width:10%;"/>
|
|
|
|
|
- <col style="width:15%;"/>
|
|
|
|
|
- <col style="width:10%;"/>
|
|
|
|
|
<col style="width:20%;"/>
|
|
<col style="width:20%;"/>
|
|
|
|
|
+ <col style="width:80%;"/>
|
|
|
<col/>
|
|
<col/>
|
|
|
</colgroup>
|
|
</colgroup>
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <th class="dashR">검색구분</th>
|
|
|
|
|
-
|
|
|
|
|
<th class="dashR">사이트</th>
|
|
<th class="dashR">사이트</th>
|
|
|
<td class="dashR">
|
|
<td class="dashR">
|
|
|
<select name="siteCd">
|
|
<select name="siteCd">
|
|
@@ -87,7 +81,7 @@
|
|
|
<div id="gridList" style="width: 100%; height: 570px" class="ag-theme-balham"></div>
|
|
<div id="gridList" style="width: 100%; height: 570px" class="ag-theme-balham"></div>
|
|
|
<ul class="panelBar">
|
|
<ul class="panelBar">
|
|
|
<li class="center">
|
|
<li class="center">
|
|
|
- <div class="tablePaging" id="custListPagination"></div>
|
|
|
|
|
|
|
+ <div class="tablePaging" id="giftCardListPagination"></div>
|
|
|
</li>
|
|
</li>
|
|
|
</ul>
|
|
</ul>
|
|
|
</div>
|
|
</div>
|
|
@@ -136,7 +130,7 @@
|
|
|
|
|
|
|
|
// 검색
|
|
// 검색
|
|
|
var fnSearch = function() {
|
|
var fnSearch = function() {
|
|
|
- gagaPaging.init('giftCardForm', fnSearchCallBack, 'giftCardForm', $('#giftCardForm select[name=pageSize]').val());
|
|
|
|
|
|
|
+ gagaPaging.init('giftCardForm', fnSearchCallBack, 'giftCardListPagination', $('#giftCardForm select[name=pageSize]').val());
|
|
|
gagaPaging.load($('#giftCardForm input[name=pageNo]').val());
|
|
gagaPaging.load($('#giftCardForm input[name=pageNo]').val());
|
|
|
};
|
|
};
|
|
|
|
|
|
|
@@ -156,7 +150,7 @@
|
|
|
$('.btnToday').trigger('click');
|
|
$('.btnToday').trigger('click');
|
|
|
|
|
|
|
|
// Create a agGrid
|
|
// Create a agGrid
|
|
|
- //gagaAgGrid.createGrid('gridList', gridOptions);
|
|
|
|
|
|
|
+ gagaAgGrid.createGrid('gridList', gridOptions);
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
/*]]>*/
|
|
/*]]>*/
|