From 7e4f6599248140a7d854c6c09c160cae8bf0cc0a Mon Sep 17 00:00:00 2001 From: leeheejin Date: Tue, 16 Dec 2025 17:08:08 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=91=EC=85=80=EC=AA=BD=20=EC=BB=A4?= =?UTF-8?q?=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../view/quality/semiProductInspectionFormPopUp.jsp | 2 +- .../WEB-INF/view/quality/semiProductInspectionList.jsp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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";