From d3e2ffa662224316f638403e8879a2f16f8e62fd Mon Sep 17 00:00:00 2001 From: hjjeong Date: Mon, 8 Dec 2025 12:02:03 +0900 Subject: [PATCH] =?UTF-8?q?=ED=92=88=EC=A7=88=EA=B4=80=EB=A6=AC=5F?= =?UTF-8?q?=EA=B3=B5=EC=A0=95=EA=B2=80=EC=82=AC=EA=B4=80=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../quality/processInspectionFormPopUp.jsp | 522 +++++++++++++++--- .../view/quality/processInspectionList.jsp | 82 ++- src/com/pms/controller/QualityController.java | 53 +- src/com/pms/mapper/common.xml | 16 + src/com/pms/mapper/quality.xml | 237 ++++++-- src/com/pms/service/QualityService.java | 88 +++ 6 files changed, 832 insertions(+), 166 deletions(-) diff --git a/WebContent/WEB-INF/view/quality/processInspectionFormPopUp.jsp b/WebContent/WEB-INF/view/quality/processInspectionFormPopUp.jsp index a50e899..62517ed 100644 --- a/WebContent/WEB-INF/view/quality/processInspectionFormPopUp.jsp +++ b/WebContent/WEB-INF/view/quality/processInspectionFormPopUp.jsp @@ -1,13 +1,16 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> -<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <%@ page import="com.pms.common.utils.*"%> <%@ page import="java.util.*" %> <%@include file= "/init.jsp" %> + <% -String menuObjId = request.getParameter("menuObjId"); -String menuName = CommonUtils.getMenuName(menuObjId, "공정검사 등록"); +PersonBean person = (PersonBean) session.getAttribute(Constants.PERSON_BEAN); +String connector = person.getUserId(); %> + + @@ -15,88 +18,471 @@ String menuName = CommonUtils.getMenuName(menuObjId, "공정검사 등록"); <%=Constants.SYSTEM_NAME%> + + - -
-