feat: 통계 - 알림 내역 상세보기 페이지 도움말 제공
parent
04769fb511
commit
65653addb4
|
|
@ -280,7 +280,7 @@ if (request.getSession().getAttribute("CLS") == null || "2".equals(request.getSe
|
|||
|
||||
/* 도움말 시작 */
|
||||
function fn_help_tour(){
|
||||
var pageTitle = "시추정보 관리";
|
||||
var pageTitle = "관리 시추정보 현황";
|
||||
iGuider({
|
||||
tourTitle: pageTitle,
|
||||
intro:{
|
||||
|
|
|
|||
|
|
@ -234,6 +234,33 @@ function displayHistoryList(response) {
|
|||
document.body.removeChild(link);
|
||||
URL.revokeObjectURL(url);
|
||||
}
|
||||
|
||||
/* 도움말 시작 */
|
||||
function fn_help_tour(){
|
||||
var pageTitle = "알림 내역";
|
||||
iGuider({
|
||||
tourTitle: pageTitle,
|
||||
intro:{
|
||||
title: '알림 내역 사용방법이 궁금하신가요?',
|
||||
content: '알림 내역 사용설명을 진행하겠습니다.'
|
||||
},
|
||||
steps:[{
|
||||
title:'Step 1',
|
||||
content: '알림 내역은 건설현장 상태 변화 이력을 확인하는데 목적이 있습니다. <span style="color: #ff2032">이를 위해, 발주기관에서 입력한 건설현장이 수주기관의 기업 사용자 계정과 연결되어야 합니다.</span>',
|
||||
target:'content-wrapper'
|
||||
},{
|
||||
title:'Step 2',
|
||||
content: '건설현장 상태 변화 이력을 보여줍니다.<br /><ul style="list-style-type: circle;"><li style="margin-left: 10px;">미입력 : 발주기관에 의해 건설현장(프로젝트)만 등록된 상태입니다.</li><li style="margin-left: 10px;">입력중 : 수주기관에서 시추정보를 입력중인 상태입니다.</li><li style="margin-left: 10px;">검수준비중 : 수주기관에서 시추정보입력이 완료되어 등록 요청한 상태입니다.</li><li style="margin-left: 10px;">검수중 : 국토지반정보 포털시스템에서 등록을 위해 검수중입니다.</li><li style="margin-left: 10px;">수정요청 : 국토지반정보 포털시스템에서 작성자에게 수정을 요청한 상태입니다.</li><li style="margin-left: 10px;">검수완료 : 건설현장 시추정보 입력이 검수되어 등록이 완료된 상태입니다.</li></ul>',
|
||||
target:'notification-list-full'
|
||||
},{
|
||||
title:'Step 3',
|
||||
content: '엑셀 다운로드를 지원합니다.',
|
||||
target:'excel-download-btn'
|
||||
}],
|
||||
});
|
||||
// return false;
|
||||
}
|
||||
/* 도움말 끝 */
|
||||
</script>
|
||||
<section class="drilling-page-container">
|
||||
<div class="page-content-wrapper drilling inquiry">
|
||||
|
|
@ -253,17 +280,17 @@ function displayHistoryList(response) {
|
|||
<li class="category-item"></li>
|
||||
<li class="category-item">알림 내역</li>
|
||||
</ul>
|
||||
<a href="#" class="btn btn-help">도움말</a>
|
||||
<a href="javascript:;" class="btn btn-help start-tour" onClick="fn_help_tour();">도움말</a>
|
||||
</div>
|
||||
<h1 class="page-title-1depth">알림 내역</h1>
|
||||
<div class="content-wrapper">
|
||||
<div class="content-wrapper" data-target="content-wrapper">
|
||||
<main class="w-full">
|
||||
<div class="bg-white p-6 rounded-lg shadow-md">
|
||||
<div class="border-b pb-4 mb-4 display-flex" style="justify-content: space-between;">
|
||||
<h3 class="font-semibold text-gray-800 text-4xl">건설현장 프로젝트 상태 변경 이력</h3>
|
||||
<button class="btn-green btn-list-excel-download marB0 marR0" type="button" id="excel-download-btn" onclick="javascript:clickExcelListDown();">CSV 다운로드</button>
|
||||
<button class="btn-green btn-list-excel-download marB0 marR0" type="button" id="excel-download-btn" data-target="excel-download-btn" onclick="javascript:clickExcelListDown();">CSV 다운로드</button>
|
||||
</div>
|
||||
<div id="notification-list-full" class="space-y-6">
|
||||
<div id="notification-list-full" data-target="notification-list-full" class="space-y-6">
|
||||
<div class="p-4 text-center text-gray-500">알림 목록을 불러오는 중입니다...</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -646,7 +646,7 @@ function displayHistoryList(response) {
|
|||
|
||||
/* 도움말 시작 */
|
||||
function fn_help_tour(){
|
||||
var pageTitle = "시추정보 관리";
|
||||
var pageTitle = "통계";
|
||||
iGuider({
|
||||
tourTitle: pageTitle,
|
||||
intro:{
|
||||
|
|
|
|||
Loading…
Reference in New Issue