');
f.document.write('');
f.document.write('');
f.document.write('<'+'/'+'head'+'>');
f.document.write('<'+'div'+' class="listsheet">');
f.document.write($('#excel_data').html());
f.document.write('<'+'/'+'div'+'>');
f.document.write('<'+'/'+'body'+'><'+'/'+'html'+'>');
f.document.close();
f.location.reload();
setTimeout("f.print()",1000);//익스8을 위해 타임아웃 처리
}else{
var initBody;
window.onbeforeprint = function(){
initBody = document.body.innerHTML;
document.body.innerHTML = document.getElementById('excel_data').innerHTML;
}
window.onafterprint = function(){
document.body.innerHTML = initBody;
}
window.print();
}
/*$("#excel_data").printThis({
debug: true,
importCSS: true,
printContainer: false,
loadCSS: "/css/hub.css",
pageTitle: "prt",
removeInline: false
});*/
}).css('cursor','pointer');
$('.print2_btn').click(function(){
//$("#excel_data").printThis();
var agent = navigator.userAgent.toLowerCase();
if ( (navigator.appName == 'Netscape' && navigator.userAgent.search('Trident') != -1) || (agent.indexOf("msie") != -1) ) {//IE
f = window.open('', 'offprint', 'width=1024, height=320, scrollbars=yes');
f.document.open();
f.document.write('<'+'html'+'><'+'head'+'>');
f.document.write('');
f.document.write('');
f.document.write('');
f.document.write('<'+'/'+'head'+'>');
f.document.write('<'+'div'+' class="listsheet">');
f.document.write($('#print_data').html());
f.document.write('<'+'/'+'div'+'>');
f.document.write('<'+'/'+'body'+'><'+'/'+'html'+'>');
f.document.close();
f.location.reload();
setTimeout("f.print()",1000);//익스8을 위해 타임아웃 처리
}else{
var initBody;
window.onbeforeprint = function(){
initBody = document.body.innerHTML;
document.body.innerHTML = document.getElementById('print_data').innerHTML;
}
window.onafterprint = function(){
document.body.innerHTML = initBody;
}
window.print();
}
/*$("#excel_data").printThis({
debug: true,
importCSS: true,
printContainer: false,
loadCSS: "/css/hub.css",
pageTitle: "prt",
removeInline: false
});*/
}).css('cursor','pointer');
$('.print_btn2').click(function(){
f = window.open('', 'offprint', 'width=1024, height=600, scrollbars=yes');
f.location.href="printNoticeView.htm?no="+$(this).attr('data-no')+"&srh_totBidData=";
}).css('cursor','pointer');
$(".submenu").css('display','none');
$('.navi').click(function(){
if($(".submenu").css('display') == 'none'){
$(".submenu").slideDown();
}
});
$('.close img').click(function() {
if($(".submenu").css('display') == 'block'){
$('.submenu').slideUp();
}
}).css('cursor','pointer');
/* $(".submenu").css('display','none');
$('.navi').mouseover(function(){
if($(".submenu").css('display') == 'none'){
$(".submenu").slideDown();
}
});
$('.submenu_close').click(function(){
$('.submenu').slideUp();
});
*/
});
function number_format(num){ //3자리 콤마 찍기 함수
var num_str = num.toString();
var result = "";
for(var i=0; i 커뮤니티 > 공지사항공지사항BIDINFO에서 발빠르게 전하는 생생한 소식을 알아보세요!
나라장터 계약번호 생성규칙 변경 알림
작성자
관리자
작성일
2017/05/15 15:28:17
분류
조회
6358
첨부파일
물품, 공사, 용역 등 나라장터 상에서 체결되는 모든 계약(조달요청에 의해 조달청이 체결하는 계약은
해당없음)에 대하여 아래와 같이 계약번호 생성규칙을 변경하여 2017.5.1 적용하였음을 알려드리니
업무에 참고하시기 바랍니다.(‘17.5.1일 이후 영문자(A~F)가 들어있는 계약번호는 정상적인 계약번호임)
* 변경사유 : 숫자로만 이루어진 계약번호로는 계속 증가되는 계약건수를 수용할 수 없어 새로운
생성 규칙을 적용
기존(10진법 적용)
변경(16진법 적용)
규칙
○ 년도 4자리+월2자리+순번
5자리(숫자)
○ 년도 4자리+월2자리+순번
5자리(숫자, 영문자 혼용)
* 영문자의 범위는 A ~ F
예시
1. 2017년 3월 9번째 계약인 경우
- 계약번호 : 20170300009
2. 2017년 3월 10번째 계약인 경우
- 계약번호 : 20170300010
3. 2017년 3월 16번째 계약인 경우
- 계약번호 : 20170300016
1. 2017년 3월 9번째 계약인 경우
- 계약번호 : 20170300009
2. 2017년 3월 10번째 계약인 경우
- 계약번호 : 2017030000A
3. 2017년 3월 16번째 계약인 경우
- 계약번호 : 20170300010