fix: 외사첩보망 견문관리 운영계획,운영실적 부장만승인으로 변경(뷰페이지조건만변경함)
parent
bc7f92af3d
commit
fa968e4718
|
|
@ -44,8 +44,6 @@ function getIntelligenceAnalyzeEditModal(iaKey){
|
|||
|
||||
$(document).on('click', '#affairModalBtn', function (){
|
||||
const affairKey = $("input[name=affairList]");
|
||||
console.log(affairKey);
|
||||
console.log(affairKey.val());
|
||||
const workStartDt = $("#iaSdate").val();
|
||||
const workEndDt = $("#iaEdate").val();
|
||||
if(!workStartDt||!workEndDt){
|
||||
|
|
|
|||
|
|
@ -161,7 +161,7 @@
|
|||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">닫기</button>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<th:block th:if="${(apprvAuth eq 'APC001' or apprvAuth eq 'APC002' or apprvAuth eq 'APC003' or apprvAuth eq 'APC004') and ia.iaState eq 'DST002'}">
|
||||
<th:block th:if="${(apprvAuth eq 'APC001' or apprvAuth eq 'APC002') and ia.iaState eq 'DST002'}">
|
||||
<button type="button" class="btn btn-danger apprvBtn" th:data-planstate="${apprvAuth eq 'APC004'||apprvAuth eq 'APC003'?'DST003':'DST005'}" th:value="반려">반려</button>
|
||||
<button type="button" class="btn btn-success apprvBtn" th:data-planstate="${apprvAuth eq 'APC004'||apprvAuth eq 'APC003'?'DST004':'DST006'}" th:value="승인">승인</button>
|
||||
</th:block>
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@
|
|||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">닫기</button>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<th:block th:if="${(apprvAuth eq 'APC001' or apprvAuth eq 'APC002' or apprvAuth eq 'APC003' or apprvAuth eq 'APC004') and op.opState eq 'DST002'}">
|
||||
<th:block th:if="${(apprvAuth eq 'APC001' or apprvAuth eq 'APC002') and op.opState eq 'DST002'}">
|
||||
<button type="button" class="btn btn-danger apprvBtn" th:data-planstate="${apprvAuth eq 'APC004'||apprvAuth eq 'APC003'?'DST003':'DST005'}" th:value="반려">반려</button>
|
||||
<button type="button" class="btn btn-success apprvBtn" th:data-planstate="${apprvAuth eq 'APC004'||apprvAuth eq 'APC003'?'DST004':'DST006'}" th:value="승인">승인</button>
|
||||
</th:block>
|
||||
|
|
|
|||
Loading…
Reference in New Issue