123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495 |
- <%@page import="com.udapsoft.waf.common.util.Formatter2"%>
- <%@ page contentType="text/html; charset=utf-8" %>
- <%
- if (isViewWrite == "W"){
- %>
- <!-- 계약 정보 : 시작 -->
- <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><%= InputText.get("CURRENCY_GB", ContInfo.get("CURRENCY_GB"), 97, 20, "required,desc=통화구분,readOnly,persize") %><INPUT TYPE="hidden" name="sosuNum" ID="sosuNum" value="<%= ContInfo.get("SOSUNUM")%>"><%//=CommCodeManager.getSelectCodeList("911", "CURRENCY_GB", "width:150px;disabled", "", ContInfo.get("CURRENCY_GB")) %></TD>
- </TR>
- <TR height="25">
- <TH>계약명</TH>
- <TD colspan="5"><%= ContInfo.get("CST_DOC_NAME")%></TD>
- </TR>
- <%
- //2019.11.18 자유서식인 경우 해외업체 아니어도 대금지급 여부 노출되도록 수정 요청(송영주 과장님)
- //if((params.get("TEMPLATE_CD").equals("9") || params.get("TEMPLATE_CD").equals("10")) && ContInfo.get("IN_OUT_DIV").equals("O")){
- if(params.get("TEMPLATE_CD").equals("9") || params.get("TEMPLATE_CD").equals("10")){
- %>
- <TR height="25">
- <TH class="required">전자계약 여부</TH>
- <TD>
- <LABEL for="ELEC_CON_YN1"><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"><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 colspan="3">
- <LABEL for="ERP_CHECK_YN1"><INPUT id="ERP_CHECK_YN1" type="radio" name="ERP_CHECK_YN" value="Y" <%=(ContInfo.get("ERP_CHECK_YN").equals("Y") || ContInfo.get("ERP_CHECK_YN").equals("")) ? "checked=\"checked\"" : "" %>>예 (ERP거래처 등록 후 작성완료)</LABEL>
- <LABEL for="ERP_CHECK_YN2"><INPUT id="ERP_CHECK_YN2" type="radio" name="ERP_CHECK_YN" value="N" onclick="javascipt:erpCheckYn();" <%=ContInfo.get("ERP_CHECK_YN").equals("N") ? "checked=\"checked\"" : "" %>>아니요(관리목적 계약 등록건)</LABEL>
- </TD>
- </TR>
- <%}else{ %>
- <%if(ContInfo.get("IN_OUT_DIV").equals("O")){ %>
- <TR height="25">
- <TH class="required">전자계약 여부</TH>
- <TD colspan="5">
- <LABEL for="ELEC_CON_YN1"><INPUT id="ELEC_CON_YN1" type="radio" name="ELEC_CON_YN" value="Y" disabled>온라인</LABEL>
- <LABEL for="ELEC_CON_YN2"><INPUT id="ELEC_CON_YN2" type="radio" name="ELEC_CON_YN" value="N" checked="checked">오프라인</LABEL>
- <INPUT type="hidden" name="ERP_CHECK_YN" VALUE ="<%=ContInfo.get("ERP_CHECK_YN") %>"/>
- </TD>
- </TR>
- <%}else{ %>
- <TR height="25">
- <TH class="required">전자계약 여부</TH>
- <TD colspan="5">
- <LABEL for="ELEC_CON_YN1"><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"><INPUT id="ELEC_CON_YN2" type="radio" name="ELEC_CON_YN" value="N" <%=ContInfo.get("ELEC_CON_YN").equals("N") ? "checked=\"checked\"" : "" %>>오프라인</LABEL>
- <INPUT type="hidden" name="ERP_CHECK_YN" VALUE ="<%=ContInfo.get("ERP_CHECK_YN") %>"/>
- </TD>
- </TR>
- <%} %>
- <%} %>
- </TABLE>
- <%
- /*
- 분개유형
- */
- %>
- <%@ include file="/jsp/ko_KR/buyer/cont/purchase/payItem.jsp" %>
- <%@ include file="/jsp/ko_KR/buyer/cont/purchase/stampDuty.jsp" %>
- <%@ include file="/jsp/ko_KR/buyer/cont/purchase/promiseDocList.jsp" %>
- <div class="application-info magT10">
- <div class="application-sub-title">
- <span class="title">당사정보(원사업자) </span><font color="red">*필수입력항목</font>
- </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"><%= InputText.get("O_MEMBER_NAME", ContInfo.get("O_MEMBER_NAME"), 97, 60, "required,desc=업체명,readOnly,persize") %></TD>
- <TH>대표자명</TH>
- <TD><%= InputText.get("O_BOSS_NAME", ContInfo.get("O_BOSS_NAME"), 97, 30, "required,desc=대표자명,readOnly,persize") %></TD>
- </TR>
- <TR height="25">
- <TH>주소</TH>
- <TD colspan="5"><%= InputText.get("O_ADDRESS", ContInfo.get("O_ADDRESS"), 97, 200, "required,desc=주소,readOnly,persize") %></TD>
- <!-- TH class="required">승인자</TH>
- <TD>
- <INPUT type="hidden" name="CON_CONFIRM_ID" id="CON_CONFIRM_ID" value="<%=ContInfo.get("CON_CONFIRM_ID")%>" />
- <%= InputText.get("CON_CONFIRM_NAME", ContInfo.get("CON_CONFIRM_NAME"), 80, 100, "required,desc=승인자,persize,readOnly") %>
- <IMG id="btn_sitedescchrgprsnid" src="/img/buyer/button/bt_search_right.gif" alt="승인자" border="0" align="absmiddle" style="cursor:pointer;" onClick="JavaScript:SearchUser('','CON_CONFIRM_NAME','CON_CONFIRM_ID');">
- </TD -->
- </TR>
- <TR height="25">
- <TH class="required">담당부서</TH>
- <TD><%= InputText.get("O_DIVISION", ContInfo.get("O_DIVISION"), 97, 50, "required,desc=담당부서,persize,hangule") %></TD>
- <TH class="required">담당자명</TH>
- <TD>
- <%= InputText.get("O_USER_NAME", ContInfo.get("O_USER_NAME"), 88, 100, "required,desc=담당자명,persize,readOnly") %>
- <IMG id="btn_sitedescchrgprsnid" src="/img/buyer/button/bt_search_right.gif" alt="담당자" border="0" align="absmiddle" style="cursor:pointer;" onClick="JavaScript:SearchUser('','','');">
- </TD>
- <TH>직급</TH>
- <TD><%= InputText.get("O_POSITION", ContInfo.get("O_POSITION"), 97, 20, "desc=직급,persize,hangule") %></TD>
- </TR>
- <TR height="25">
- <TH class="required">담당자 연락처</TH>
- <TD><%= InputText.get("O_TEL_NUM", ContInfo.get("O_TEL_NUM"), 63, 15, "required,desc=담당자 연락처,persize") %> ex)02-0000-0000</TD>
- <TH class="required">담당자 HP</TH>
- <TD><%= InputText.get("O_HP", ContInfo.get("O_HP"), 61, 15, "required,desc=담당자 HP,persize") %> ex)010-0000-0000</TD>
- <TH class="required">담당자 EMAIL</TH>
- <TD><%= InputText.get("O_EMAIL", ContInfo.get("O_EMAIL"), 97, 100, "required,desc=담당자 EMAIL,persize") %></TD>
- </TR>
- <!-- 계약정보 : 종료 -->
- </table>
-
- <div class="application-info magT10">
- <div class="application-sub-title">
- <span class="title">계약업체정보(수급 사업자) </span><font color="red">*필수입력항목</font>
- </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"><%= InputText.get("C_MEMBER_NAME", ContInfo.get("C_MEMBER_NAME"), 97, 60, "required,desc=업체명,readOnly,persize") %></TD>
- <TH>대표자명</TH>
- <TD><%= InputText.get("C_BOSS_NAME", ContInfo.get("C_BOSS_NAME"), 97, 30, "required,desc=대표자명,persize", "", "onblur=\"javascript:replaceInput(this, 'c_boss_name', __html);\"") %></TD>
- </TR>
- <TR height="25">
- <TH class="required">주소</TH>
- <TD colspan="5"><%= InputText.get("C_ADDRESS", ContInfo.get("C_ADDRESS"), 97, 200, "required,desc=주소,persize,hangule", "", "onblur=\"javascript:replaceInput(this, 'c_address', __html);\"") %></TD>
- </TR>
- <TR height="25">
- <TH>담당부서</TH>
- <TD><%= InputText.get("C_DIVISION", ContInfo.get("C_DIVISION"), 97, 60, "desc=담당부서,persize,hangule") %></TD>
- <TH class="required">담당자명</TH>
- <TD><%= InputText.get("C_USER_NAME", ContInfo.get("C_USER_NAME"), 97, 100, "required,desc=담당자명,persize,hangule") %></TD>
- <TH>직급</TH>
- <TD><%= InputText.get("C_POSITION", ContInfo.get("C_POSITION"), 97, 20, "desc=직급,persize,hangule") %></TD>
- </TR>
- <TR height="25">
- <TH class="required">담당자 연락처</TH>
- <TD><%= InputText.get("C_TEL_NUM", ContInfo.get("C_TEL_NUM"), 63, 15, "required,desc=담당자 연락처,persize") %> ex)02-0000-0000</TD>
- <TH class="required">담당자 HP</TH>
- <TD><%= InputText.get("C_HP", ContInfo.get("C_HP"), 61, 15, "required,desc=담당자 HP,persize") %> ex)010-0000-0000</TD>
- <TH class="required">담당자 EMAIL</TH>
- <TD><%= InputText.get("C_EMAIL", ContInfo.get("C_EMAIL"), 97, 100, "required,desc=담당자 EMAIL,persize") %></TD>
- </TR>
- </table>
- <div <%if(ContInfo.getInt("MOD_NO") <= 0){%>style="display:none;"<%}%>>
- <!-- 계약정보 : 종료 -->
- <div class="application-info magT10">
- <div class="application-sub-title">
- <span class="title">결재정보 </span>
- </div>
- </div>
- <TABLE class="form-table">
- <colgroup>
- <col width="120px" />
- <col/>
- <col width="120px" />
- <col/>
- <col width="120px" />
- <col/>
- <col width="120px" />
- <col/>
- </colgroup>
- <TR height="25">
- <TH style="text-align: center; padding-left:0px;">당초 도급금액</TH>
- <TD><%= InputText.get("FRST_CON_AMT", Formatter2.currency(ContInfo.getDouble("FRST_CON_AMT"), 0), 97, 100, "required,desc=당초 도급금액,persize,Number,right","number") %></TD>
- <TH style="text-align: center; padding-left:0px;">당초 실행예산</TH>
- <TD><%= InputText.get("FRST_EXE_AMT", Formatter2.currency(ContInfo.getDouble("FRST_EXE_AMT"), 0), 97, 100, "required,desc=당초 실행예산,persize,Number,right","number") %></TD>
- <TH style="text-align: center; padding-left:0px;">변경 도급금액</TH>
- <TD><%= InputText.get("CHG_CON_AMT", Formatter2.currency(ContInfo.getDouble("CHG_CON_AMT"), 0), 97, 100, "required,desc=변경 도급금액,persize,Number,right","number") %></TD>
- <TH style="text-align: center; padding-left:0px;">변경 실행예산</TH>
- <TD><%= InputText.get("CHG_EXE_AMT", Formatter2.currency(ContInfo.getDouble("CHG_EXE_AMT"), 0), 97, 100, "required,desc=변경 실행예산,persize,Number,right","number") %></TD>
- </TR>
- <TR height="75">
- <TH>내부특기사항</TH>
- <TD colspan="3"><TEXTAREA name="IN_SPE_INFO" id="IN_SPE_INFO" style="width:95%;height:74px" rows="1" class="input"><%=ContInfo.get("IN_SPE_INFO") %></TEXTAREA> </TD>
- <TH>내부변경사유</TH>
- <TD colspan="3"><TEXTAREA name="IN_CHG_INFO" id="IN_CHG_INFO" style="width:95%;height:74px" rows="1" class="input"><%=ContInfo.get("IN_CHG_INFO") %></TEXTAREA></TD>
- </TR>
- <!-- 계약정보 : 종료 -->
- </table>
- </div>
- <%
- /*
- 대금 계획 2016.4.26 변경계약일때 계약완료후 대금계획 작성.
- */
- if(ContInfo.get("PAY_DIV").equals("2") && ContInfo.getInt("MOD_NO") <= 0 ){
- %>
- <%@ include file="/jsp/ko_KR/buyer/cont/purchase/PayPlan.jsp" %>
- <%
- }
- %>
- <%
- }else if (isViewWrite=="V"){
- %>
- <!-- 계약 정보 : 시작 -->
- <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("CURRENCY_GB")%><INPUT TYPE="HIDDEN" name="sosuNum" ID="sosuNum" value="<%= ContInfo.get("SOSUNUM")%>"></TD>
- </TR>
- <TR height="25">
- <TH>계약명</TH>
- <TD colspan="3"><%= ContInfo.get("CST_DOC_NAME")%></TD>
- <TH>계약번호</TH>
- <TD><%=ContInfo.get("ORD_DOC_NO")%></TD>
- </TR>
- <%
- //2019.11.18 자유서식인 경우 해외업체 아니어도 대금지급 여부 노출되도록 수정 요청(송영주 과장님)
- //<% if((params.get("TEMPLATE_CD").equals("9") || params.get("TEMPLATE_CD").equals("10")) && ContInfo.get("IN_OUT_DIV").equals("O")){
- if(params.get("TEMPLATE_CD").equals("9") || params.get("TEMPLATE_CD").equals("10")){
- %>
- <TR height="25">
- <TH>전자계약 여부</TH>
- <TD>
- <%=ContInfo.get("ELEC_CON_YN").equals("Y") ? "온라인" : "오프라인" %>
- </TD>
- <TH >대금지급 여부</TH>
- <TD colspan="3">
- <%=ContInfo.get("ERP_CHECK_YN").equals("Y") ? "예 (ERP거래처 등록 후 작성완료)" : "아니요(관리목적 계약 등록건)" %>
- <LABEL for="ERP_CHECK_YN1" style="display:none"><INPUT id="ERP_CHECK_YN1" type="radio" name="ERP_CHECK_YN" value="Y" <%=(ContInfo.get("ERP_CHECK_YN").equals("Y") || ContInfo.get("ERP_CHECK_YN").equals("")) ? "checked=\"checked\"" : "" %>>예</LABEL>
- <LABEL for="ERP_CHECK_YN2" style="display:none"><INPUT id="ERP_CHECK_YN2" type="radio" name="ERP_CHECK_YN" value="N" <%=ContInfo.get("ERP_CHECK_YN").equals("N") ? "checked=\"checked\"" : "" %>>아니요</LABEL>
- </TD>
- </TR>
- <%}else{ %>
- <TR height="25">
- <TH>전자계약 여부</TH>
- <TD colspan="5">
- <%=ContInfo.get("ELEC_CON_YN").equals("Y") ? "온라인" : "오프라인" %>
- </TD>
- </TR>
- <%} %>
- </TABLE>
- <%
- /*
- 분개유형
- */
- %>
- <%@ include file="/jsp/ko_KR/buyer/cont/purchase/payItem.jsp" %>
- <%@ include file="/jsp/ko_KR/buyer/cont/purchase/stampDuty.jsp" %>
- <%@ include file="/jsp/ko_KR/buyer/cont/purchase/promiseDocList.jsp" %>
- <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="5"><%= 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>
- <!-- 2017.03.07 계약완료후 담당자 정보 수정 -->
- <% if (storage.getUser().get("RIGHT_NAME").equals("ADMIN NEW") || storage.getUser().get("RIGHT_NAME").equals("PURCHASE")){%>
- <span class="btnSearch center" id="btnChgSuppInfo" ><a href="javascript:void(0);">담당자정보변경</a></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>
- <% if (storage.getUser().get("RIGHT_NAME").equals("ADMIN NEW") || storage.getUser().get("RIGHT_NAME").equals("PURCHASE")){%>
- <TH>담당자명</TH>
- <TD><%= InputText.get("C_USER_NAME", ContInfo.get("C_USER_NAME"), 97, 100, "required,desc=담당자명,persize,hangule") %></TD>
- <TH>직급</TH>
- <TD><%= InputText.get("C_POSITION", ContInfo.get("C_POSITION"), 97, 20, "desc=직급,persize,hangule") %></TD>
- </TR>
- <TR height="25">
- <TH>담당자 연락처</TH>
- <TD><%= InputText.get("C_TEL_NUM", ContInfo.get("C_TEL_NUM"), 63, 15, "required,desc=담당자 연락처,persize") %></TD>
- <TH>담당자 HP</TH>
- <TD><%= InputText.get("C_HP", ContInfo.get("C_HP"), 61, 15, "required,desc=담당자 HP,persize") %> ex)010-0000-0000</TD>
- <TH>담당자 EMAIL</TH>
- <TD><%= InputText.get("C_EMAIL", ContInfo.get("C_EMAIL"), 97, 100, "required,desc=담당자 EMAIL,persize") %></TD>
- <%}else{%>
- <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>
- <!-- 계약정보 : 종료 -->
- <div <%if(ContInfo.getInt("MOD_NO") <= 0){%>style="display:none;"<%}%>>
- <div class="application-info magT10">
- <div class="application-sub-title">
- <span class="title">결재정보 </span>
- </div>
- </div>
- <TABLE class="form-table">
- <colgroup>
- <col width="120px" />
- <col width="15%"/>
- <col width="120px" />
- <col width="15%"/>
- <col width="120px" />
- <col width="15%"/>
- <col width="120px" />
- <col width="15%"/>
- <col/>
- </colgroup>
- <TR height="25">
- <TH style="text-align: center; padding-left:0px;">당초 도급금액</TH>
- <TD style="text-align: right;"><%= Formatter2.currency(ContInfo.getDouble("FRST_CON_AMT"), 0)%></TD>
- <TH style="text-align: center; padding-left:0px;">당초 실행금액</TH>
- <TD style="text-align: right;"><%= Formatter2.currency(ContInfo.getDouble("FRST_EXE_AMT"), 0)%></TD>
- <TH style="text-align: center; padding-left:0px;">변경 도급금액</TH>
- <TD style="text-align: right;"><%= Formatter2.currency(ContInfo.getDouble("CHG_CON_AMT"), 0)%></TD>
- <TH style="text-align: center; padding-left:0px;">변경 실행금액</TH>
- <TD style="text-align: right;"><%= Formatter2.currency(ContInfo.getDouble("CHG_EXE_AMT"), 0) %></TD>
- </TR>
- <TR height="75">
- <TH>내부특기사항</TH>
- <TD colspan="3"><TEXTAREA name="IN_SPE_INFO" id="IN_SPE_INFO" style="width:95%;height:74px" rows="1" class="input" readonly><%=ContInfo.get("IN_SPE_INFO") %></TEXTAREA> </TD>
- <TH>내부변경사유</TH>
- <TD colspan="3"><TEXTAREA name="IN_CHG_INFO" id="IN_CHG_INFO" style="width:95%;height:74px" rows="1" class="input" readonly><%=ContInfo.get("IN_CHG_INFO") %></TEXTAREA></TD>
- </TR>
- <!-- 계약정보 : 종료 -->
- </table>
- </div>
- <%
- /*
- 대금 계획 2016.4.26 변경계약일때 계약완료후 대금계획 작성.
- */
- if(ContInfo.get("PAY_DIV").equals("2") && ContInfo.getInt("MOD_NO") <= 0 ){
- %>
- <%@ include file="/jsp/ko_KR/buyer/cont/purchase/PayPlan.jsp" %>
- <%
- }
- if (ContInfo.get("PAY_DIV").equals("2") && ContInfo.getInt("MOD_NO") > 0 && ContInfo.get("STATUS_CD").equals("50")){
- %>
- <%@ include file="/jsp/ko_KR/buyer/cont/purchase/PayPlan.jsp" %>
- <%
- }
- %>
- <%
- }
- %>
|