123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- <%@ page contentType="text/html; charset=utf-8" %>
- <!-- 계약 정보 : 시작 -->
- <div class="application-info magT10">
- <div class="application-sub-title">
- <span class="title">기본정보</span>
- </div>
- <div class="application-location">
- </div>
- </div>
- <TABLE class="form-table">
- <colgroup>
- <col width="120px" />
- <col width="24%"/>
- <col width="120px" />
- <col width="24%"/>
- <col width="120px" />
- <col/>
- </colgroup>
- <TR height="25">
- <TH>현장명</TH>
- <TD><%=ContInfo.get("DEPT_NAME")%></TD>
- <TH>발주의뢰번호</TH>
- <TD><%=ContInfo.get("DEMANDED_NO")%></TD>
- <TH>발주의뢰자</TH>
- <TD><%= ContInfo.get("EMP_NM")%></TD>
- </TR>
- <TR height="25">
- <TH>발주의뢰일</TH>
- <TD><%= ContInfo.get("DEMANDED_DATE")%></TD>
- <TH>발주의뢰부서</TH>
- <TD><%= ContInfo.get("REQ_DEPT_NM")%></TD>
- <TH>공종</TH>
- <TD><%= ContInfo.get("OUT_ITEM_NM")%></TD>
- </TR>
- <TR height="25">
- <TH>계약명</TH>
- <TD colspan="3"><%= ContInfo.get("BUILD_NAME")%></TD>
- <TH>통화구분</TH>
- <TD><%=ContInfo.get("CON_CUR_CD")%><INPUT TYPE="hidden" name="sosuNum" ID="sosuNum" value="<%= ContInfo.get("SOSUNUM")%>"></TD>
- </TR>
- <TR height="25">
- <TH>전자계약 여부</TH>
- <TD colspan="3">
- <%=ContInfo.get("ELEC_CON_YN").equals("Y") ? "온라인" : "오프라인" %>
- <LABEL for="ELEC_CON_YN1" style="display:none"><INPUT id="ELEC_CON_YN1" type="radio" name="ELEC_CON_YN" value="Y" <%=(ContInfo.get("ELEC_CON_YN").equals("Y") || ContInfo.get("ELEC_CON_YN").equals("")) ? "checked=\"checked\"" : "" %>>온라인</LABEL>
- <LABEL for="ELEC_CON_YN2" style="display:none"><INPUT id="ELEC_CON_YN2" type="radio" name="ELEC_CON_YN" value="N" <%=ContInfo.get("ELEC_CON_YN").equals("N") ? "checked=\"checked\"" : "" %>>오프라인</LABEL>
-
- </TD>
- <TH>계약번호</TH>
- <TD><%=ContInfo.get("CON_DOC_NO")%></TD>
- </TR>
- </TABLE>
- <div class="application-info magT10">
- <div class="application-sub-title">
- <span class="title">당사정보(원사업자) </span>
- </div>
- <%-- <div class="application-location">
- <%if (!ContInfo.get("O_SIGN_DATE").equals("")){%>
- 서명일시 : <%= ContInfo.get("O_SIGN_DATE") %>
- <%}%>
- </div> --%>
- </div>
- <TABLE class="form-table">
- <colgroup>
- <col width="120px" />
- <col width="24%"/>
- <col width="120px" />
- <col width="24%"/>
- <col width="120px" />
- <col/>
- </colgroup>
- <TR height="25">
- <TH>업체명</TH>
- <TD colspan="3"><%= ContInfo.get("O_MEMBER_NAME")%></TD>
- <TH>대표자명</TH>
- <TD><%= ContInfo.get("O_BOSS_NAME")%></TD>
- </TR>
- <TR height="25">
- <TH>주소</TH>
- <TD colspan="3"><%= ContInfo.get("O_ADDRESS")%></TD>
- <TH>승인자</TH>
- <TD><%= ContInfo.get("CON_CONFIRM_NAME")%></TD>
- </TR>
- <TR height="25">
- <TH>담당부서</TH>
- <TD><%= ContInfo.get("O_DIVISION")%></TD>
- <TH>담당자명</TH>
- <TD><%= ContInfo.get("O_USER_NAME")%></TD>
- <TH>직급</TH>
- <TD><%= ContInfo.get("O_POSITION")%></TD>
- </TR>
- <TR height="25">
- <TH>담당자 연락처</TH>
- <TD><%= ContInfo.get("O_TEL_NUM")%></TD>
- <TH>담당자 HP</TH>
- <TD><%= ContInfo.get("O_HP")%></TD>
- <TH>담당자 EMAIL</TH>
- <TD><%= ContInfo.get("O_EMAIL")%></TD>
- </TR>
- <!-- 계약정보 : 종료 -->
- </table>
-
-
-
- <div class="application-info magT10">
- <div class="application-sub-title">
- <span class="title">계약업체정보(수급 사업자) </span>
- </div>
- <%-- <div class="application-location">
- <%if (!ContInfo.get("C_SIGN_DATE").equals("")){%>
- 서명일시 : <%= ContInfo.get("C_SIGN_DATE") %>
- <%}%>
- </div> --%>
- </div>
- <TABLE class="form-table">
- <colgroup>
- <col width="120px" />
- <col width="24%"/>
- <col width="120px" />
- <col width="24%"/>
- <col width="120px" />
- <col/>
- </colgroup>
- <TR height="25">
- <TH>업체명</TH>
- <TD colspan="3"><%= ContInfo.get("C_MEMBER_NAME")%></TD>
- <TH>대표자명</TH>
- <TD><%= ContInfo.get("C_BOSS_NAME")%></TD>
- </TR>
- <TR height="25">
- <TH>주소</TH>
- <TD colspan="5"><%= ContInfo.get("C_ADDRESS")%></TD>
- </TR>
- <TR height="25">
- <TH>담당부서</TH>
- <TD><%= ContInfo.get("C_DIVISION")%></TD>
- <TH>담당자명</TH>
- <TD><%= ContInfo.get("C_USER_NAME")%></TD>
- <TH>직급</TH>
- <TD><%= ContInfo.get("C_POSITION")%></TD>
- </TR>
- <TR height="25">
- <TH>담당자 연락처</TH>
- <TD><%= ContInfo.get("C_TEL_NUM")%></TD>
- <TH>담당자 HP</TH>
- <TD><%= ContInfo.get("C_HP")%></TD>
- <TH>담당자 EMAIL</TH>
- <TD><%= ContInfo.get("C_EMAIL")%></TD>
- </TR>
- <!-- 계약정보 : 종료 -->
- </table>
|