');
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에서 발빠르게 전하는 생생한 소식을 알아보세요!
[한국철도공사] [필독] 전자조달시스템 사용 전 확인 사항 안내
작성자
관리자
작성일
2016/05/11 13:34:16
분류
조회
5782
첨부파일
** 오류 메시지 현시시 조치사항
- 입찰(지문투찰) 로그인 후 BSP오류
- 전자계약(실적증명) 로그인 후 FI허용하지 않음
- 공고문 조회 안될 경우
***도구 - 호환성 보기 설정 - korail.com 추가
***도구 - 인터넷 옵션 - 개인 정보 - 팝업 차단 사용 해제
------------------------------------------------------------------
***지문인식 불가시 나라장터 로그아웃 후 실행
------------------------------------------------------------------
**하드디스크 인증서 안보일 때 확인 사항(윈도우 8.0일때)
1. 하드디스크 인증서 위치를 확인합니다.
2. 기존 경로 인증서/사용자계정 인증서를 복사하여 설치합니다.
**기존 경로 인증서 위치
컴퓨터-로컬 디스크(C:)-Program Files-NPKI
**사용자계정(윈도우 8.0일 때) 인증서 위치
컴퓨터-로컬 디스크(C:)-사용자-사용자이름계정-AppData-LocalLow-NPKI
-------------------------------------------------------------------
**전자계약(실적증명) 로그인시 CA137 등 오류 현시시 조치사항
***인터넷(Internet Explorer) 오른쪽 클릭 -> 관리자 권한으로 실행하여
전자계약(실적증명) 로그인하시기 바랍니다.