');
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');
}).css('cursor','pointer');
$(".submenu").css('display','none');
$('.menu_map').mouseover(function(){
if($(".submenu").css('display') == 'none'){
$(".submenu").slideDown();
}
});
$('.submenu').mouseleave(function() {
if($(".submenu").css('display') == 'block'){
$('.submenu').slideUp();
}
}).css('cursor','pointer');
});
function number_format(num){ //3자리 콤마 찍기 함수
var num_str = num.toString();
var result = "";
for(var i=0; i 커뮤니티 > 입찰도우미 >
전자입찰 시작 전자입찰의 시작은 대한민국 입찰컨설팅 1위 eBID와 함께하세요!
G2B목록번호
"G2B목록번호"라 함은 시스템의 물품식별체계에 의한 16자리의 물품번호를 말하며, 8자리의 대·중
소·세 분류번호와 8자리의 식별(또는 품목)번호를 의미한다.
G2B분류번호
"G2B분류번호"라 함은 G2B시스템의 물품식별체계에 의한 16자리의 G2B 목록번호 중 앞부분 8자리
의 대·중·소·세 분류번호를 말한다.
G2B시스템
"G2B(Government To Business)시스템" 이라함은 전 공공기관과 기업간의 거래를 구매결정에서부
터 대금지불까지 온라인화하는 정부종합전자조달 시스템을 말한다. 현재는 나라장터(GEPS:
Goverment e-Procurement System)시스템으로 명칭을 개칭하여 사용하고 있다.
G2B식별번호
"G2B식별(품목)번호"라 함은 G2B시스템의 물품식별체계에 의한 16자리의 G2B 목록번호 중 뒷부분
8자리의 식별번호를 말한다.
GEPS시스템
GEPS(Government e-Procurement System)시스템이란 "나라장터시스템"을 일컫는 말이며, 전
공공기관과 기업간의 거래를 구매결정에서부터 대금지불까지 온라인화하는 국가종합전자조달 시스
템을 말한다.