Merge branch 'master' of http://yongjoon.cho@vcs.iten.co.kr:9999/itnAdmin/fairnet
This commit is contained in:
commit
eea84f740a
@ -1229,7 +1229,7 @@ function changeAssign(){
|
||||
</c:if> --%>
|
||||
<!-- tempSrc(조건없이 임시 사용 시작) -->
|
||||
<h3 class="mb10 mt30">담당부서배정</h3>
|
||||
<div class="bbs-view-layout">
|
||||
<!-- <div class="bbs-view-layout">
|
||||
<div class="bbs-view-item">
|
||||
<p class="item-title no-bullet">부서명</p>
|
||||
<div class="item-box">
|
||||
@ -1238,7 +1238,7 @@ function changeAssign(){
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<!-- 팀장이고, 해당 부서면, 해당 부서가 셀렉트 박스에 체크되어 있도록 하기. -->
|
||||
|
||||
@ -2610,6 +2610,7 @@ function changeAssign(){
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<c:if test="${(memberDept == '1001000000' && memberPosition == '0903000000') || (memberDept == '1003000000' && memberPosition == '0910000000')}">
|
||||
<div class="bbs-view-layout">
|
||||
<div class="tit-box">
|
||||
@ -2633,7 +2634,6 @@ function changeAssign(){
|
||||
</div>
|
||||
</div>
|
||||
</c:if>
|
||||
|
||||
<c:if test="${memberPosition == '0911000000'}"><!-- 팀장들 -->
|
||||
<div class="tit-box">
|
||||
<div>
|
||||
@ -2654,6 +2654,12 @@ function changeAssign(){
|
||||
</div>
|
||||
</div>
|
||||
</c:if>
|
||||
<!-- tempSrc(조건없이 임시 사용 시작) -->
|
||||
<button type="button" class="btn-default violet" id="deptConfirm2">승인(임시-분쟁조정실 실장용)</button>
|
||||
<span id="confirmBtnHide1"><button type="button" class="btn-default violet" id="deptConfirm3">승인(임시-팀장 본인부서용)</button></span>
|
||||
<span id="confirmBtnHide2"><button type="button" class="btn-default violet" id="deptConfirm4">승인(임시-팀장 타부서용)</button></span>
|
||||
<button type="button" class="btn-default red assignCancel">배정취소</button>
|
||||
<!-- tempSrc(조건없이 임시 사용 끝) -->
|
||||
|
||||
</div>
|
||||
</form>
|
||||
@ -2698,14 +2704,24 @@ function changeAssign(){
|
||||
|
||||
<button class="tempBtn">담당부서 배정만 노출 조건</button>
|
||||
<div class="tempTooltip">
|
||||
회원 부서가 한국공정걸조정원이면서 직위가 부원장인 경우 or<br/>
|
||||
회원 부서가 한국공정거래조정원이면서 직위가 부원장인 경우 or<br/>
|
||||
회원 부서가 분쟁조정실이면서 직위가 실장인 경우
|
||||
</div><br/>
|
||||
<button class="tempBtn">담당부서 배정과 담당자 배정 노출 조건</button>
|
||||
<div class="tempTooltip">
|
||||
회원 직위가 팀장인 경우
|
||||
</div><br/>
|
||||
|
||||
<button class="tempBtn">승인,배정취소 버튼 노출 조건</button>
|
||||
<div class="tempTooltip">
|
||||
회원 부서가 분쟁조정실이면서 직위가 실장인 경우<br/>
|
||||
부서 상관없이 직위가 팀장인 경우
|
||||
</div><br/>
|
||||
<button class="tempBtn">승인 버튼별 차이</button>
|
||||
<div class="tempTooltip">
|
||||
실장용 - 실장팀배정, 팀장팀 배정 update<br/>
|
||||
팀장 본인부서 - 팀장팀배정, 조사관 배정 update<br>
|
||||
팀장 타부서 - 팀장팀배정 update
|
||||
</div><br/>
|
||||
</div>
|
||||
<style>
|
||||
.tempTooltip {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user