<%-- - FileName : StockList.jsp - Author : gyeongmo an - Date : 2014.07.15 - Copyright : Copyright (c) 2014 www.udapsoft.co.kr, Inc. - All rights reserved. - Description: 입고현황 --%> <%@ page contentType="text/html; charset=utf-8" %> <%@ page import="com.udapsoft.waf.system.HandlerStorage" %> <%@ page import="com.udapsoft.waf.common.ui.*" %> <%@ page import="kr.co.udapsoft.common.code.*" %> <%@ page import="kr.co.hsnc.common.util.*"%> <%@ page import="kr.co.hsnc.common.sql.*" %> <%@ include file="/jsp/work/taglib.jsp" %> <% ctx.init(request, response); HandlerStorage storage = ctx.getHandlerStorage(); ValueObject params = storage.getParams(); ValueObject user = storage.getUser(); String fevent = storage.getEvent(); RowSet materialKindCodeLv1 = storage.getRowSet("materialKindCodeLv1"); RowSet materialKindCodeLv2 = new RowSetImpl(); RowSet materialKindCodeLv3 = new RowSetImpl(); %>
  • 입고 현황
현장 <%=InputText.getSiteCodeNew("dept_cd", "dept_name", "", user, params.get("dept_cd"), params.get("dept_name"))%> 입고일자 <%= InputText.get("sYmdSt", params.get("sYmdSt"), 10, 50, "hangule,center, desc=기간,ReadOnly") %> ~ <%= InputText.get("sYmdEd", params.get("sYmdEd"), 10, 50, "hangule,center, desc=기간,ReadOnly") %> 검색 엑셀
계약명 거래처 <%= InputText.get("corp_name", params.get("corp_name"), 50, 50, "hangule,left, desc=거래처") %>
자재분류 <%= HTMLMaker.getSelectTag(materialKindCodeLv1, "materialgroup", "materialgroupname" , "material_Kind_Code_Lv1", "style='width:28%;height=18;'", "", params.get("material_Kind_Code_Lv1"), 0) %> <%= HTMLMaker.getSelectTag(materialKindCodeLv2, "materialgroup", "materialgroupname" , "material_Kind_Code_Lv2", "style='width:28%;height=18;'", "", params.get("material_Kind_Code_Lv2"), 0) %> <%= HTMLMaker.getSelectTag(materialKindCodeLv3, "materialgroup", "materialgroupname" , "material_Kind_Code_Lv3", "style='width:28%;height=18;'", "", params.get("material_Kind_Code_Lv3"), 0) %> 자재명 <%= InputText.get("material_cd", "","", 15, 255, "class=input byteChk, perSize", "onkeypress=\"doKeyPress();\" onClick=\"\"") %> <%= InputText.get("material_nm", "","", 45, 255, "class=input byteChk, perSize", "onkeypress=\"doKeyPress();\" onClick=\"\"") %> [자재코드]