|
@@ -15,14 +15,13 @@
|
|
|
*******************************************************************************
|
|
*******************************************************************************
|
|
|
-->
|
|
-->
|
|
|
<div class="modalPopup" data-width="650" id="popupBrandList">
|
|
<div class="modalPopup" data-width="650" id="popupBrandList">
|
|
|
- <div class="panelStyle">
|
|
|
|
|
|
|
+ <div class="panelStyle" style="max-height:700px;overflow-y:scroll;">
|
|
|
<!-- TITLE -->
|
|
<!-- TITLE -->
|
|
|
<div class="panelTitle">
|
|
<div class="panelTitle">
|
|
|
<strong>브랜드 목록</strong>
|
|
<strong>브랜드 목록</strong>
|
|
|
<button type="button" class="close" onclick="uifnPopupClose('popupBrandList');"><em class="fa fa-times"></em></button>
|
|
<button type="button" class="close" onclick="uifnPopupClose('popupBrandList');"><em class="fa fa-times"></em></button>
|
|
|
</div>
|
|
</div>
|
|
|
<!-- //TITLE -->
|
|
<!-- //TITLE -->
|
|
|
-
|
|
|
|
|
<!-- 검색 조건 -->
|
|
<!-- 검색 조건 -->
|
|
|
<div class="panelContent">
|
|
<div class="panelContent">
|
|
|
<form id="searchBrandListForm" name="searchBrandListForm" action="#" th:action="@{'/business/brand/list'}" onsubmit="$('#btnSearchBrandList').trigger('click'); return false;">
|
|
<form id="searchBrandListForm" name="searchBrandListForm" action="#" th:action="@{'/business/brand/list'}" onsubmit="$('#btnSearchBrandList').trigger('click'); return false;">
|
|
@@ -47,11 +46,11 @@
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>브랜드코드<i class="required" title="필수"></i></th>
|
|
<th>브랜드코드<i class="required" title="필수"></i></th>
|
|
|
<td>
|
|
<td>
|
|
|
- <textarea class="textareaR3" name="searchBrandCd" id="searchBrandCd"></textarea>
|
|
|
|
|
|
|
+ <textarea class="textareaR2" name="searchBrandCd" id="searchBrandCd"></textarea>
|
|
|
</td>
|
|
</td>
|
|
|
<th>브랜드명<i class="required" title="필수"></i></th>
|
|
<th>브랜드명<i class="required" title="필수"></i></th>
|
|
|
<td>
|
|
<td>
|
|
|
- <textarea class="textareaR3" name="searchBrandNm" id="searchBrandNm"></textarea>
|
|
|
|
|
|
|
+ <textarea class="textareaR2" name="searchBrandNm" id="searchBrandNm"></textarea>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</tbody>
|
|
</tbody>
|
|
@@ -62,21 +61,20 @@
|
|
|
</li>
|
|
</li>
|
|
|
</ul>
|
|
</ul>
|
|
|
</form>
|
|
</form>
|
|
|
|
|
+ <!-- 리스트 영역 -->
|
|
|
|
|
+ <div class="panelContent">
|
|
|
|
|
+ <div id="gridBrandList" style="width: 100%; height: 380px" class="ag-theme-balham"></div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <!-- //리스트 영역 -->
|
|
|
|
|
+
|
|
|
|
|
+ <!-- 버튼 배치 영역 -->
|
|
|
|
|
+ <ul class="panelBar">
|
|
|
|
|
+ <li class="right">
|
|
|
|
|
+ <button type="button" class="btn btn-info btn-lg" id="btnConfirmBrand">확인</button>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ </ul>
|
|
|
</div>
|
|
</div>
|
|
|
<!-- //검색 조건 -->
|
|
<!-- //검색 조건 -->
|
|
|
-
|
|
|
|
|
- <!-- 리스트 영역 -->
|
|
|
|
|
- <div class="panelContent">
|
|
|
|
|
- <div id="gridBrandList" style="width: 100%; height: 470px" class="ag-theme-balham"></div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <!-- //리스트 영역 -->
|
|
|
|
|
-
|
|
|
|
|
- <!-- 버튼 배치 영역 -->
|
|
|
|
|
- <ul class="panelBar">
|
|
|
|
|
- <li class="right">
|
|
|
|
|
- <button type="button" class="btn btn-info btn-lg" id="btnConfirmBrand">확인</button>
|
|
|
|
|
- </li>
|
|
|
|
|
- </ul>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<script th:inline="javascript">
|
|
<script th:inline="javascript">
|
|
@@ -85,7 +83,7 @@
|
|
|
if([[${params.multiGb}]] == "M") headerSelection = true;
|
|
if([[${params.multiGb}]] == "M") headerSelection = true;
|
|
|
let columnDefsMdList = [
|
|
let columnDefsMdList = [
|
|
|
{width: 40, minWidth: 40, cellClass: 'text-center', headerCheckboxSelection: headerSelection, checkboxSelection: true, filter: false},
|
|
{width: 40, minWidth: 40, cellClass: 'text-center', headerCheckboxSelection: headerSelection, checkboxSelection: true, filter: false},
|
|
|
- {headerName: "브랜드번호", field: "brandCd", width: 120, cellClass: 'text-center'},
|
|
|
|
|
|
|
+ {headerName: "브랜드번호", field: "brandCd", width: 100, cellClass: 'text-center'},
|
|
|
{headerName: "브랜드국문명", field: "brandEnm", width: 150, cellClass: 'text-center'},
|
|
{headerName: "브랜드국문명", field: "brandEnm", width: 150, cellClass: 'text-center'},
|
|
|
{headerName: "브랜드영문명", field: "brandKnm", width: 150, cellClass: 'text-center'},
|
|
{headerName: "브랜드영문명", field: "brandKnm", width: 150, cellClass: 'text-center'},
|
|
|
{headerName: "브랜드그룹명", field: "brandGroupNm", width: 150, cellClass: 'text-center'}
|
|
{headerName: "브랜드그룹명", field: "brandGroupNm", width: 150, cellClass: 'text-center'}
|