|
|
@@ -23,46 +23,48 @@
|
|
|
</div>
|
|
|
<!-- //TITLE -->
|
|
|
|
|
|
- <!-- 검색 조건 -->
|
|
|
- <div class="panelContent">
|
|
|
- <form id="searchCompanyListForm" name="searchCompanyListForm" action="#" th:action="@{'/goods/freeGoods/list'}" onsubmit="$('#btnSearchFreeGoodsList').trigger('click'); return false;">
|
|
|
- <table class="frmStyle" aria-describedby="검색조건">
|
|
|
- <colgroup>
|
|
|
- <col style="width:15%;"/>
|
|
|
- <col/>
|
|
|
- </colgroup>
|
|
|
- <tbody>
|
|
|
- <tr>
|
|
|
- <th>검색어 지정</th>
|
|
|
- <td>
|
|
|
- <label class="rdoBtn"><input type="radio" name="search" value="searchProductNo" checked/>사은품코드</label>
|
|
|
- <label class="rdoBtn"><input type="radio" name="search" value="searchGoodsNm"/>품번</label>
|
|
|
- <textarea name="condition" style="height:75px;"></textarea>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- <ul class="panelBar">
|
|
|
- <li class="center">
|
|
|
- <button type="button" class="btn btn-base btn-lg" id="btnSearchFreeGoodsList">조회</button>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </form>
|
|
|
- </div>
|
|
|
- <!-- //검색 조건 -->
|
|
|
+ <div style="overflow-y:auto;height:34vw;margin:10px 0px;padding:0px 10px;">
|
|
|
+ <!-- 검색 조건 -->
|
|
|
+ <div class="panelContent">
|
|
|
+ <form id="searchCompanyListForm" name="searchCompanyListForm" action="#" th:action="@{'/goods/freeGoods/list'}" onsubmit="$('#btnSearchFreeGoodsList').trigger('click'); return false;">
|
|
|
+ <table class="frmStyle" aria-describedby="검색조건">
|
|
|
+ <colgroup>
|
|
|
+ <col style="width:15%;"/>
|
|
|
+ <col/>
|
|
|
+ </colgroup>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th>검색어 지정</th>
|
|
|
+ <td>
|
|
|
+ <label class="rdoBtn"><input type="radio" name="search" value="searchProductNo" checked/>사은품코드</label>
|
|
|
+ <label class="rdoBtn"><input type="radio" name="search" value="searchGoodsNm"/>품번</label>
|
|
|
+ <textarea name="condition" style="height:75px;"></textarea>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <ul class="panelBar">
|
|
|
+ <li class="center">
|
|
|
+ <button type="button" class="btn btn-base btn-lg" id="btnSearchFreeGoodsList">조회</button>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ <!-- //검색 조건 -->
|
|
|
|
|
|
- <!-- 리스트 영역 -->
|
|
|
- <div class="panelContent">
|
|
|
- <div id="freeGoodsSearchList" style="width: 100%; height: 470px" class="ag-theme-balham"></div>
|
|
|
- </div>
|
|
|
- <!-- //리스트 영역 -->
|
|
|
+ <!-- 리스트 영역 -->
|
|
|
+ <div class="panelContent">
|
|
|
+ <div id="freeGoodsSearchList" 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="btnConfirmFreeGoods">확인</button>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
+ <!-- 버튼 배치 영역 -->
|
|
|
+ <ul class="panelBar">
|
|
|
+ <li class="right">
|
|
|
+ <button type="button" class="btn btn-info btn-lg" id="btnConfirmFreeGoods">확인</button>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<script th:inline="javascript">
|