diff --git a/WebContent/WEB-INF/view/productionplanning/prodPlanFormPopup.jsp b/WebContent/WEB-INF/view/productionplanning/prodPlanFormPopup.jsp new file mode 100644 index 0000000..6cccde9 --- /dev/null +++ b/WebContent/WEB-INF/view/productionplanning/prodPlanFormPopup.jsp @@ -0,0 +1,377 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ page import="com.pms.common.utils.*"%> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ page import="java.util.*" %> +<%@include file= "/init_new.jsp" %> +<% + Map info = (HashMap)(request.getAttribute("resultMap")); + String actionType = (String)request.getAttribute("actionType"); + boolean isNew = "regist".equals(actionType); +%> + + +
+ +