ContChgRcvInfo.jsp 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <%@ page contentType="text/html; charset=utf-8" %>
  2. <!-- 계약 정보 : 시작 -->
  3. <div class="application-info magT10">
  4. <div class="application-sub-title">
  5. <span class="title">기본정보</span>
  6. </div>
  7. <div class="application-location">
  8. </div>
  9. </div>
  10. <TABLE class="form-table">
  11. <colgroup>
  12. <col width="120px" />
  13. <col width="24%"/>
  14. <col width="120px" />
  15. <col width="24%"/>
  16. <col width="120px" />
  17. <col/>
  18. </colgroup>
  19. <TR height="25">
  20. <TH>현장명</TH>
  21. <TD><%=ContInfo.get("DEPT_NAME")%></TD>
  22. <TH>발주의뢰번호</TH>
  23. <TD><%=ContInfo.get("DEMANDED_NO")%></TD>
  24. <TH>발주의뢰자</TH>
  25. <TD><%= ContInfo.get("EMP_NM")%></TD>
  26. </TR>
  27. <TR height="25">
  28. <TH>발주의뢰일</TH>
  29. <TD><%= ContInfo.get("DEMANDED_DATE")%></TD>
  30. <TH>발주의뢰부서</TH>
  31. <TD><%= ContInfo.get("REQ_DEPT_NM")%></TD>
  32. <TH>공종</TH>
  33. <TD><%= ContInfo.get("OUT_ITEM_NM")%></TD>
  34. </TR>
  35. <TR height="25">
  36. <TH>계약명</TH>
  37. <TD colspan="3"><%= ContInfo.get("BUILD_NAME")%></TD>
  38. <TH>통화구분</TH>
  39. <TD><%=ContInfo.get("CON_CUR_CD")%><INPUT TYPE="hidden" name="sosuNum" ID="sosuNum" value="<%= ContInfo.get("SOSUNUM")%>"></TD>
  40. </TR>
  41. <TR height="25">
  42. <TH>전자계약 여부</TH>
  43. <TD colspan="3">
  44. <%=ContInfo.get("ELEC_CON_YN").equals("Y") ? "온라인" : "오프라인" %>
  45. <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>
  46. <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>
  47. </TD>
  48. <TH>계약번호</TH>
  49. <TD><%=ContInfo.get("CON_DOC_NO")%></TD>
  50. </TR>
  51. </TABLE>
  52. <div class="application-info magT10">
  53. <div class="application-sub-title">
  54. <span class="title">당사정보(원사업자) </span>
  55. </div>
  56. <%-- <div class="application-location">
  57. <%if (!ContInfo.get("O_SIGN_DATE").equals("")){%>
  58. 서명일시 : <%= ContInfo.get("O_SIGN_DATE") %>
  59. <%}%>
  60. </div> --%>
  61. </div>
  62. <TABLE class="form-table">
  63. <colgroup>
  64. <col width="120px" />
  65. <col width="24%"/>
  66. <col width="120px" />
  67. <col width="24%"/>
  68. <col width="120px" />
  69. <col/>
  70. </colgroup>
  71. <TR height="25">
  72. <TH>업체명</TH>
  73. <TD colspan="3"><%= ContInfo.get("O_MEMBER_NAME")%></TD>
  74. <TH>대표자명</TH>
  75. <TD><%= ContInfo.get("O_BOSS_NAME")%></TD>
  76. </TR>
  77. <TR height="25">
  78. <TH>주소</TH>
  79. <TD colspan="3"><%= ContInfo.get("O_ADDRESS")%></TD>
  80. <TH>승인자</TH>
  81. <TD><%= ContInfo.get("CON_CONFIRM_NAME")%></TD>
  82. </TR>
  83. <TR height="25">
  84. <TH>담당부서</TH>
  85. <TD><%= ContInfo.get("O_DIVISION")%></TD>
  86. <TH>담당자명</TH>
  87. <TD><%= ContInfo.get("O_USER_NAME")%></TD>
  88. <TH>직급</TH>
  89. <TD><%= ContInfo.get("O_POSITION")%></TD>
  90. </TR>
  91. <TR height="25">
  92. <TH>담당자 연락처</TH>
  93. <TD><%= ContInfo.get("O_TEL_NUM")%></TD>
  94. <TH>담당자 HP</TH>
  95. <TD><%= ContInfo.get("O_HP")%></TD>
  96. <TH>담당자 EMAIL</TH>
  97. <TD><%= ContInfo.get("O_EMAIL")%></TD>
  98. </TR>
  99. <!-- 계약정보 : 종료 -->
  100. </table>
  101. <div class="application-info magT10">
  102. <div class="application-sub-title">
  103. <span class="title">계약업체정보(수급 사업자) </span>
  104. </div>
  105. <%-- <div class="application-location">
  106. <%if (!ContInfo.get("C_SIGN_DATE").equals("")){%>
  107. 서명일시 : <%= ContInfo.get("C_SIGN_DATE") %>
  108. <%}%>
  109. </div> --%>
  110. </div>
  111. <TABLE class="form-table">
  112. <colgroup>
  113. <col width="120px" />
  114. <col width="24%"/>
  115. <col width="120px" />
  116. <col width="24%"/>
  117. <col width="120px" />
  118. <col/>
  119. </colgroup>
  120. <TR height="25">
  121. <TH>업체명</TH>
  122. <TD colspan="3"><%= ContInfo.get("C_MEMBER_NAME")%></TD>
  123. <TH>대표자명</TH>
  124. <TD><%= ContInfo.get("C_BOSS_NAME")%></TD>
  125. </TR>
  126. <TR height="25">
  127. <TH>주소</TH>
  128. <TD colspan="5"><%= ContInfo.get("C_ADDRESS")%></TD>
  129. </TR>
  130. <TR height="25">
  131. <TH>담당부서</TH>
  132. <TD><%= ContInfo.get("C_DIVISION")%></TD>
  133. <TH>담당자명</TH>
  134. <TD><%= ContInfo.get("C_USER_NAME")%></TD>
  135. <TH>직급</TH>
  136. <TD><%= ContInfo.get("C_POSITION")%></TD>
  137. </TR>
  138. <TR height="25">
  139. <TH>담당자 연락처</TH>
  140. <TD><%= ContInfo.get("C_TEL_NUM")%></TD>
  141. <TH>담당자 HP</TH>
  142. <TD><%= ContInfo.get("C_HP")%></TD>
  143. <TH>담당자 EMAIL</TH>
  144. <TD><%= ContInfo.get("C_EMAIL")%></TD>
  145. </TR>
  146. <!-- 계약정보 : 종료 -->
  147. </table>