From 2cc8350f6c96ff90e9ca388e31f5f3d3f652af28 Mon Sep 17 00:00:00 2001 From: hjjeong Date: Thu, 5 Mar 2026 17:56:26 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EB=8A=A5=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../incomingInspectionProgressPopUp.jsp | 3 +- .../semiProductInspectionFormPopUp.jsp | 152 ++++++++++++------ 2 files changed, 106 insertions(+), 49 deletions(-) diff --git a/WebContent/WEB-INF/view/quality/incomingInspectionProgressPopUp.jsp b/WebContent/WEB-INF/view/quality/incomingInspectionProgressPopUp.jsp index 50c2f81..8b73699 100644 --- a/WebContent/WEB-INF/view/quality/incomingInspectionProgressPopUp.jsp +++ b/WebContent/WEB-INF/view/quality/incomingInspectionProgressPopUp.jsp @@ -119,7 +119,8 @@ var _ACTION_RESULT_LIST = [ {"CODE": "", "NAME": "선택"}, {"CODE": "수정", "NAME": "수정완료"}, {"CODE": "폐기", "NAME": "폐기"}, - {"CODE": "특채", "NAME": "특채완료"} + {"CODE": "특채", "NAME": "특채완료"}, + {"CODE": "검사완료", "NAME": "검사완료"} ]; // 검사자 목록 var _INSPECTOR_LIST = []; diff --git a/WebContent/WEB-INF/view/quality/semiProductInspectionFormPopUp.jsp b/WebContent/WEB-INF/view/quality/semiProductInspectionFormPopUp.jsp index 1ac39de..969df00 100644 --- a/WebContent/WEB-INF/view/quality/semiProductInspectionFormPopUp.jsp +++ b/WebContent/WEB-INF/view/quality/semiProductInspectionFormPopUp.jsp @@ -26,9 +26,10 @@ String loginUserId = CommonUtils.checkNull(person.getUserId()); <%=Constants.SYSTEM_NAME%> - + - + +