요청부서 |
<%=ContInfo.get("DEPART_DEPT_NM")%> |
작성일 |
<%=ContInfo.get("CRE_DATE")%> |
작성자 |
<%=ContInfo.get("USER_NAME")%> |
사업주명 |
<%=ContInfo.get("M_MEMBER_NAME")%> |
계약번호 |
<%=ContInfo.get("ORD_DOC_NO")%> |
PROJECT 명 |
<%=ContInfo.get("DEPT_NM")%> |
계약명 |
<%=ContInfo.get("CST_DOC_NAME")%> |
공급자 |
<%=ContInfo.get("S_MEMBER_NAME")%> |
계약변경내역(부가세별도) |
변경후계약금액 |
<%=ContInfo.get("BEF_HAN")%> |
<%=ContInfo.get("CHG_ORD_SUPPLY_AMT_HAN")%> |
<%=ContInfo.get("ATF_HAN")%> |
구 분 |
<%if(ContInfo.getInt("MOD_NO") >= 2 ){ %>
이전계약 |
<%}else{ %>
원 계약 |
<%} %>
변경 계약 |
증감(▲ ▼) |
비고 |
도 급 금 액 |
<%=Formatter2.currency(ContInfo.get("FRST_CON_AMT"), 0)%> |
<%=Formatter2.currency(ContInfo.get("CHG_CON_AMT"), 0)%> |
<%=ContInfo.get("CON_AMT_NM")%> |
<%=ContInfo.get("CON_AMT_BIGO")%> |
예 산 금 액 |
<%=Formatter2.currency(ContInfo.get("FRST_EXE_AMT"), 0)%> |
<%=Formatter2.currency(ContInfo.get("CHG_EXE_AMT"), 0)%> |
<%=ContInfo.get("EXE__NM")%> |
<%=ContInfo.get("EXE__BIGO")%> |
계 약 금 액 |
<%=Formatter2.currency(ContInfo.get("FRST_ORD_SUPPLY_AMT"),ContInfo.getInt("DIGIT"))%> |
<%=Formatter2.currency(ContInfo.get("CHG_ORD_SUPPLY_AMT"),ContInfo.getInt("DIGIT"))%> |
<%=ContInfo.get("ORD_SUPPLY_NM")%> |
<%=ContInfo.get("ORD_SUPPLY_BIGO")%> |
|
시행기간 |
<%=ContInfo.get("CHG_ORD_START_DATE")%> ~ <%=ContInfo.get("CHG_ORD_END_DATE")%> |
<%=ContInfo.get("ORD_DATE_NM")%> |
특기사항 |
<%=StringUtils.cvtHTML(ContInfo.get("IN_SPE_INFO"))%> |
변경사유 |
<%=StringUtils.cvtHTML(ContInfo.get("IN_CHG_INFO"))%> |
첨부서류 |
자동생성파일 |
직접첨부 |
<%
if(autofile_list.size()>0){
%>
');" class="button">
<%
}
%>
|
<%
RowSet addFile = FileManager.getFileList("SUB_CONT_MOD_ID", ContInfo.get("SUB_CONT_MOD_ID"));
if (addFile.size()>0){
%>
');" class="button">
<%
}
%>
|
|