This commit is contained in:
myname 2024-09-12 14:44:03 +09:00
commit eea84f740a

View File

@ -1229,7 +1229,7 @@ function changeAssign(){
</c:if> --%> </c:if> --%>
<!-- tempSrc(조건없이 임시 사용 시작) --> <!-- tempSrc(조건없이 임시 사용 시작) -->
<h3 class="mb10 mt30">담당부서배정</h3> <h3 class="mb10 mt30">담당부서배정</h3>
<div class="bbs-view-layout"> <!-- <div class="bbs-view-layout">
<div class="bbs-view-item"> <div class="bbs-view-item">
<p class="item-title no-bullet">부서명</p> <p class="item-title no-bullet">부서명</p>
<div class="item-box"> <div class="item-box">
@ -1238,7 +1238,7 @@ function changeAssign(){
</select> </select>
</div> </div>
</div> </div>
</div> </div> -->
<!-- 팀장이고, 해당 부서면, 해당 부서가 셀렉트 박스에 체크되어 있도록 하기. --> <!-- 팀장이고, 해당 부서면, 해당 부서가 셀렉트 박스에 체크되어 있도록 하기. -->
@ -2610,13 +2610,14 @@ function changeAssign(){
</div> </div>
</div> </div>
<br> <br>
<c:if test="${(memberDept == '1001000000' && memberPosition == '0903000000') || (memberDept == '1003000000' && memberPosition == '0910000000')}"> <c:if test="${(memberDept == '1001000000' && memberPosition == '0903000000') || (memberDept == '1003000000' && memberPosition == '0910000000')}">
<div class="bbs-view-layout"> <div class="bbs-view-layout">
<div class="tit-box"> <div class="tit-box">
<div> <div>
<c:choose> <c:choose>
<c:when test="${memberDept == '1001000000' && memberPosition == '0903000000'}"><!-- 부원장 --> <c:when test="${memberDept == '1001000000' && memberPosition == '0903000000'}"><!-- 부원장 -->
<%-- <c:if test="${recptmsData.delGubun != 'R' }"> <%-- <c:if test="${recptmsData.delGubun != 'R' }">
<button type="button" class="btn-default violet" id="deptConfirm">승인</button> <button type="button" class="btn-default violet" id="deptConfirm">승인</button>
</c:if> </c:if>
<button type="button" class="btn-default red assignCancel">배정취소</button> --%> <button type="button" class="btn-default red assignCancel">배정취소</button> --%>
@ -2633,7 +2634,6 @@ function changeAssign(){
</div> </div>
</div> </div>
</c:if> </c:if>
<c:if test="${memberPosition == '0911000000'}"><!-- 팀장들 --> <c:if test="${memberPosition == '0911000000'}"><!-- 팀장들 -->
<div class="tit-box"> <div class="tit-box">
<div> <div>
@ -2654,6 +2654,12 @@ function changeAssign(){
</div> </div>
</div> </div>
</c:if> </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> </div>
</form> </form>
@ -2698,14 +2704,24 @@ function changeAssign(){
<button class="tempBtn">담당부서 배정만 노출 조건</button> <button class="tempBtn">담당부서 배정만 노출 조건</button>
<div class="tempTooltip"> <div class="tempTooltip">
회원 부서가 한국공정조정원이면서 직위가 부원장인 경우 or<br/> 회원 부서가 한국공정거래조정원이면서 직위가 부원장인 경우 or<br/>
회원 부서가 분쟁조정실이면서 직위가 실장인 경우 회원 부서가 분쟁조정실이면서 직위가 실장인 경우
</div><br/> </div><br/>
<button class="tempBtn">담당부서 배정과 담당자 배정 노출 조건</button> <button class="tempBtn">담당부서 배정과 담당자 배정 노출 조건</button>
<div class="tempTooltip"> <div class="tempTooltip">
회원 직위가 팀장인 경우 회원 직위가 팀장인 경우
</div><br/> </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> </div>
<style> <style>
.tempTooltip { .tempTooltip {