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%> - + - + +