결재란 수정
parent
ab1909f030
commit
d0caa12b67
|
|
@ -158,7 +158,7 @@
|
|||
<th>신병처리</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="table-group-divider">
|
||||
<tbody class="table-group-divider text-center">
|
||||
<th:block th:each="internationalCrimeArrest:${internationalCrimeArrestList}">
|
||||
<tr class="tr" th:data-key="${internationalCrimeArrest.icaKey}">
|
||||
<th:block th:if="${internationalCrimeArrest.organ eq null || internationalCrimeArrest.organ eq ''}">
|
||||
|
|
|
|||
|
|
@ -133,7 +133,9 @@
|
|||
<table class="table table-sm table-bordered table-hover mb-2">
|
||||
<thead>
|
||||
<tr class="table-secondary">
|
||||
<!--
|
||||
<th><input type="checkbox" class="allChk"></th>
|
||||
-->
|
||||
<th>문서번호</th>
|
||||
<th>분야1</th>
|
||||
<th>분야2</th>
|
||||
|
|
@ -158,7 +160,9 @@
|
|||
<tbody class="table-group-divider">
|
||||
<tr class="affairTr" th:each="affair:${affairList}">
|
||||
<input type="hidden" class="affairKey" th:value="${affair.affairKey}">
|
||||
<!--
|
||||
<td><input type="checkbox" class="trChkBox"></td>
|
||||
-->
|
||||
<td th:text="|해양경찰청외사-${affair.affairKey}|"></td>
|
||||
<td>
|
||||
<th:block th:each="commonCode:${session.commonCode.get('DC01')}">
|
||||
|
|
|
|||
|
|
@ -97,7 +97,9 @@
|
|||
<table class="table table-sm table-bordered table-hover">
|
||||
<thead>
|
||||
<tr class="table-secondary">
|
||||
<!--
|
||||
<th></th>
|
||||
-->
|
||||
<th>순번</th>
|
||||
<th>제목</th>
|
||||
<th>시행일자</th>
|
||||
|
|
@ -112,7 +114,9 @@
|
|||
<tbody class="table-group-divider">
|
||||
<tr class="planTr" th:each="plan,cnt:${planList}">
|
||||
<input type="hidden" class="planKey" th:value="${plan.planKey}">
|
||||
<!--
|
||||
<td><input type="checkbox" class="trChkBox"></td>
|
||||
-->
|
||||
<td th:text="${cnt.count}"></td>
|
||||
<td th:text="${plan.contentTitle}"></td>
|
||||
<td th:text="${#temporals.format(plan.planDt, 'yyyy-MM-dd')}"></td>
|
||||
|
|
|
|||
|
|
@ -92,7 +92,9 @@
|
|||
<table class="table table-sm table-bordered table-hover">
|
||||
<thead>
|
||||
<tr class="table-secondary">
|
||||
<!--
|
||||
<th></th>
|
||||
-->
|
||||
<th>제목</th>
|
||||
<th>사업기간</th>
|
||||
<th>관서</th>
|
||||
|
|
@ -107,7 +109,9 @@
|
|||
<tbody class="table-group-divider">
|
||||
<tr class="resultTr" th:each="result:${resultList}">
|
||||
<input type="hidden" class="resultKey" th:value="${result.resultKey}">
|
||||
<!--
|
||||
<td><input type="checkbox" class="trChkBox"></td>
|
||||
-->
|
||||
<td th:text="${result.resultTitle}"></td>
|
||||
<td th:text="${#strings.concat(#temporals.format(result.workStartDt, 'yyyy-MM-dd'), '~', #temporals.format(result.workEndDt, 'yyyy-MM-dd'))}"></td>
|
||||
<th:block th:each="commonCode:${session.commonCode.get('OG')}">
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
<th>제주청</th>
|
||||
</tr>
|
||||
<tr class="table-secondary">
|
||||
<th>연번</th>
|
||||
<th>순번</th>
|
||||
<th>계</th>
|
||||
<th:block th:if="${not #strings.isEmpty(total)}">
|
||||
<th th:text="${total.total_total}"></th>
|
||||
|
|
|
|||
Loading…
Reference in New Issue