%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <%@ page import="com.pms.common.utils.*"%> <%@ page import="java.util.*"%> <%@include file="/init_jqGrid.jsp"%> <% Map info = (HashMap)(request.getAttribute("info")); boolean isModify = true; if(info!=null && ( CommonUtils.checkNull(info.get("APPR_STATUS")).equals( "결재중" ) ||CommonUtils.checkNull(info.get("APPR_STATUS")).equals( "결재완료" ) ||CommonUtils.checkNull(info.get("MULTI_YN")).equals( "Y") && !CommonUtils.checkNull(info.get("MULTI_MASTER_YN")).equals( "Y") ||CommonUtils.checkNull(info.get("STATUS")).equals( "cancel" ) ) ){ isModify = false; //수정불가 } String actType = (String)request.getAttribute("actType"); boolean isPriceInput = false; if(info!=null && CommonUtils.checkNull(info.get("STATUS")).equals( "approvalComplete" )){ isPriceInput = true; } %>