diff --git a/WebContent/WEB-INF/view/partMng/structureAscendingList.jsp b/WebContent/WEB-INF/view/partMng/structureAscendingList.jsp index a0f68ab..f01dfaf 100644 --- a/WebContent/WEB-INF/view/partMng/structureAscendingList.jsp +++ b/WebContent/WEB-INF/view/partMng/structureAscendingList.jsp @@ -76,6 +76,19 @@ $(document).ready(function(){ fn_search(); }); + + //정전개 조회 + $("#btnSearchAscending").click(function(){ + $("#searchType").val("ascending"); + fn_search(); + }); + + //역전개 조회 + $("#btnSearchDescending").click(function(){ + $("#searchType").val("descending"); + fn_search(); + }); + $("#btnExcel").click(function(){ $("#search_partNo").val($.trim($("#search_partNo").val())); @@ -690,18 +703,25 @@ function fn_excelExport(pGridObj,pFileName){