Merge branch 'advc' of http://subsub8729@vcs.iten.co.kr:9999/hylee/offedu into advc
This commit is contained in:
commit
8fd6a5f45f
@ -138,7 +138,7 @@
|
||||
<div class="list_top">
|
||||
<div class="list_top_1">
|
||||
<div class="util_left">
|
||||
<p>구분1</p>
|
||||
<p>이름</p>
|
||||
</div>
|
||||
<div class="util_right">
|
||||
<input type="text" id="searchKeywordFrom" name="searchKeywordFrom" placeholder="이름을 입력해주세요." title="검색어 입력" class="search_input" value="<c:out value='${cndtnTrgtInfoMngVO.searchKeywordFrom}'/>">
|
||||
@ -148,7 +148,7 @@
|
||||
</div>
|
||||
<div class="list_top_2">
|
||||
<div class="util_left">
|
||||
<p>구분2</p>
|
||||
<p>생년월일</p>
|
||||
</div>
|
||||
<div class="util_right">
|
||||
<input type="text" id="dBirth" name="dBirth" placeholder="생년월일을 입력해 주세요. 19800102" title="검색어 입력" class="search_input" value="<c:out value='${cndtnTrgtInfoMngVO.dBirth}'/>">
|
||||
@ -156,7 +156,7 @@
|
||||
</div>
|
||||
<div class="list_top_3">
|
||||
<div class="util_left">
|
||||
<p>구분3</p>
|
||||
<p>의뢰일자</p>
|
||||
</div>
|
||||
<div class="util_right">
|
||||
의뢰일:
|
||||
|
||||
@ -130,6 +130,8 @@
|
||||
alert("생년월일을 입력해주세요.");
|
||||
$("#DBirth").focus();
|
||||
return true;
|
||||
}else{
|
||||
$("#DBirth").val($("#DBirth").val().replaceAll('.',''))
|
||||
}
|
||||
|
||||
//생년월일 자리수 검사
|
||||
@ -219,7 +221,10 @@
|
||||
<p>생년월일</p>
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" name="DBirth" id="DBirth" placeholder="00000000" maxlength="8"/>
|
||||
<!-- <input type="text" name="DBirth" id="DBirth" placeholder="00000000" maxlength="8"/> -->
|
||||
<div class="calendar_wrap">
|
||||
<input type="text" class="calendar" placeholder="생년월일" title="생년월일 선택" id="DBirth" name="DBirth" value="">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -512,7 +512,7 @@
|
||||
|
||||
<div class="list_top_1">
|
||||
<div class="util_left">
|
||||
<p>구분1</p>
|
||||
<p>이름</p>
|
||||
</div>
|
||||
<div class="util_right">
|
||||
<input type="text" id="searchKeywordFrom" name="searchKeywordFrom" placeholder="이름을 입력해주세요." title="검색어 입력" class="search_input" value="<c:out value='${cndtnTrgtInfoMngVO.searchKeywordFrom}'/>">
|
||||
@ -523,7 +523,7 @@
|
||||
|
||||
<div class="list_top_1">
|
||||
<div class="util_left">
|
||||
<p>구분2</p>
|
||||
<p>생년월일</p>
|
||||
</div>
|
||||
<div class="util_right">
|
||||
<input type="text" id="searchKeywordTo" name="searchKeywordTo" placeholder="생년월일을 입력해 주세요.19800102" title="검색어 입력" class="search_input" value="<c:out value='${cndtnTrgtInfoMngVO.searchKeywordTo}'/>">
|
||||
@ -535,7 +535,7 @@
|
||||
|
||||
<div class="list_top_1">
|
||||
<div class="util_left">
|
||||
<p>구분3</p>
|
||||
<p>의뢰일자</p>
|
||||
</div>
|
||||
<div class="util_right">
|
||||
<div id="calendar">
|
||||
@ -552,7 +552,7 @@
|
||||
|
||||
<div class="list_top_2">
|
||||
<div class="util_left">
|
||||
<p>구분4</p>
|
||||
<p>의뢰상태 및 교육상태</p>
|
||||
</div>
|
||||
<div class="util_right">
|
||||
<ve:select codeId="VEA005" name="searchReqStateCd" id="searchReqStateCd" selectedValue="${cndtnTrgtInfoMngVO.searchReqStateCd }" defaultText="의뢰상태 선택" css="class='sel_type1'" />
|
||||
@ -573,6 +573,20 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="btn_wrap btn_layout02">
|
||||
<div class="btn_left">
|
||||
<button type="button" class="btn_type04" onclick="fn_excel_upload(); return false;">엑셀 업로드</button>
|
||||
</div>
|
||||
<div class="btn_center">
|
||||
</div>
|
||||
<div class="btn_right">
|
||||
<button type="button" class="btn_type04" onclick="fn_updateCancelReqStatus(10, 10); return false;">의뢰취소복구</button>
|
||||
<button type="button" class="btn_type05" onclick="fn_updateReqStatus(60, 40); return false;">의뢰취소</button>
|
||||
<!-- <button type="button" class="btn_type02" onclick="fn_eduAsgnm(); return false;">교육배정</button> -->
|
||||
<button type="button" class="btn_type01" onclick="fncCreate(); return false;">등록</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="list_util">
|
||||
<p class="list_util_p"><span><c:out value="${paginationInfo.totalRecordCount}" /></span>건의 접수가 검색되었습니다.</p>
|
||||
<div>
|
||||
@ -710,7 +724,7 @@
|
||||
<div class="page">
|
||||
<ui:pagination paginationInfo = "${paginationInfo}" type="image" jsFunction="linkPage" />
|
||||
</div>
|
||||
<div class="btn_wrap btn_layout01">
|
||||
<!--<div class="btn_wrap btn_layout01">
|
||||
<div class="btn_left">
|
||||
<button type="button" class="btn_type04" onclick="fn_excel_upload(); return false;">엑셀 업로드</button>
|
||||
</div>
|
||||
@ -720,9 +734,9 @@
|
||||
<button type="button" class="btn_type04" onclick="fn_updateCancelReqStatus(10, 10); return false;">의뢰취소복구</button>
|
||||
<button type="button" class="btn_type05" onclick="fn_updateReqStatus(60, 40); return false;">의뢰취소</button>
|
||||
<!-- <button type="button" class="btn_type02" onclick="fn_eduAsgnm(); return false;">교육배정</button> -->
|
||||
<button type="button" class="btn_type01" onclick="fncCreate(); return false;">등록</button>
|
||||
</div>
|
||||
<!--<button type="button" class="btn_type01" onclick="fncCreate(); return false;">등록</button>
|
||||
</div>
|
||||
</div>-->
|
||||
<!-- //page -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -31,7 +31,6 @@
|
||||
|
||||
<head>
|
||||
<link href="/offedu/visitEdu/adm/publish/css/select2.min.css" rel="stylesheet"/>
|
||||
<!-- <script type="text/javascript" src="https://code.jquery.com/jquery-1.10.2.min.js" /></script> -->
|
||||
<script src="${pageContext.request.contextPath}/js/ve/sendSmsEmailUtil.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-beta.1/dist/js/select2.min.js"></script>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
@ -514,7 +513,7 @@
|
||||
<div class="list_top">
|
||||
<div class="list_top_1">
|
||||
<div class="util_left">
|
||||
<p>구분1</p>
|
||||
<p>상세조회</p>
|
||||
</div>
|
||||
<div class="util_right">
|
||||
<select name="srchCndt1" id="srchCndt1" title="검색조건" class="sel_type1" >
|
||||
@ -532,7 +531,7 @@
|
||||
|
||||
<div class="list_top_1">
|
||||
<div class="util_left">
|
||||
<p>구분2</p>
|
||||
<p>생년월일</p>
|
||||
</div>
|
||||
<div class="util_right">
|
||||
<input type="text" id="searchKeywordTo" name="searchKeywordTo" placeholder="생년월일을 입력해 주세요.19800102" title="검색어 입력" class="search_input" value="<c:out value='${cndtnTrgtInfoMngVO.searchKeywordTo}'/>">
|
||||
@ -541,7 +540,7 @@
|
||||
|
||||
<div class="list_top_1">
|
||||
<div class="util_left">
|
||||
<p>구분3</p>
|
||||
<p>의뢰일자</p>
|
||||
</div>
|
||||
<div class="util_right">
|
||||
<div id="calendar">
|
||||
@ -557,7 +556,7 @@
|
||||
</div>
|
||||
<div class="list_top_2">
|
||||
<div class="util_left">
|
||||
<p>구분4</p>
|
||||
<p>의뢰상태 및 교육상태</p>
|
||||
</div>
|
||||
<div class="util_right">
|
||||
<ve:select codeId="VEA005" name="searchReqStateCd" id="searchReqStateCd" selectedValue="${cndtnTrgtInfoMngVO.searchReqStateCd }" defaultText="의뢰상태 선택" css="class='sel_type1'" />
|
||||
@ -568,7 +567,7 @@
|
||||
</div>
|
||||
<div class="list_top_2">
|
||||
<div class="util_left">
|
||||
<p>구분5</p>
|
||||
<p>관할 지검지청</p>
|
||||
</div>
|
||||
<div class="util_right">
|
||||
<p>관할청 </p>
|
||||
@ -581,7 +580,7 @@
|
||||
<option value="서울">서울</option>
|
||||
<option value="수원">수원</option>
|
||||
<option value="울산">울산</option>
|
||||
<option value="의정">의정</option>
|
||||
<option value="의정">의정부</option>
|
||||
<option value="인천">인천</option>
|
||||
<option value="전주">전주</option>
|
||||
<option value="제주">제주</option>
|
||||
@ -607,6 +606,20 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="btn_wrap btn_layout02">
|
||||
<div class="btn_left">
|
||||
<button type="button" class="btn_type04" onclick="fn_excel_upload(); return false;">엑셀 업로드</button>
|
||||
</div>
|
||||
<div class="btn_center">
|
||||
<button type="button" class="btn_type06" onclick="openSmsPopup();">문자발송</button>
|
||||
</div>
|
||||
<div class="btn_right">
|
||||
<button type="button" class="btn_type04" onclick="fn_updateCancelReqStatus(10, 10); return false;">의뢰취소복구</button>
|
||||
<button type="button" class="btn_type05" onclick="fn_updateReqStatus(60, 40); return false;">의뢰취소</button>
|
||||
<button type="button" class="btn_type01" onclick="fncCreate(); return false;">등록</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="list_util">
|
||||
<p class="list_util_p"><span><c:out value="${paginationInfo.totalRecordCount}" /></span>건의 접수가 검색되었습니다.</p>
|
||||
<div>
|
||||
@ -744,7 +757,7 @@
|
||||
<div class="page">
|
||||
<ui:pagination paginationInfo = "${paginationInfo}" type="image" jsFunction="linkPage" />
|
||||
</div>
|
||||
<div class="btn_wrap btn_layout01">
|
||||
<!--<div class="btn_wrap btn_layout01">
|
||||
<div class="btn_left">
|
||||
<button type="button" class="btn_type04" onclick="fn_excel_upload(); return false;">엑셀 업로드</button>
|
||||
</div>
|
||||
@ -756,7 +769,7 @@
|
||||
<button type="button" class="btn_type05" onclick="fn_updateReqStatus(60, 40); return false;">의뢰취소</button>
|
||||
<button type="button" class="btn_type01" onclick="fncCreate(); return false;">등록</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
<!-- //page -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -52,6 +52,11 @@
|
||||
$('.picker__button--today').removeAttr('disabled').click();
|
||||
//클릭 이벤트 후 disabled 자동으로 적용
|
||||
/* $('.picker__button--today').attr('disabled', 'disabled'); */
|
||||
var userWork = '${userWork}';
|
||||
if(userWork != ''){
|
||||
$(".picker").remove();
|
||||
$(".calendar").removeClass('picker__input');
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
|
||||
@ -235,7 +235,7 @@
|
||||
try{
|
||||
sendSms(
|
||||
$(this).data("phone"),
|
||||
"안녕하세요, 한국저작권위원회 교육운영팀입니다.\n신청하신 찾아가는 저작권 교육일정이 확정되었습니다.\n강사 배정 후, 교육 일주일 전 다시 안내 드리겠습니다.\n범죄경력조회동의서 등 필요서류가 있으시면 신청하신 교육 홈페이지 교육신청목록에서 서류 양식 업로드 하시면 됩니다. 단, 강사 배정 후 업로드 가능하며 교육일로부터 2주전 가능합니다.(위원회 사정에 따라 강사 배정 시기는 변동 될 수 있음)\n감사합니다.\n055-792-0224\nschool@copyright.or.kr",
|
||||
"안녕하세요, 한국저작권위원회 교육운영팀입니다.\n신청하신 찾아가는 저작권 교육 일정이 확정되었습니다.\n강사 배정후, 교육 일주일 전 만족도 조사 작성법 등 다시 안내 드리겠습니다.\n범죄경력조회동의서 등 필요서류가 있으시면 신청하신 교육 홈페이지www.edu-copyright.or.kr/offedu) 접속하셔서\n① 찾아가는 교육 청소년 > ② 신청목록 > ③ 신청건 클릭 > ④ 하단 교육차시정보 ★서류요청★ 클릭>\n⑤ 강사 체크후 양식 업로드 하시면 됩니다. (제출여부에 파일이 업로드되면 다운로드하셔서 사용하시면 됩니다.)\n단, 범죄경력조회동의서는 배정강사이름이 표시된 후 업로드 가능하며 교육일로부터 2주 전 강사배정 완료 예정입니다.(위원회 사정에 따라 강사 배정 시기는 변동 될 수 있음)\n감사합니다.\n055-792-0224\nschool@copyright.or.kr",
|
||||
$(this).val(),
|
||||
$(this).data("userid"),
|
||||
"C",
|
||||
@ -243,7 +243,7 @@
|
||||
);
|
||||
sendEmail(
|
||||
$(this).data("email"),
|
||||
"신청하신 찾아가는 저작권 교육일정이 확정되었습니다.\n강사 배정 후, 교육 일주일 전 다시 안내 드리겠습니다.\n범죄경력조회동의서 등 필요서류가 있으시면 신청하신 교육 홈페이지 교육신청목록에서 서류 양식 업로드 하시면 됩니다. 단, 강사 배정 후 업로드 가능하며 교육일로부터 2주전 가능합니다.(위원회 사정에 따라 강사 배정 시기는 변동 될 수 있음)",
|
||||
"신청하신 찾아가는 저작권 교육 일정이 확정되었습니다.\n강사 배정후, 교육 일주일 전 만족도 조사 작성법 등 다시 안내 드리겠습니다.\n범죄경력조회동의서 등 필요서류가 있으시면 신청하신 교육 홈페이지www.edu-copyright.or.kr/offedu) 접속하셔서\n① 찾아가는 교육 청소년 > ② 신청목록 > ③ 신청건 클릭 > ④ 하단 교육차시정보 ★서류요청★ 클릭>\n⑤ 강사 체크후 양식 업로드 하시면 됩니다. (제출여부에 파일이 업로드되면 다운로드하셔서 사용하시면 됩니다.)\n<span style='color:red;'>단, 범죄경력조회동의서는 배정강사이름이 표시된 후 업로드 가능하며 교육일로부터 2주 전 강사배정 완료 예정입니다.(위원회 사정에 따라 강사 배정 시기는 변동 될 수 있음)</span>",
|
||||
$(this).val(),
|
||||
$(this).data("userid"),
|
||||
"C",
|
||||
|
||||
@ -592,7 +592,259 @@
|
||||
<input type="hidden" id="staffId" name="staffId"/>
|
||||
<input type="hidden" id="esntlId" name="esntlId"/>
|
||||
<input type="hidden" name="tabType" id="tabType" value="03"><!-- 기본값 품목별 -->
|
||||
<div class="contWrap">
|
||||
<div class="contWrap cont_wrap">
|
||||
<div class="box">
|
||||
<!-- cont_tit -->
|
||||
<div class="pageTitle cont_tit">
|
||||
<!-- <div class="pageIcon"><img src="/pb/img/pageTitIcon4.png" alt=""></div> -->
|
||||
<h2 class="titType1 c_222222 fwBold">조직도</h2>
|
||||
<!-- <p class="tType6 c_999999">본사 및 지사 임직원을 조직별로 관리할 수 있습니다.</p> -->
|
||||
<ul class="cont_nav">
|
||||
<li class="home"><a href="/"><i></i></a></li>
|
||||
<li>
|
||||
<p>홈페이지관리</p>
|
||||
</li>
|
||||
<li><span class="cur_nav">메뉴 관리</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!--<div class="pageNav">
|
||||
<img src="/pb/img/common/homeIcon.png" alt="홈이미지"> > <p class="topDepth">홈페이지관리</p> > <p class="subDepth">매뉴관리</p>
|
||||
</div>-->
|
||||
|
||||
<div class="cont">
|
||||
<!-- <div class="menu_select">
|
||||
<select name="authorCode" id="authorCode" class="select" onchange="jstreeRefresh(); return false;" title="검색조건선택">
|
||||
<option value='ROLE_ANONYMOUS' <c:if test="${menuCreatVO.authorCode == 'ROLE_ANONYMOUS' || empty menuCreatVO.authorCode }">selected</c:if>>사용자</option>
|
||||
<option value='ROLE_ADMIN' <c:if test="${menuCreatVO.authorCode == 'ROLE_ADMIN' }">selected</c:if>>관리자</option>
|
||||
</select>
|
||||
</div> -->
|
||||
|
||||
<div class="menu_wrap or_con">
|
||||
<div class="pageCont">
|
||||
<div class="orgWrap menu_area">
|
||||
<!-- <div class="btnWrap">
|
||||
<input type="button" value="모두열기" class="btnType1">
|
||||
<input type="button" value="모두닫기" class="btnType2">
|
||||
</div>
|
||||
<div class="orgCont" style="overflow-x:auto;height:650px;border:1px solid #dde6e9;overflow-y:scroll;">
|
||||
<div class="orgnIn_wrap" id="kopost_organization" class="jstree_orgChart"></div>
|
||||
</div> -->
|
||||
|
||||
<div class="btn_wrap">
|
||||
<button type="button" class="btnType02 all_open" onclick="$('#kopost_organization').jstree('open_all' );">모두열기</button>
|
||||
<button type="button" class="btnType03 all_close" onclick="$('#kopost_organization').jstree('close_node' , $('#0') );">모두닫기</button>
|
||||
</div>
|
||||
<div class="orgCont">
|
||||
<div class="orgnIn_wrap menu_list" id="kopost_organization" class="jstree_orgChart"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tbWrap menu_detail">
|
||||
|
||||
<!-- 조직상세 테이블 -->
|
||||
<p class="tbTit menu_detail_tit" id="partNm">조직상세</p>
|
||||
<table class="tbType1 tbType02">
|
||||
<colgroup>
|
||||
<col style="width: 215px;">
|
||||
<col style="width: auto;">
|
||||
</colgroup>
|
||||
<!-- <thead>
|
||||
<tr>
|
||||
<th>번호</th>
|
||||
<th>소속</th>
|
||||
<th>이름</th>
|
||||
<th>직위</th>
|
||||
<th>전화번호</th>
|
||||
<th>담당업무</th>
|
||||
<th>선택/삭제</th>
|
||||
</tr>
|
||||
</thead> -->
|
||||
<tbody id="userList">
|
||||
<tr>
|
||||
<th><span>번호</span></th>
|
||||
<td>
|
||||
<div id="select_part">
|
||||
<input type="text" title="번호">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span>소속</span></th>
|
||||
<td>
|
||||
<div id="select_part">
|
||||
<input type="text" title="소속">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span>이름</span></th>
|
||||
<td>
|
||||
<div id="select_part">
|
||||
<input type="text" title="이름">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span>직위</span></th>
|
||||
<td>
|
||||
<select class="sel_type1">
|
||||
<option>직위1</option>
|
||||
<option>직위2</option>
|
||||
<option>직위3</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span>전화번호</span></th>
|
||||
<td>
|
||||
<div id="select_part">
|
||||
<input type="text" title="전화번호">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span>담당업무</span></th>
|
||||
<td>
|
||||
<div id="select_part">
|
||||
<input type="text" title="담당업무">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span>선택/삭제</span></th>
|
||||
<td>
|
||||
<span></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="tbTit" id="partNm">부서업무</span></th>
|
||||
<td>
|
||||
<textarea name="locCn" id="locCn" cols="150" rows="5" id="textarea" title="부서업무"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="btn_wrap btn_layout01">
|
||||
<div class="area_left">
|
||||
</div>
|
||||
<div class="area_right">
|
||||
<!-- <button type="button" class="btnType1 bg_456ded btnType04 main1_delete_btn">삭제</button> -->
|
||||
<button type="button" class="btnType1 bg_456ded btnType06 main1_save_btn" onclick="locCnSave()">저장</button>
|
||||
<!-- 버튼 back<input type="button" class="btnType1 bg_456ded" value="저 장" onclick="locCnSave()"> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<input type="hidden" id="selectPartIdx" />
|
||||
<input type="hidden" id="selectPartParents" />
|
||||
|
||||
<!-- 직원상세보기 테이블 -->
|
||||
<p class="menu_detail_tit">직원상세보기</p>
|
||||
<p class="right fwMd"><span class="tType4 c_e40000 fwBold">*</span>는 필수입력 항목입니다.</p>
|
||||
<table class="tbType2 tbType02">
|
||||
<colgroup>
|
||||
<col style="width: 215px;">
|
||||
<col style="width: auto;">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th><span class="reqArea">부서</span></th>
|
||||
<td id="select_part_hidden">
|
||||
<select name="orgDepth_01" id="orgDepth_01" class="asset_sec_sort sel_type1">
|
||||
<option>부서1</option>
|
||||
<option>부서2</option>
|
||||
<option>부서3</option>
|
||||
<c:forEach var="hiddenResult_one" items="${orgHiddenList}" varStatus="status">
|
||||
<c:if test="${hiddenResult_one.depths eq '1'}">
|
||||
<option value="<c:out value='${hiddenResult_one.id}'/>"><c:out value='${hiddenResult_one.text}'/></option>
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</select>
|
||||
<select name="orgDepth_02" id="orgDepth_02" class="asset_sec_sort sel_type1" onchange="onChagneOrgDepth_02(); return false;" />
|
||||
<option>부서1</option>
|
||||
<option>부서2</option>
|
||||
<option>부서3</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- <tr>
|
||||
<th><span class="reqArea">아이디</span></th>
|
||||
<td class="insert">
|
||||
<input type="text" class="showMask read" name="emplyrId" id="emplyrId" title="사용자아이디" size="20" maxlength="20" readonly />
|
||||
</td>
|
||||
|
||||
<td class="update" style="display: none">
|
||||
<input type="text" class="read" name="updateEmplyrId" id="updateEmplyrId" title="사용자아이디" size="20" maxlength="20" readonly />
|
||||
</td>
|
||||
</tr> -->
|
||||
<tr>
|
||||
<th><span class="reqArea">이름</span></th>
|
||||
<td>
|
||||
<input name="emplyrNm" id="emplyrNm" title="이름" type="text" size="20" value="" maxlength="60" />
|
||||
<input name="locInfoId" id="locInfoId" title="이름" type="hidden" size="20" value="" maxlength="60" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>직급</th>
|
||||
<td>
|
||||
<input name="ofcpsNm" id="ofcpsNm" title="직급" type="text" size="20" value="" maxlength="60" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>전화번호</th>
|
||||
<td>
|
||||
<input name="offmTelno" id="offmTelno" title="전화번호" type="text" size="20" value="" maxlength="60" />
|
||||
</td>
|
||||
</tr>
|
||||
<!-- <tr>
|
||||
<th>팩스번호</th>
|
||||
<td>
|
||||
<input name="fxnum" id="fxnum" title="팩스번호" type="text" size="20" value="" maxlength="60" />
|
||||
</td>
|
||||
</tr> -->
|
||||
<tr>
|
||||
<th>담당업무</th>
|
||||
<td>
|
||||
<input name="userWork" id="userWork" title="담당업무" type="text" size="20" value="" maxlength="60" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>순번</th>
|
||||
<td>
|
||||
<input name="sort" id="sort" title="순번" type="text" size="20" value="" maxlength="60" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- <tr>
|
||||
<th><span>이메일주소</span></th>
|
||||
<td>
|
||||
<input type="text" style="border:1px solid #ccc;border-radius:3px;height:30px;" name="emailAdres" id="emailAdres" title="이메일주소" cssClass="txaIpt" size="20" maxlength="50" />
|
||||
</td>
|
||||
</tr> -->
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="btnWrap btn_wrap btn_layout01">
|
||||
<div class="area_left">
|
||||
|
||||
</div>
|
||||
<div class="area_right">
|
||||
<!-- <button type="button" class="btnType1 bg_456ded btnType04 main1_delete_btn">삭제</button> -->
|
||||
<button type="button" class="btnType1 bg_456ded btnType06 main1_save_btn"onclick="userSave()">저장</button>
|
||||
<!-- 버튼 back <input type="button" class="btnType1 bg_456ded" value="저 장" onclick="userSave()"> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- back -->
|
||||
<!-- <div class="contWrap">
|
||||
<div class="pageTitle">
|
||||
<div class="pageIcon"><img src="/pb/img/pageTitIcon4.png" alt=""></div>
|
||||
<h2 class="titType1 c_222222 fwBold">조직도</h2>
|
||||
@ -686,7 +938,7 @@
|
||||
<input type="text" class="read" name="updateEmplyrId" id="updateEmplyrId" title="사용자아이디" size="20" maxlength="20" readonly />
|
||||
</td>
|
||||
</tr> -->
|
||||
<tr>
|
||||
<!-- <tr>
|
||||
<th><span class="reqArea">이름</span></th>
|
||||
<td>
|
||||
<input name="emplyrNm" id="emplyrNm" title="이름" type="text" size="20" value="" maxlength="60" />
|
||||
@ -712,7 +964,7 @@
|
||||
<input name="fxnum" id="fxnum" title="팩스번호" type="text" size="20" value="" maxlength="60" />
|
||||
</td>
|
||||
</tr> -->
|
||||
<tr>
|
||||
<!-- <tr>
|
||||
<th>담당업무</th>
|
||||
<td>
|
||||
<input name="userWork" id="userWork" title="담당업무" type="text" size="20" value="" maxlength="60" />
|
||||
@ -732,14 +984,14 @@
|
||||
<input type="text" style="border:1px solid #ccc;border-radius:3px;height:30px;" name="emailAdres" id="emailAdres" title="이메일주소" cssClass="txaIpt" size="20" maxlength="50" />
|
||||
</td>
|
||||
</tr> -->
|
||||
</tbody>
|
||||
<!--</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="btnWrap">
|
||||
<input type="button" class="btnType1 bg_456ded" value="저 장" onclick="userSave()">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</form>
|
||||
<!-- selectbox 미리만들기 -->
|
||||
<!-- 2뎁스 만들기 -->
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
.list_top{margin-bottom: 30px; background-color: #f1f2f4; padding:0 25px; border: 1px solid #dbdcdd; border-radius: 5px; box-sizing: border-box;}
|
||||
.list_top>div {display: flex; align-items: center; min-height: 64px; border-bottom: 1px solid #e3e4e5; box-sizing: border-box;padding:10px 0;}
|
||||
.list_top>div:last-child {border-bottom: 0;}
|
||||
.list_top .util_left {width: 150px;}
|
||||
.list_top .util_left {width: 190px;}
|
||||
.list_top .util_left p{padding-left: 10px; font-size: 18px; font-weight: 500; color: #222; position: relative;}
|
||||
.list_top .util_left p::before {content: ""; position: absolute; width: 3px; height: 14px; border-radius: 1.5px;background-color: #3a72db; top: 50%; left: 0; transform: translateY(-50%);}
|
||||
.list_top .util_right {width: calc(100% - 100px); display: flex; align-items: center;font-size: 18px; font-weight: 300; color: #555;}
|
||||
@ -56,6 +56,10 @@
|
||||
.btn_center{text-align: center;}
|
||||
.btn_right{text-align: right;}
|
||||
|
||||
/* 리스트 상세 버튼 추가 */
|
||||
.btn_wrap.btn_layout02{display: flex; justify-content: space-between; margin:15px 0 30px 0;}
|
||||
.btn_wrap.btn_layout02>div{width: calc(100% / 3);}
|
||||
|
||||
/* button type */
|
||||
.btn_wrap select {height: 45px !important;}
|
||||
.btn_wrap button {margin: 0 1px;height: 45px; padding: 0 25px; margin: 0 2px; font-size: 18px;text-align: center; vertical-align: middle; letter-spacing: -0.8px; border-radius: 5px; box-sizing: border-box; transition: background-color .1s linear;}
|
||||
@ -490,3 +494,8 @@ input[type="text"].input_time {width: 50px;}
|
||||
/*성인 > 교욱결과관리 > 상세*/
|
||||
.ta_con tr th{background-color: #f3f3f3;}
|
||||
.ta_con tr th p{font-size: 17px; font-weight: 400; color: #000;}
|
||||
|
||||
/*조직도 관리 > 조직도*/
|
||||
.or_con .pageCont{display: flex;}
|
||||
.or_con .menu_area{margin-right: 35px;}
|
||||
.or_con .fwMd{margin: -5px 0 10px 0;}
|
||||
Loading…
Reference in New Issue
Block a user