');
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 커뮤니티 >
공지사항
eBID에서 발빠르게 전하는 생생한 소식을 알아보세요!
번호
분류
제목
작성자
등록일
조회
2192
발주시스템 [한국전력공사] 2023년 배전공사 전문회사 입찰관련 ...
관리자
2022-11-16
211
2191
발주시스템 [한국철도공사] 궤도시설 정밀진단 및 성능평가 사업수행...
관리자
2022-11-16
203
2190
발주시스템 [국방부] 통합VPN(vpn.dapa.go.kr) 접속...
관리자
2022-11-16
227
2189
발주시스템 [한국농어촌공사] 공사 홈페이지 서비스 일시중지 알림(...
관리자
2022-11-08
250
2188
발주시스템 [한국전기공사협회] 2023-24년도 한전 배전공사 전...
관리자
2022-11-02
276
2187
발주시스템 [나라장터] 국가종합전자조달시스템 이용약관 및 전자입찰...
관리자
2022-11-02
252
2186
발주시스템 [한국전력공사] 나라장터 시스템 작업에 따른 서비스 영...
관리자
2022-10-26
290
2185
발주시스템 [한국석유공사] 전자조달시스템 작업으로 인한 서비스 제...
관리자
2022-10-26
270
2184
발주시스템 [나라장터] 전문건설업 주력분야 시스템 적용 안내...
관리자
2022-10-26
263
2183
발주시스템 [한국도로공사] 브라우저 인증서 사용 제한 (유의사항)...
관리자
2022-10-26
279