ContChgRcvInfo.jsp 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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("CON_CUR_CD")%><INPUT TYPE="hidden" name="sosuNum" ID="sosuNum" value="<%= ContInfo.get("SOSUNUM")%>"></TD>
  34. </TR>
  35. <TR height="25">
  36. <TH>계약명</TH>
  37. <TD colspan="3"><%= ContInfo.get("CST_DOC_NAME")%></TD>
  38. <TH>계약번호</TH>
  39. <TD><%=ContInfo.get("ORD_DOC_NO")%></TD>
  40. </TR>
  41. <TR height="25">
  42. <TH>전자계약 여부</TH>
  43. <TD colspan="5">
  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. </TR>
  49. </TABLE>
  50. <div class="application-info magT10">
  51. <div class="application-sub-title">
  52. <span class="title">당사정보(원사업자) </span>
  53. </div>
  54. <%-- <div class="application-location">
  55. <%if (!ContInfo.get("O_SIGN_DATE").equals("")){%>
  56. 서명일시 : <%= ContInfo.get("O_SIGN_DATE") %>
  57. <%}%>
  58. </div> --%>
  59. </div>
  60. <TABLE class="form-table">
  61. <colgroup>
  62. <col width="120px" />
  63. <col width="24%"/>
  64. <col width="120px" />
  65. <col width="24%"/>
  66. <col width="120px" />
  67. <col/>
  68. </colgroup>
  69. <TR height="25">
  70. <TH>업체명</TH>
  71. <TD colspan="3"><%= ContInfo.get("O_MEMBER_NAME")%></TD>
  72. <TH>대표자명</TH>
  73. <TD><%= ContInfo.get("O_BOSS_NAME")%></TD>
  74. </TR>
  75. <TR height="25">
  76. <TH>주소</TH>
  77. <TD colspan="3"><%= ContInfo.get("O_ADDRESS")%></TD>
  78. <TH>승인자</TH>
  79. <TD><%= ContInfo.get("CON_CONFIRM_NAME")%></TD>
  80. </TR>
  81. <TR height="25">
  82. <TH>담당부서</TH>
  83. <TD><%= ContInfo.get("O_DIVISION")%></TD>
  84. <TH>담당자명</TH>
  85. <TD><%= ContInfo.get("O_USER_NAME")%></TD>
  86. <TH>직급</TH>
  87. <TD><%= ContInfo.get("O_POSITION")%></TD>
  88. </TR>
  89. <TR height="25">
  90. <TH>담당자 연락처</TH>
  91. <TD><%= ContInfo.get("O_TEL_NUM")%></TD>
  92. <TH>담당자 HP</TH>
  93. <TD><%= ContInfo.get("O_HP")%></TD>
  94. <TH>담당자 EMAIL</TH>
  95. <TD><%= ContInfo.get("O_EMAIL")%></TD>
  96. </TR>
  97. <!-- 계약정보 : 종료 -->
  98. </table>
  99. <div class="application-info magT10">
  100. <div class="application-sub-title">
  101. <span class="title">계약업체정보(수급 사업자) </span>
  102. </div>
  103. <%-- <div class="application-location">
  104. <%if (!ContInfo.get("C_SIGN_DATE").equals("")){%>
  105. 서명일시 : <%= ContInfo.get("C_SIGN_DATE") %>
  106. <%}%>
  107. </div> --%>
  108. </div>
  109. <TABLE class="form-table">
  110. <colgroup>
  111. <col width="120px" />
  112. <col width="24%"/>
  113. <col width="120px" />
  114. <col width="24%"/>
  115. <col width="120px" />
  116. <col/>
  117. </colgroup>
  118. <TR height="25">
  119. <TH>업체명</TH>
  120. <TD colspan="3"><%= ContInfo.get("C_MEMBER_NAME")%></TD>
  121. <TH>대표자명</TH>
  122. <TD><%= ContInfo.get("C_BOSS_NAME")%></TD>
  123. </TR>
  124. <TR height="25">
  125. <TH>주소</TH>
  126. <TD colspan="5"><%= ContInfo.get("C_ADDRESS")%></TD>
  127. </TR>
  128. <TR height="25">
  129. <TH>담당부서</TH>
  130. <TD><%= ContInfo.get("C_DIVISION")%></TD>
  131. <TH>담당자명</TH>
  132. <TD><%= ContInfo.get("C_USER_NAME")%></TD>
  133. <TH>직급</TH>
  134. <TD><%= ContInfo.get("C_POSITION")%></TD>
  135. </TR>
  136. <TR height="25">
  137. <TH>담당자 연락처</TH>
  138. <TD><%= ContInfo.get("C_TEL_NUM")%></TD>
  139. <TH>담당자 HP</TH>
  140. <TD><%= ContInfo.get("C_HP")%></TD>
  141. <TH>담당자 EMAIL</TH>
  142. <TD><%= ContInfo.get("C_EMAIL")%></TD>
  143. </TR>
  144. <!-- 계약정보 : 종료 -->
  145. </table>