<%@ 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" %> <% String supply_name = CommonUtils.checkNull(request.getParameter("supply_name")); String searchStatus = CommonUtils.checkNull(request.getParameter("searchStatus")); %> <%=Constants.SYSTEM_NAME%>

영업관리_고객관리

<%@include file= "/WEB-INF/view/common/common_gridArea.jsp" %>