|
|
@@ -0,0 +1,431 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="ko"
|
|
|
+ xmlns:th="http://www.thymeleaf.org">
|
|
|
+<!--
|
|
|
+ *******************************************************************************
|
|
|
+ * @source : GoodsOrderForm.html
|
|
|
+ * @desc : 상품별주문 Page
|
|
|
+ *============================================================================
|
|
|
+ * STYLE24
|
|
|
+ * Copyright(C) 2020 TSIT, All rights reserved.
|
|
|
+ *============================================================================
|
|
|
+ * VER DATE AUTHOR DESCRIPTION
|
|
|
+ * === =========== ========== =============================================
|
|
|
+ * 1.0 2021-09-14 화 lmc 최초 작성
|
|
|
+ *******************************************************************************
|
|
|
+ -->
|
|
|
+ <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="@{'/statistics/goods/order/list'}" onsubmit="$('#btnSearch').trigger('click'); return false;">
|
|
|
+ <input type="hidden" name="dayGb" value="D"/>
|
|
|
+
|
|
|
+ <table class="frmStyle" aria-describedby="검색조건">
|
|
|
+ <colgroup>
|
|
|
+ <col style="width:10%;"/>
|
|
|
+ <col style="width:25%;"/>
|
|
|
+ <col style="width:10%;"/>
|
|
|
+ <col style="width:25%;"/>
|
|
|
+ <col style="width:10%;"/>
|
|
|
+ <col style="width:20%;"/>
|
|
|
+ </colgroup>
|
|
|
+ <tr>
|
|
|
+ <th>기간<i class="required" title="필수" aria-hidden="true"></i></th>
|
|
|
+ <td colspan="3" id="terms">
|
|
|
+ </td>
|
|
|
+ <th rowspan="5">상품코드/품번</th>
|
|
|
+ <td rowspan="5">
|
|
|
+ <textarea class="textareaR3 w70p" name="goodsCd" placeholder="상품번호/품번 중 입력하세요."></textarea>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>디바이스</th>
|
|
|
+ <td>
|
|
|
+ <label class="chkBox checked"><input type="checkbox" name="multiFrontGb" value="P" checked="checked"/>PC웹</label>
|
|
|
+ <label class="chkBox checked"><input type="checkbox" name="multiFrontGb" value="M" checked="checked"/>모바일웹</label>
|
|
|
+ <label class="chkBox checked"><input type="checkbox" name="multiFrontGb" value="A" checked="checked"/>APP</label>
|
|
|
+ </td>
|
|
|
+ <th>제휴몰</th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="w100" name="extmallIdSearchTxt" id="extmallIdSearchTxt" maxlength="20"/>
|
|
|
+ <button type="button" class="btn icn" onclick="cfnOpenExtmallListPopup('fnSetExtmallInfo', 'M');"><i class="fa fa-search"></i></button>
|
|
|
+ <span id="extmallIdTxt"></span>
|
|
|
+ <input type="hidden" name="extmallIdList"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>물류구분</th>
|
|
|
+ <td>
|
|
|
+ <label class="chkBox checked"><input type="checkbox" name="multiDistributionGb" value="SCM" checked="checked"/>입점</label>
|
|
|
+ <label class="chkBox checked"><input type="checkbox" name="multiDistributionGb" value="WMS" checked="checked"/>위탁</label>
|
|
|
+ </td>
|
|
|
+ <th>정상/이월구분</th>
|
|
|
+ <td>
|
|
|
+ <label th:if="${formalGbList}" th:each="oneData, status : ${formalGbList}" class="chkBox checked"><input type="checkbox" name="multiDistributionGb" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}" checked="checked"/>위탁</label>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>공급업체</th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="w100" name="supplyCompCdSearchTxt" id="supplyCompCdSearchTxt" maxlength="20"/>
|
|
|
+ <button type="button" class="btn icn" onclick="cfnOpenCompanyListPopup('fnSetSupplyCompInfo', 'M');"><i class="fa fa-search"></i></button>
|
|
|
+ <span id="supplyCompCdTxt"></span>
|
|
|
+ <input type="hidden" name="supplyCompCdList"/>
|
|
|
+ </td>
|
|
|
+ <th>제휴채널</th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="w100" name="afLinkCdSearchTxt" id="afLinkCdSearchTxt" maxlength="20" />
|
|
|
+ <button type="button" class="btn icn" onclick="cfnOpenAfLinkListPopup('fnSetAfLinkInfo', 'M');"><i class="fa fa-search"></i></button>
|
|
|
+ <span id="afLinkCdTxt"></span>
|
|
|
+ <input type="hidden" name="afLinkCdList"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>브랜드</th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="w100" name="brandCdSearchTxt" id="brandCdSearchTxt" maxlength="20" />
|
|
|
+ <button type="button" class="btn icn" onclick="cfnOpenBrandListPopup('fnSetBrandInfo', 'M');"><i class="fa fa-search"></i></button>
|
|
|
+ <span id="brandCdTxt"></span>
|
|
|
+ <input type="hidden" name="brandCdList"/>
|
|
|
+ </td>
|
|
|
+ <th>품목</th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="w100" name="itemkindCdSearchTxt" id="itemkindCdSearchTxt" maxlength="20" />
|
|
|
+ <button type="button" class="btn icn" onclick="cfnOpenItemkindListPopup('fnSetItemkindInfo', 'M');"><i class="fa fa-search"></i></button>
|
|
|
+ <span id="itemkindTxt"></span>
|
|
|
+ <input type="hidden" name="itemkindCdList"/>
|
|
|
+ </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" id="btnInit">초기화</button>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ <!-- 검색조건 영역 -->
|
|
|
+
|
|
|
+ <!-- 리스트 영역 -->
|
|
|
+ <div class="panelStyle">
|
|
|
+ <div id="gridList" style="width: 100%; height: 470px" class="ag-theme-balham"></div>
|
|
|
+ </div>
|
|
|
+ <!-- //리스트 영역 -->
|
|
|
+ </div>
|
|
|
+
|
|
|
+<style>
|
|
|
+.ag-header-group-text{
|
|
|
+ margin-left: calc(50% - 25px);
|
|
|
+}
|
|
|
+</style>
|
|
|
+<script th:inline="javascript">
|
|
|
+/*<![CDATA[*/
|
|
|
+ let columnDefs = [
|
|
|
+ { headerName: "구분", field: "formalGb", width: 80, cellClass: 'text-center' },
|
|
|
+ { headerName: "상품정보", field: "day", width: 100, cellClass: 'text-center',
|
|
|
+ children: [
|
|
|
+ {headerName: "상품번호", field: "goodsCd", width: 120, cellClass: 'text-center'},
|
|
|
+ {headerName: "상품명", field: "goodsNm", width: 230, cellClass: 'text-left'}
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ { headerName: "현재고", field: "stockQty", width: 100, cellClass: 'text-right',
|
|
|
+ cellRenderer: function (params) {
|
|
|
+ return !gagajf.isNull(params.value) ? params.value.addComma() : '0';
|
|
|
+ }
|
|
|
+ },
|
|
|
+ { headerName: "판매수", field: "sellQty", width: 100, cellClass: 'text-right' },
|
|
|
+ { headerName: "매출액(A)", field: "", width: 100, cellClass: 'text-center',
|
|
|
+ children: [
|
|
|
+ {headerName: "판매수", field: "sellQty", width: 120, cellClass: 'text-right',
|
|
|
+ cellRenderer: function (params) {
|
|
|
+ return !gagajf.isNull(params.value) ? params.value.addComma() : '0';
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {headerName: "매출액(판매가*수량)", field: "payAmt", width: 150, cellClass: 'text-right',
|
|
|
+ cellRenderer: function (params) {
|
|
|
+ return !gagajf.isNull(params.value) ? params.value.addComma() : '0';
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ { headerName: "쿠폰(B)", field: "", width: 100, cellClass: 'text-center',
|
|
|
+ children: [
|
|
|
+ {headerName: "즉시/주문상품 쿠폰", field: "goodsCpnAmt", width: 150, cellClass: 'text-right',
|
|
|
+ cellRenderer: function (params) {
|
|
|
+ return !gagajf.isNull(params.value) ? params.value.addComma() : '0';
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {headerName: "다다익선", field: "tmtbAmt", width: 120, cellClass: 'text-right',
|
|
|
+ cellRenderer: function (params) {
|
|
|
+ return !gagajf.isNull(params.value) ? params.value.addComma() : '0';
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {headerName: "장바구니쿠폰", field: "cartCpnAmt", width: 120, cellClass: 'text-right',
|
|
|
+ cellRenderer: function (params) {
|
|
|
+ return !gagajf.isNull(params.value) ? params.value.addComma() : '0';
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ { headerName: "취소/환불(C)", field: "", width: 100, cellClass: 'text-center',
|
|
|
+ children: [
|
|
|
+ {headerName: "취/환불갯수", field: "cnclQty", width: 120, cellClass: 'text-right',
|
|
|
+ cellRenderer: function (params) {
|
|
|
+ return !gagajf.isNull(params.value) ? params.value.addComma() : '0';
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {headerName: "취/환불액", field: "cnclAmt", width: 120, cellClass: 'text-right',
|
|
|
+ cellRenderer: function (params) {
|
|
|
+ return !gagajf.isNull(params.value) ? params.value.addComma() : '0';
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ { headerName: "기타비용", field: "", width: 100, cellClass: 'text-center',
|
|
|
+ children: [
|
|
|
+ {headerName: "지급포인트", field: "savePntAmt", width: 120, cellClass: 'text-right',
|
|
|
+ cellRenderer: function (params) {
|
|
|
+ return !gagajf.isNull(params.value) ? params.value.addComma() : '0';
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ];
|
|
|
+
|
|
|
+ let gridOptions = gagaAgGrid.getGridOptions(columnDefs);
|
|
|
+
|
|
|
+ gridOptions.autoGroupColumnDef = {
|
|
|
+ headerName: "일자",
|
|
|
+ field: "grouping",
|
|
|
+ width: 200,
|
|
|
+ cellRendererParams: {
|
|
|
+ suppressCount: true
|
|
|
+ }
|
|
|
+ };
|
|
|
+
|
|
|
+ // for expand everything
|
|
|
+ gridOptions.groupDefaultExpanded = -1;
|
|
|
+
|
|
|
+ // 제휴몰 조회 팝업에서 호출
|
|
|
+ var fnSetExtmallInfo = function(result) {
|
|
|
+ var arrExtmallId = [];
|
|
|
+ var extmallIdTxt = "";
|
|
|
+ var sIndex = 0;
|
|
|
+ $('#extmallIdTxt').html('');
|
|
|
+ $('#searchForm input[name=extmallIdSearchTxt]').val('');
|
|
|
+
|
|
|
+ result.forEach(function(extmall) {
|
|
|
+ sIndex++;
|
|
|
+ arrExtmallId.push(extmall.extmallId);
|
|
|
+ });
|
|
|
+
|
|
|
+ // 조회 값이 하나일 경우 화면에 코드 노출. 그 외는 갯수 처리
|
|
|
+ if (sIndex == 1) {
|
|
|
+ $('#searchForm input[name=extmallIdSearchTxt]').val(arrExtmallId[0]);
|
|
|
+ } else {
|
|
|
+ extmallIdTxt = sIndex + " 개";
|
|
|
+ $('#extmallIdTxt').html(extmallIdTxt);
|
|
|
+ }
|
|
|
+
|
|
|
+ var jsonData = JSON.stringify(arrExtmallId);
|
|
|
+ $("#searchForm input[name=extmallIdList]").val(arrExtmallId.join(','));
|
|
|
+ }
|
|
|
+
|
|
|
+ // 업체 조회 팝업에서 호출
|
|
|
+ var fnSetSupplyCompInfo = function(result) {
|
|
|
+ var arrSupplyCompCd = [];
|
|
|
+ var supplyCompCdTxt = "";
|
|
|
+ var sIndex = 0;
|
|
|
+ $('#supplyCompCdTxt').html('');
|
|
|
+ $('#searchForm input[name=supplyCompCdSearchTxt]').val('');
|
|
|
+
|
|
|
+ result.forEach(function(supplyComp) {
|
|
|
+ sIndex++;
|
|
|
+ arrSupplyCompCd.push(supplyComp.supplyCompCd);
|
|
|
+ });
|
|
|
+
|
|
|
+ // 조회 값이 하나일 경우 화면에 코드 노출. 그 외는 갯수 처리
|
|
|
+ if (sIndex == 1) {
|
|
|
+ $('#searchForm input[name=supplyCompCdSearchTxt]').val(arrSupplyCompCd[0]);
|
|
|
+ } else {
|
|
|
+ supplyCompCdTxt = sIndex + " 개";
|
|
|
+ $('#supplyCompCdTxt').html(supplyCompCdTxt);
|
|
|
+ }
|
|
|
+
|
|
|
+ var jsonData = JSON.stringify(arrSupplyCompCd);
|
|
|
+ $("#searchForm input[name=supplyCompCdList]").val(arrSupplyCompCd.join(','));
|
|
|
+ }
|
|
|
+
|
|
|
+ // 제휴채널 조회 팝업에서 호출
|
|
|
+ var fnSetAfLinkInfo = function(result) {
|
|
|
+ var arrAfLinkCd = [];
|
|
|
+ var afLinkCdTxt = "";
|
|
|
+ var sIndex = 0;
|
|
|
+ $('#afLinkCdTxt').html('');
|
|
|
+ $('#searchForm input[name=afLinkCdSearchTxt]').val('');
|
|
|
+
|
|
|
+ result.forEach(function(afLink) {
|
|
|
+ sIndex++;
|
|
|
+ arrAfLinkCd.push(afLink.afLinkCd);
|
|
|
+ });
|
|
|
+
|
|
|
+ // 조회 값이 하나일 경우 화면에 코드 노출. 그 외는 갯수 처리
|
|
|
+ if (sIndex == 1) {
|
|
|
+ $('#searchForm input[name=afLinkCdSearchTxt]').val(arrAfLinkCd[0]);
|
|
|
+ } else {
|
|
|
+ afLinkCdTxt = sIndex + " 개";
|
|
|
+ $('#afLinkCdTxt').html(afLinkCdTxt);
|
|
|
+ }
|
|
|
+
|
|
|
+ var jsonData = JSON.stringify(arrAfLinkCd);
|
|
|
+ $("#searchForm input[name=afLinkCdList]").val(arrAfLinkCd.join(","));
|
|
|
+ }
|
|
|
+
|
|
|
+ // 브랜드 조회 팝업에서 호출
|
|
|
+ var fnSetBrandInfo = function(result) {
|
|
|
+ var arrBrandCd = [];
|
|
|
+ var brandCdTxt = "";
|
|
|
+ var bIndex = 0;
|
|
|
+ $('#brandCdTxt').html('');
|
|
|
+ $('#searchForm input[name=brandCdSearchTxt]').val('');
|
|
|
+
|
|
|
+ result.forEach(function(brand){
|
|
|
+ bIndex++;
|
|
|
+ arrBrandCd.push(brand.brandCd);
|
|
|
+ });
|
|
|
+
|
|
|
+ // 조회 값이 하나일 경우 화면에 코드 노출. 그 외는 갯수 처리
|
|
|
+ if (bIndex == 1) {
|
|
|
+ $('#searchForm input[name=brandCdSearchTxt]').val(arrBrandCd[0]);
|
|
|
+ } else {
|
|
|
+ brandCdTxt = bIndex + " 개";
|
|
|
+ $('#brandCdTxt').html(brandCdTxt);
|
|
|
+ }
|
|
|
+
|
|
|
+ var jsonData = JSON.stringify(arrBrandCd);
|
|
|
+ $("#searchForm input[name=brandCdList]").val(arrBrandCd.join(","));
|
|
|
+ }
|
|
|
+
|
|
|
+ // 품목 조회 팝업에서 호출
|
|
|
+ var fnSetItemkindInfo = function(result) {
|
|
|
+ var arrItemkindCd = [];
|
|
|
+ var itemkindCdTxt = "";
|
|
|
+ var bIndex = 0;
|
|
|
+ $('#itemkindCdTxt').html('');
|
|
|
+ $('#searchForm input[name=itemkindCdSearchTxt]').val('');
|
|
|
+
|
|
|
+ result.forEach(function(itemkind){
|
|
|
+ bIndex++;
|
|
|
+ arrItemkindCd.push(itemkind.itemkindCd);
|
|
|
+ });
|
|
|
+
|
|
|
+ // 조회 값이 하나일 경우 화면에 코드 노출. 그 외는 갯수 처리
|
|
|
+ if (bIndex == 1) {
|
|
|
+ $('#searchForm input[name=itemkindCdSearchTxt]').val(arrItemkindCd[0]);
|
|
|
+ } else {
|
|
|
+ itemkindCdTxt = bIndex + " 개";
|
|
|
+ $('#itemkindCdTxt').html(itemkindCdTxt);
|
|
|
+ }
|
|
|
+
|
|
|
+ var jsonData = JSON.stringify(arrItemkindCd);
|
|
|
+ $("#searchForm input[name=itemkindCdList]").val(arrItemkindCd.join(','));
|
|
|
+ }
|
|
|
+
|
|
|
+ // 검색
|
|
|
+ $('#btnSearch').on('click', function() {
|
|
|
+ // 입력 값 체크
|
|
|
+ if (!gagajf.validation($('#searchForm')))
|
|
|
+ return false;
|
|
|
+
|
|
|
+ gagaAgGrid.fetch($('#searchForm').prop('action'), gridOptions, '#searchForm', fnCreateTotal);
|
|
|
+ });
|
|
|
+
|
|
|
+ // 합계 생성
|
|
|
+ let fnCreateTotal = function() {
|
|
|
+
|
|
|
+ let totInfo = {};
|
|
|
+ totInfo.stockQty = 0;
|
|
|
+ totInfo.sellQty = 0;
|
|
|
+ totInfo.payAmt = 0;
|
|
|
+ totInfo.goodsCpnAmt = 0;
|
|
|
+ totInfo.tmtbAmt = 0;
|
|
|
+ totInfo.cartCpnAmt = 0;
|
|
|
+ totInfo.cnclQty = 0;
|
|
|
+ totInfo.cnclAmt = 0;
|
|
|
+ totInfo.savePntAmt = 0;
|
|
|
+ totInfo.formalGb = 'TOTAL';
|
|
|
+
|
|
|
+ gridOptions.api.forEachNode(function(rowNode, index) {
|
|
|
+ if (!rowNode.group) {
|
|
|
+ if( typeof rowNode.data.stockQty == 'number') { totInfo.stockQty += rowNode.data.stockQty ; }
|
|
|
+ if( typeof rowNode.data.sellQty == 'number') { totInfo.sellQty += rowNode.data.sellQty ; }
|
|
|
+ if( typeof rowNode.data.payAmt == 'number') { totInfo.payAmt += rowNode.data.payAmt ; }
|
|
|
+ if( typeof rowNode.data.goodsCpnAmt == 'number') { totInfo.goodsCpnAmt += rowNode.data.goodsCpnAmt ; }
|
|
|
+ if( typeof rowNode.data.tmtbAmt == 'number') { totInfo.tmtbAmt += rowNode.data.tmtbAmt ; }
|
|
|
+ if( typeof rowNode.data.cartCpnAmt == 'number') { totInfo.cartCpnAmt += rowNode.data.cartCpnAmt ; }
|
|
|
+ if( typeof rowNode.data.cnclQty == 'number') { totInfo.cnclQty += rowNode.data.cnclQty ; }
|
|
|
+ if( typeof rowNode.data.cnclAmt == 'number') { totInfo.cnclAmt += rowNode.data.cnclAmt ; }
|
|
|
+ if( typeof rowNode.data.savePntAmt == 'number') { totInfo.savePntAmt += rowNode.data.savePntAmt ; }
|
|
|
+ }
|
|
|
+ });
|
|
|
+
|
|
|
+ gagaAgGrid.setPinnedRowData(gridOptions, totInfo, 'top');
|
|
|
+ }
|
|
|
+
|
|
|
+ // 초기화 클릭시
|
|
|
+ $('#btnInit').on('click', function() {
|
|
|
+ $('#searchForm')[0].reset();
|
|
|
+
|
|
|
+ $('#extmallIdTxt').html('');
|
|
|
+ $('#searchForm input[name=extmallIdList]').val('');
|
|
|
+ $('#supplyCompCdTxt').html('');
|
|
|
+ $('#searchForm input[name=supplyCompCdList]').val('');
|
|
|
+ $('#afLinkCdTxt').html('');
|
|
|
+ $('#searchForm input[name=afLinkCdList]').val('');
|
|
|
+ $('#brandCdTxt').html('');
|
|
|
+ $('#searchForm input[name=brandCdList]').val('');
|
|
|
+ $('#itemkindCdTxt').html('');
|
|
|
+ $('#searchForm input[name=itemkindCdList]').val('');
|
|
|
+ });
|
|
|
+
|
|
|
+ // 엑셀다운로드
|
|
|
+ $('#btnExcel').on('click', function() {
|
|
|
+ gagaAgGrid.exportToExcel('일자별주문 목록', gridOptions);
|
|
|
+ });
|
|
|
+
|
|
|
+ // 일자구분 변경 시
|
|
|
+ var fnSetDayGb = function(dayGb) {
|
|
|
+ $('#searchForm input[name=dayGb]').val(dayGb);
|
|
|
+ $('#dayGbD').removeClass('active');
|
|
|
+ $('#dayGbW').removeClass('active');
|
|
|
+ $('#dayGbM').removeClass('active');
|
|
|
+ $('#dayGb' + dayGb).addClass('active');
|
|
|
+ $('#btnSearch').trigger('click');
|
|
|
+ }
|
|
|
+
|
|
|
+ $(document).ready(function() {
|
|
|
+ cfnCreateCalendar('#terms', 'startDt', 'endDt', true, '주문');
|
|
|
+ $('.btnRecentWeek').trigger('click');
|
|
|
+
|
|
|
+ // Create a agGrid
|
|
|
+ gagaAgGrid.createGrid('gridList', gridOptions);
|
|
|
+
|
|
|
+ //조회
|
|
|
+ $('#btnSearch').click();
|
|
|
+ });
|
|
|
+/*]]>*/
|
|
|
+</script>
|
|
|
+
|
|
|
+</html>
|