diff --git a/WebContent/WEB-INF/view/quality/semiProductInspectionFormPopUp.jsp b/WebContent/WEB-INF/view/quality/semiProductInspectionFormPopUp.jsp index 0035d7e..4ea2d53 100644 --- a/WebContent/WEB-INF/view/quality/semiProductInspectionFormPopUp.jsp +++ b/WebContent/WEB-INF/view/quality/semiProductInspectionFormPopUp.jsp @@ -244,7 +244,7 @@ var partNoList = []; // 부품품번 목록 var partNameList = []; // 부품명 목록 // 코드 목록 (드롭박스용) -var productTypeList = ["Machine", "A/S", "D/S", "S/A", "기타"]; // 제품구분 +var productTypeList = ["Machine", "A/S", "D/S", "B/S", "C/T", "A/C", "W/M", "기타"]; // 제품구분 var defectTypeList = ["외관불량", "치수불량", "기능불량", "재료불량", "조립불량", "도장불량", "용접불량", "기타"]; // 불량유형 var defectCauseList = ["작업자 실수", "설비 이상", "자재 불량", "설계 오류", "공정 이상", "환경 요인", "기타"]; // 불량원인 var responsibleDeptList = ["사용자 정보(부서)", "구매", "생산기술", "제조1팀", "제조2팀", "제조3팀", "연구소", "외주업체", "품질"]; // 귀책부서 diff --git a/WebContent/WEB-INF/view/quality/semiProductInspectionList.jsp b/WebContent/WEB-INF/view/quality/semiProductInspectionList.jsp index f51747a..1dd4449 100644 --- a/WebContent/WEB-INF/view/quality/semiProductInspectionList.jsp +++ b/WebContent/WEB-INF/view/quality/semiProductInspectionList.jsp @@ -274,8 +274,8 @@ function fn_search(){ // 검사일 클릭 시 검사결과 확인/수정 팝업 function fn_openInspectionPopUp(rowData){ - var popup_width = 1000; - var popup_height = 600; + var popup_width = 1500; + var popup_height = 900; var hiddenForm = document.hiddenForm; var target = "semiProductInspectionPopUp"; var url = "/quality/semiProductInspectionFormPopUp.do"; @@ -297,8 +297,8 @@ function fn_openInspectionPopUp(rowData){ // 반제품검사 등록 팝업 (신규 등록) function fn_registPopUp(){ - var popup_width = 1200; - var popup_height = 700; + var popup_width = 1800; + var popup_height = 1050; var hiddenForm = document.hiddenForm; var target = "semiProductInspectionPopUp"; var url = "/quality/semiProductInspectionFormPopUp.do";