%@ page contentType="text/html; charset=utf-8" %>
현장명 | <%=ContInfo.get("DEPT_NAME")%> | 발주의뢰번호 | <%=ContInfo.get("DEMANDED_NO")%> | 발주의뢰자 | <%= ContInfo.get("EMP_NM")%> |
---|---|---|---|---|---|
발주의뢰일 | <%= ContInfo.get("DEMANDED_DATE")%> | 발주의뢰부서 | <%= ContInfo.get("REQ_DEPT_NM")%> | 통화구분 | <%=ContInfo.get("CON_CUR_CD")%>"> |
계약명 | <%= ContInfo.get("CST_DOC_NAME")%> | 계약번호 | <%=ContInfo.get("ORD_DOC_NO")%> | ||
전자계약 여부 | <%=ContInfo.get("ELEC_CON_YN").equals("Y") ? "온라인" : "오프라인" %> |
업체명 | <%= ContInfo.get("O_MEMBER_NAME")%> | 대표자명 | <%= ContInfo.get("O_BOSS_NAME")%> | ||
---|---|---|---|---|---|
주소 | <%= ContInfo.get("O_ADDRESS")%> | 승인자 | <%= ContInfo.get("CON_CONFIRM_NAME")%> | ||
담당부서 | <%= ContInfo.get("O_DIVISION")%> | 담당자명 | <%= ContInfo.get("O_USER_NAME")%> | 직급 | <%= ContInfo.get("O_POSITION")%> |
담당자 연락처 | <%= ContInfo.get("O_TEL_NUM")%> | 담당자 HP | <%= ContInfo.get("O_HP")%> | 담당자 EMAIL | <%= ContInfo.get("O_EMAIL")%> |
업체명 | <%= ContInfo.get("C_MEMBER_NAME")%> | 대표자명 | <%= ContInfo.get("C_BOSS_NAME")%> | ||
---|---|---|---|---|---|
주소 | <%= ContInfo.get("C_ADDRESS")%> | ||||
담당부서 | <%= ContInfo.get("C_DIVISION")%> | 담당자명 | <%= ContInfo.get("C_USER_NAME")%> | 직급 | <%= ContInfo.get("C_POSITION")%> |
담당자 연락처 | <%= ContInfo.get("C_TEL_NUM")%> | 담당자 HP | <%= ContInfo.get("C_HP")%> | 담당자 EMAIL | <%= ContInfo.get("C_EMAIL")%> |