<%@ 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"%> <%@ page import="java.util.*" %> <%@include file= "/init.jsp" %> <% Map info = (HashMap)(request.getAttribute("resultMap")); boolean isModify = true; if(info!=null && ( CommonUtils.checkNull(info.get("STATUS_TITLE")).equals( "결재중" ) ||CommonUtils.checkNull(info.get("STATUS_TITLE")).equals( "결재완료" ) ||CommonUtils.checkNull(info.get("STATUS_TITLE")).equals( "접수" ) ) ){ isModify = false; //수정불가 } String actType = (String)request.getAttribute("actType"); %> <% PersonBean person = (PersonBean)session.getAttribute(Constants.PERSON_BEAN); String userId = CommonUtils.checkNull(person.getUserId()); %> <%=Constants.SYSTEM_NAME%>

구매요청서
(Purchase request)

<%-- --%>
${resultMap.WRITER_NAME}
${resultMap.REGDATE_TITLE}
<%-- --%>
<% if(isModify){ %>
<% } %>
품번 품명 수량 공급업체
<%-- --%>
<% if(isModify){ %> <% }else{ %> <% } %>
<%--
--%>