parent
5582f3d06d
commit
5cbce5d1c1
|
|
@ -123,84 +123,6 @@
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="row" id="ratingViewDiv">
|
<div class="row" id="ratingViewDiv">
|
||||||
<div class="col-12" th:unless="${#lists.isEmpty(affair.rateList)}">
|
|
||||||
<div class="px-2">
|
|
||||||
<hr class="my-1">
|
|
||||||
<th:block th:each="rate:${affair.rateList}">
|
|
||||||
<div class="row border-secondary text-center">
|
|
||||||
<label class="col-sm-1 col-form-label col-form-label-sm text-center py-3">
|
|
||||||
<th:block th:each="code:${session.commonCode.get('OG')}">
|
|
||||||
<th:block th:if="${code.itemCd eq rate.ratingOrgan}" th:text="${code.itemValue}"></th:block>
|
|
||||||
</th:block>
|
|
||||||
</label>
|
|
||||||
<div class="col-11">
|
|
||||||
<div class="row" th:if="${rate.sectionApprv eq null and rate.headApprv eq null}">
|
|
||||||
<label class="col-sm-12 col-form-label col-form-label-sm text-center bg-white">결재정보가 없습니다.</label>
|
|
||||||
</div>
|
|
||||||
<div class="row border-top-0 border-secondary" th:if="${rate.sectionApprv ne null}">
|
|
||||||
<label class="col-sm-1 col-form-label col-form-label-sm text-center py-3">결재결과 </label>
|
|
||||||
<label class="col-sm-1 col-form-label col-form-label-sm text-start py-3">
|
|
||||||
<th:block th:each="code:${session.commonCode.get('DST')}">
|
|
||||||
<th:block th:if="${code.itemCd eq rate.sectionApprv}" th:text="${code.itemValue}"></th:block>
|
|
||||||
</th:block>
|
|
||||||
</label>
|
|
||||||
<label class="col-sm-1 col-form-label col-form-label-sm text-center py-3">결재자 </label>
|
|
||||||
<label class="col-sm-2 col-form-label col-form-label-sm text-start py-3">
|
|
||||||
<th:block th:each="code:${session.commonCode.get('JT')}">
|
|
||||||
<th:block th:if="${rate.sectionTitle eq code.itemCd}" th:text="${code.itemValue}"></th:block>
|
|
||||||
</th:block>
|
|
||||||
<th:block th:text="${rate.sectionNm}"></th:block>
|
|
||||||
</label>
|
|
||||||
<div class="col-7">
|
|
||||||
<div class="row">
|
|
||||||
<label class="col-sm-2 col-form-label col-form-label-sm text-center ">결재일시 </label>
|
|
||||||
<label class="col-sm-10 col-form-label col-form-label-sm text-start" th:text="${#temporals.format(rate.sectionApprvDt, 'yyyy-MM-dd HH:mm:ss')}"></label>
|
|
||||||
<label class="col-sm-2 col-form-label col-form-label-sm text-center ">기타의견 </label>
|
|
||||||
<label class="col-sm-10 col-form-label col-form-label-sm text-start" th:text="${rate.sectionEtc}"></label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="row border-top-0 border-secondary" th:if="${rate.headApprv ne null}">
|
|
||||||
<div class="col-2">
|
|
||||||
<div class="row">
|
|
||||||
<label class="col-sm-6 col-form-label col-form-label-sm text-center" th:classappend="${rate.headApprv eq 'DST005'?'py-3':''}">결재결과 </label>
|
|
||||||
<label class="col-sm-6 col-form-label col-form-label-sm text-start" th:classappend="${rate.headApprv eq 'DST005'?'py-3':''}">
|
|
||||||
<th:block th:each="code:${session.commonCode.get('DST')}">
|
|
||||||
<th:block th:if="${code.itemCd eq rate.headApprv}" th:text="${code.itemValue}"></th:block>
|
|
||||||
</th:block>
|
|
||||||
</label>
|
|
||||||
<th:block th:if="${rate.headApprv eq 'DST006'}">
|
|
||||||
<label class="col-sm-6 col-form-label col-form-label-sm text-center">견문평가 </label>
|
|
||||||
<label class="col-sm-6 col-form-label col-form-label-sm text-start">
|
|
||||||
<th:block th:each="code:${session.commonCode.get('AAR')}">
|
|
||||||
<th:block th:if="${code.itemCd eq rate.affairRate}"
|
|
||||||
th:text="|${code.itemValue}${rate.organUp eq 'T'?'(상보)':''}|"></th:block>
|
|
||||||
</th:block>
|
|
||||||
</label>
|
|
||||||
</th:block>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<label class="col-sm-1 col-form-label col-form-label-sm text-center py-3">결재자 </label>
|
|
||||||
<label class="col-sm-2 col-form-label col-form-label-sm text-start py-3">
|
|
||||||
<th:block th:each="code:${session.commonCode.get('JT')}">
|
|
||||||
<th:block th:if="${rate.headTitle eq code.itemCd}" th:text="${code.itemValue}"></th:block>
|
|
||||||
</th:block>
|
|
||||||
<th:block th:text="${rate.headNm}"></th:block>
|
|
||||||
</label>
|
|
||||||
<div class="col-7">
|
|
||||||
<div class="row">
|
|
||||||
<label class="col-sm-2 col-form-label col-form-label-sm text-center ">결재일시 </label>
|
|
||||||
<label class="col-sm-10 col-form-label col-form-label-sm text-start" th:text="${#temporals.format(rate.headApprvDt, 'yyyy-MM-dd HH:mm:ss')}"></label>
|
|
||||||
<label class="col-sm-2 col-form-label col-form-label-sm text-center ">기타의견 </label>
|
|
||||||
<label class="col-sm-10 col-form-label col-form-label-sm text-start" th:text="${rate.headEtc}"></label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</th:block>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-12" th:if="${apprvAuth ne null}">
|
<div class="col-12" th:if="${apprvAuth ne null}">
|
||||||
<div class="px-2">
|
<div class="px-2">
|
||||||
<form action="#" method="post" id="apprvForm">
|
<form action="#" method="post" id="apprvForm">
|
||||||
|
|
@ -248,6 +170,83 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-12" th:unless="${#lists.isEmpty(affair.rateList)}">
|
||||||
|
<div class="px-2">
|
||||||
|
<hr class="my-1">
|
||||||
|
<th:block th:each="rate:${affair.rateList}">
|
||||||
|
<div class="row border-secondary text-center">
|
||||||
|
<label class="col-sm-1 col-form-label col-form-label-sm text-center py-3">
|
||||||
|
<th:block th:each="code:${session.commonCode.get('OG')}">
|
||||||
|
<th:block th:if="${code.itemCd eq rate.ratingOrgan}" th:text="${code.itemValue}"></th:block>
|
||||||
|
</th:block>
|
||||||
|
</label>
|
||||||
|
<div class="col-11">
|
||||||
|
<div class="row" th:if="${#strings.isEmpty(rate.sectionApprv) and #strings.isEmpty(rate.headApprv)}">
|
||||||
|
<label class="col-sm-12 col-form-label col-form-label-sm text-center bg-white">결재정보가 없습니다.</label>
|
||||||
|
</div>
|
||||||
|
<div class="row border-top-0 border-secondary" th:if="${#strings.isEmpty(rate.sectionApprv) eq false}">
|
||||||
|
<label class="col-sm-1 col-form-label col-form-label-sm text-center py-3">결재결과 </label>
|
||||||
|
<label class="col-sm-1 col-form-label col-form-label-sm text-start py-3">
|
||||||
|
<th:block th:each="code:${session.commonCode.get('DST')}">
|
||||||
|
<th:block th:if="${code.itemCd eq rate.sectionApprv}" th:text="${code.itemValue}"></th:block>
|
||||||
|
</th:block>
|
||||||
|
</label>
|
||||||
|
<label class="col-sm-1 col-form-label col-form-label-sm text-center py-3">결재자 </label>
|
||||||
|
<label class="col-sm-2 col-form-label col-form-label-sm text-start py-3">
|
||||||
|
<th:block th:each="code:${session.commonCode.get('JT')}">
|
||||||
|
<th:block th:if="${rate.sectionTitle eq code.itemCd}" th:text="${code.itemValue}"></th:block>
|
||||||
|
</th:block>
|
||||||
|
<th:block th:text="${rate.sectionNm}"></th:block>
|
||||||
|
</label>
|
||||||
|
<div class="col-7">
|
||||||
|
<div class="row">
|
||||||
|
<label class="col-sm-2 col-form-label col-form-label-sm text-center ">결재일시 </label>
|
||||||
|
<label class="col-sm-10 col-form-label col-form-label-sm text-start" th:text="${#temporals.format(rate.sectionApprvDt, 'yyyy-MM-dd HH:mm:ss')}"></label>
|
||||||
|
<label class="col-sm-2 col-form-label col-form-label-sm text-center ">기타의견 </label>
|
||||||
|
<label class="col-sm-10 col-form-label col-form-label-sm text-start" th:text="${rate.sectionEtc}"></label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row border-top-0 border-secondary" th:if="${#strings.isEmpty(rate.headApprv) eq false}">
|
||||||
|
<div class="col-2">
|
||||||
|
<div class="row">
|
||||||
|
<label class="col-sm-6 col-form-label col-form-label-sm text-center" th:classappend="${rate.headApprv eq 'DST005'?'py-3':''}">결재결과 </label>
|
||||||
|
<label class="col-sm-6 col-form-label col-form-label-sm text-start" th:classappend="${rate.headApprv eq 'DST005'?'py-3':''}">
|
||||||
|
<th:block th:each="code:${session.commonCode.get('DST')}">
|
||||||
|
<th:block th:if="${code.itemCd eq rate.headApprv}" th:text="${code.itemValue}"></th:block>
|
||||||
|
</th:block>
|
||||||
|
</label>
|
||||||
|
<th:block th:if="${rate.headApprv eq 'DST006'}">
|
||||||
|
<label class="col-sm-6 col-form-label col-form-label-sm text-center">견문평가 </label>
|
||||||
|
<label class="col-sm-6 col-form-label col-form-label-sm text-start">
|
||||||
|
<th:block th:each="code:${session.commonCode.get('AAR')}">
|
||||||
|
<th:block th:if="${code.itemCd eq rate.affairRate}" th:text="|${code.itemValue}${rate.organUp eq 'T'?'(상보)':''}|"></th:block>
|
||||||
|
</th:block>
|
||||||
|
</label>
|
||||||
|
</th:block>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<label class="col-sm-1 col-form-label col-form-label-sm text-center py-3">결재자 </label>
|
||||||
|
<label class="col-sm-2 col-form-label col-form-label-sm text-start py-3">
|
||||||
|
<th:block th:each="code:${session.commonCode.get('JT')}">
|
||||||
|
<th:block th:if="${rate.headTitle eq code.itemCd}" th:text="${code.itemValue}"></th:block>
|
||||||
|
</th:block>
|
||||||
|
<th:block th:text="${rate.headNm}"></th:block>
|
||||||
|
</label>
|
||||||
|
<div class="col-7">
|
||||||
|
<div class="row">
|
||||||
|
<label class="col-sm-2 col-form-label col-form-label-sm text-center ">결재일시 </label>
|
||||||
|
<label class="col-sm-10 col-form-label col-form-label-sm text-start" th:text="${#temporals.format(rate.headApprvDt, 'yyyy-MM-dd HH:mm:ss')}"></label>
|
||||||
|
<label class="col-sm-2 col-form-label col-form-label-sm text-center ">기타의견 </label>
|
||||||
|
<label class="col-sm-10 col-form-label col-form-label-sm text-start" th:text="${rate.headEtc}"></label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</th:block>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<th:block th:if="${userOrgan eq 'OG001' and accessAuth eq 'ACC003'}">
|
<th:block th:if="${userOrgan eq 'OG001' and accessAuth eq 'ACC003'}">
|
||||||
<!--본청 관리자의 평가 수정 양식-->
|
<!--본청 관리자의 평가 수정 양식-->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue