diff --git a/WebContent/WEB-INF/view/quality/processInspectionList.jsp b/WebContent/WEB-INF/view/quality/processInspectionList.jsp index 00ee121..7cb6c00 100644 --- a/WebContent/WEB-INF/view/quality/processInspectionList.jsp +++ b/WebContent/WEB-INF/view/quality/processInspectionList.jsp @@ -141,18 +141,6 @@ function fn_search(){ _tabulGrid = fnc_tabul_search(_tabul_layout_fitColumns, _tabulGrid, "/quality/processInspectionGridList.do", columns, true); } -// 검색조건 초기화 -// function fn_reset(){ -// $("#search_inspection_date_from").val(""); -// $("#search_inspection_date_to").val(""); -// $("#search_inspector").val(""); -// $("#search_project_no").val(""); -// $("#search_part_no").val(""); -// $("#search_part_name").val(""); -// $("#search_inspection_result").val(""); -// $("#search_process_cd").val("").trigger("change"); -// } - // 공정검사 등록 팝업 function fn_registPopUp(){ var popup_width = 1500; @@ -353,7 +341,7 @@ async function fn_createExcelFile(data){