jsshin 5 лет назад
Родитель
Сommit
f4d421e1c7
2 измененных файлов с 7 добавлено и 10 удалено
  1. 3 0
      pom.xml
  2. 4 10
      src/main/webapp/WEB-INF/views/marketing/GiftCardListForm.html

+ 3 - 0
pom.xml

@@ -146,6 +146,9 @@
 									</includes>
 								</resource>
 							</resources>
+							<overwrite>
+								true
+							</overwrite>
 							<outputDirectory>
 								${basedir}/target/classes
 							</outputDirectory>

+ 4 - 10
src/main/webapp/WEB-INF/views/marketing/GiftCardListForm.html

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