feat: 발주기관 건설현장 입력 도움말 추가

main
thkim 2026-02-11 09:52:30 +09:00
parent 27c86fc973
commit 92bdfe9e6a
2 changed files with 132 additions and 76 deletions

File diff suppressed because one or more lines are too long

View File

@ -498,7 +498,7 @@ if (request.getSession().getAttribute("CLS") == null || "2".equals(request.getSe
target:'project-state-code' target:'project-state-code'
},{ },{
title:'Step 7', title:'Step 7',
content: '검색할 발주기관 부서명 또는 수주기관 건설사명을 입력합니다.', content: '검색할 발주기관 부서명 또는 수주기관 건설사명을 입력합니다.',
target:'company-dept' target:'company-dept'
},{ },{
title:'Step 8', title:'Step 8',
@ -514,7 +514,7 @@ if (request.getSession().getAttribute("CLS") == null || "2".equals(request.getSe
target:'excel-download-btn' target:'excel-download-btn'
},{ },{
title:'Step 11', title:'Step 11',
content: '건설사명에 마우스를 올 경우, 연결된 기업사용자의 ID 및 프로젝트 코드를 확인하실 수 있습니다.', content: '건설사명에 마우스를 올 경우, 연결된 기업사용자의 ID 및 프로젝트 코드를 확인하실 수 있습니다.',
target:'header-const-company-dept' target:'header-const-company-dept'
}], }],
}); });