결재란 수정

master
Hyung Geun 2023-01-30 09:41:16 +09:00
parent ab1909f030
commit d0caa12b67
5 changed files with 14 additions and 2 deletions

View File

@ -158,7 +158,7 @@
<th>신병처리</th> <th>신병처리</th>
</tr> </tr>
</thead> </thead>
<tbody class="table-group-divider"> <tbody class="table-group-divider text-center">
<th:block th:each="internationalCrimeArrest:${internationalCrimeArrestList}"> <th:block th:each="internationalCrimeArrest:${internationalCrimeArrestList}">
<tr class="tr" th:data-key="${internationalCrimeArrest.icaKey}"> <tr class="tr" th:data-key="${internationalCrimeArrest.icaKey}">
<th:block th:if="${internationalCrimeArrest.organ eq null || internationalCrimeArrest.organ eq ''}"> <th:block th:if="${internationalCrimeArrest.organ eq null || internationalCrimeArrest.organ eq ''}">

View File

@ -133,7 +133,9 @@
<table class="table table-sm table-bordered table-hover mb-2"> <table class="table table-sm table-bordered table-hover mb-2">
<thead> <thead>
<tr class="table-secondary"> <tr class="table-secondary">
<!--
<th><input type="checkbox" class="allChk"></th> <th><input type="checkbox" class="allChk"></th>
-->
<th>문서번호</th> <th>문서번호</th>
<th>분야1</th> <th>분야1</th>
<th>분야2</th> <th>분야2</th>
@ -158,7 +160,9 @@
<tbody class="table-group-divider"> <tbody class="table-group-divider">
<tr class="affairTr" th:each="affair:${affairList}"> <tr class="affairTr" th:each="affair:${affairList}">
<input type="hidden" class="affairKey" th:value="${affair.affairKey}"> <input type="hidden" class="affairKey" th:value="${affair.affairKey}">
<!--
<td><input type="checkbox" class="trChkBox"></td> <td><input type="checkbox" class="trChkBox"></td>
-->
<td th:text="|해양경찰청외사-${affair.affairKey}|"></td> <td th:text="|해양경찰청외사-${affair.affairKey}|"></td>
<td> <td>
<th:block th:each="commonCode:${session.commonCode.get('DC01')}"> <th:block th:each="commonCode:${session.commonCode.get('DC01')}">

View File

@ -97,7 +97,9 @@
<table class="table table-sm table-bordered table-hover"> <table class="table table-sm table-bordered table-hover">
<thead> <thead>
<tr class="table-secondary"> <tr class="table-secondary">
<!--
<th></th> <th></th>
-->
<th>순번</th> <th>순번</th>
<th>제목</th> <th>제목</th>
<th>시행일자</th> <th>시행일자</th>
@ -112,7 +114,9 @@
<tbody class="table-group-divider"> <tbody class="table-group-divider">
<tr class="planTr" th:each="plan,cnt:${planList}"> <tr class="planTr" th:each="plan,cnt:${planList}">
<input type="hidden" class="planKey" th:value="${plan.planKey}"> <input type="hidden" class="planKey" th:value="${plan.planKey}">
<!--
<td><input type="checkbox" class="trChkBox"></td> <td><input type="checkbox" class="trChkBox"></td>
-->
<td th:text="${cnt.count}"></td> <td th:text="${cnt.count}"></td>
<td th:text="${plan.contentTitle}"></td> <td th:text="${plan.contentTitle}"></td>
<td th:text="${#temporals.format(plan.planDt, 'yyyy-MM-dd')}"></td> <td th:text="${#temporals.format(plan.planDt, 'yyyy-MM-dd')}"></td>

View File

@ -92,7 +92,9 @@
<table class="table table-sm table-bordered table-hover"> <table class="table table-sm table-bordered table-hover">
<thead> <thead>
<tr class="table-secondary"> <tr class="table-secondary">
<!--
<th></th> <th></th>
-->
<th>제목</th> <th>제목</th>
<th>사업기간</th> <th>사업기간</th>
<th>관서</th> <th>관서</th>
@ -107,7 +109,9 @@
<tbody class="table-group-divider"> <tbody class="table-group-divider">
<tr class="resultTr" th:each="result:${resultList}"> <tr class="resultTr" th:each="result:${resultList}">
<input type="hidden" class="resultKey" th:value="${result.resultKey}"> <input type="hidden" class="resultKey" th:value="${result.resultKey}">
<!--
<td><input type="checkbox" class="trChkBox"></td> <td><input type="checkbox" class="trChkBox"></td>
-->
<td th:text="${result.resultTitle}"></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> <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')}"> <th:block th:each="commonCode:${session.commonCode.get('OG')}">

View File

@ -41,7 +41,7 @@
<th>제주청</th> <th>제주청</th>
</tr> </tr>
<tr class="table-secondary"> <tr class="table-secondary">
<th></th> <th></th>
<th></th> <th></th>
<th:block th:if="${not #strings.isEmpty(total)}"> <th:block th:if="${not #strings.isEmpty(total)}">
<th th:text="${total.total_total}"></th> <th th:text="${total.total_total}"></th>