<% /** * 검색 팝업 품목코드 * @since 2021.10.01 * @author kim * @version 1.0 * * << 개정 이력 >> * * 수정일 수정자 수정내용 * ---------------- --------------------- -------------------------------------------------------- * 2021.10.01 김효일 최초작성 **/ %> <%@ 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" %> <% PersonBean person = (PersonBean)session.getAttribute(Constants.PERSON_BEAN); String connector = person.getUserId(); %> <%=Constants.SYSTEM_NAME%>
 
품번 품명 단위 수량 형번(규격) 재질 중량
조회된 데이터가 없습니다.
${item.PART_NO} ${item.PART_NAME} ${item.UNIT_NM} ${item.QTY} ${item.SPEC} ${item.MATERIAL} ${item.WEIGHT}
<%@include file="paging.jsp" %>