| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- <!DOCTYPE html>
- <html lang="ko"
- xmlns:th="http://www.thymeleaf.org">
- <!--
- *******************************************************************************
- * @source : GoodsSettleForm.html
- * @desc : 상품정산 Page
- *============================================================================
- * STYLE24
- * Copyright(C) 2020 TSIT, All rights reserved.
- *============================================================================
- * VER DATE AUTHOR DESCRIPTION
- * === =========== ========== =============================================
- * 1.0 2020.10.22 gagamel 최초 작성
- *******************************************************************************
- -->
- <div id="main">
- <!-- 메인타이틀 영역 -->
- <div class="main-title">
- </div>
- <!-- //메인타이틀 영역 -->
-
- <!-- 메뉴 설명 -->
- <div class="infoBox menu-desc">
- </div>
- <!-- //메뉴 설명 -->
-
- <!-- 검색조건 영역 -->
- <div class="panelStyle">
- <form id="searchForm" name="searchForm" action="#" th:action="@{'/settle/goods/list'}" onsubmit="$('#btnSearch').trigger('click'); return false;">
- <table class="frmStyle" aria-describedby="검색조건">
- <colgroup>
- <col style="width:10%;"/>
- <col style="width:60%;"/>
- <col style="width:10%;"/>
- <col/>
- </colgroup>
- <tr>
- <th>출고기간<i class="required" title="필수" aria-hidden="true"></i></th>
- <td id="terms">
- </td>
- <th>유통구분</th>
- <td>
- <select name="distributionGb">
- <option value="">[전체]</option>
- <option th:if="${distributionGbList}" th:each="oneData, status : ${distributionGbList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
- </select>
- </td>
- </tr>
- <tr>
- <th>공급업체/브랜드</th>
- <td colspan="3">
- <select name="supplyCompCd">
- <option value="">[전체]</option>
- <option th:if="${supplyCompList}" th:each="oneData, status : ${supplyCompList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
- </select>
- /
- <select name="brandCd">
- <option value="">[전체]</option>
- </select>
- </td>
- </tr>
- </table>
-
- <ul class="panelBar">
- <li class="center">
- <button type="button" class="btn btn-base btn-lg" id="btnSearch">조회</button>
- <button type="button" class="btn btn-gray btn-lg" onclick="$('#searchForm')[0].reset();">초기화</button>
- </li>
- </ul>
- </form>
- </div>
- <!-- 검색조건 영역 -->
- <!-- 리스트 영역 -->
- <div class="panelStyle">
- <!-- 버튼 배치 영역 -->
- <ul class="panelBar">
- <li class="right">
- <button type="button" class="btn btn-default btn-lg" id="btnExcel">엑셀다운로드</button>
- </li>
- </ul>
- <!-- //버튼 배치 영역 -->
-
- <div id="gridList" style="width: 100%; height: 470px" class="ag-theme-balham"></div>
- </div>
- <!-- //리스트 영역 -->
- </div>
- <script th:inline="javascript">
- /*<![CDATA[*/
- let supplyCompList = gagajf.convertToArray([[${supplyCompList}]]);
- let distributionGbList = gagajf.convertToArray([[${distributionGbList}]]);
- let columnDefs = [
- { headerName: "주문번호", field: "ordNo", width: 100, cellClass: 'text-center' },
- {
- headerName: "공급업체", field: "supplyCompCd", width: 100, cellClass: 'text-center',
- valueGetter: function (params) {
- return gagaAgGrid.lookupValue(supplyCompList, params.data.supplyCompCd);
- }
- },
- {
- headerName: "유통구분", field: "distributionGb", width: 100, cellClass: 'text-center',
- valueGetter: function (params) {
- return gagaAgGrid.lookupValue(distributionGbList, params.data.distributionGb);
- }
- },
- { headerName: "정산주기", field: "usacPeriod", width: 100, cellClass: 'text-center' },
- { headerName: "주문일시", field: "ordDt", width: 150, cellClass: 'text-center' },
- {
- headerName: "정산구분", field: "usacGb", width: 100, cellClass: 'text-center'/* ,
- valueGetter: function (params) {
- return gagaAgGrid.lookupValue(usacGbList, params.data.usacGb);
- } */
- },
- {
- headerName: "환입구분", field: "prtnGb", width: 100, cellClass: 'text-center'/* ,
- valueGetter: function (params) {
- return gagaAgGrid.lookupValue(prtnGbList, params.data.prtnGb);
- } */
- },
- { headerName: "상품코드", field: "goodsCd", width: 120, cellClass: 'text-center' },
- { headerName: "상품명", field: "goodsNm", width: 150, cellClass: 'text-center' },
- { headerName: "브랜드", field: "brandEnm", width: 100, cellClass: 'text-center' },
- { headerName: "담당MD", field: "mdNm", width: 100, cellClass: 'text-center' },
- { headerName: "단품코드", field: "itemCd", width: 120, cellClass: 'text-center' },
- { headerName: "사이즈", field: "sizeCd", width: 100, cellClass: 'text-center' },
- { headerName: "판매가", field: "currPrice", width: 100, cellClass: 'text-right' },
- { headerName: "판매수량", field: "sellQty", width: 100, cellClass: 'text-center' },
- { headerName: "판매총액", field: "sellAmt", width: 100, cellClass: 'text-right' },
- { headerName: "즉시사용쿠폰금액", field: "duseCpnDcAmt", width: 100, cellClass: 'text-right' },
- { headerName: "상품쿠폰사용금액", field: "goodsCpnDcAmt", width: 100, cellClass: 'text-right' },
- { headerName: "주문서쿠폰사용금액", field: "cartCpnDcAmt", width: 100, cellClass: 'text-right' },
- { headerName: "포인트사용금액", field: "pntDcAmt", width: 100, cellClass: 'text-right' },
- { headerName: "다다익선할인금액", field: "multiDcAmt", width: 100, cellClass: 'text-right' },
- { headerName: "자사쿠폰분담액", field: "selfCpnDcAmt", width: 100, cellClass: 'text-right' },
- { headerName: "입점쿠폰분담액", field: "supplyCompCpnDcAmt", width: 100, cellClass: 'text-right' }
- ];
- let gridOptions = gagaAgGrid.getGridOptions(columnDefs);
- // 검색
- $('#btnSearch').on('click', function() {
- gagaAgGrid.fetch($('#searchForm').prop('action'), gridOptions, '#searchForm');
- });
-
- // 엑셀다운로드
- $('#btnExcel').on('click', function() {
- gagaAgGrid.exportToExcel('상품정산 목록', gridOptions);
- });
-
- $(document).ready(function() {
- cfnCreateCalendar('#terms', 'startDt', 'endDt', true, '출고');
- $('.btnToday').trigger('click');
-
- // Create a agGrid
- gagaAgGrid.createGrid('gridList', gridOptions);
- });
- /*]]>*/
- </script>
- </html>
|