|
|
@@ -302,7 +302,7 @@
|
|
|
</tr>
|
|
|
</table>
|
|
|
|
|
|
- <div id="secondDiv">
|
|
|
+ <div id="secondDiv" <c:if test="${empty contractPaymentList}">style="display:none;"</c:if>>
|
|
|
<table id="headTable" class="l-table-edit line" style="width:99%">
|
|
|
<tr>
|
|
|
<td colspan="2" style="text-align:center; font-size:16px;font-weight:bold;">
|
|
|
@@ -361,7 +361,7 @@
|
|
|
</table>
|
|
|
</div>
|
|
|
|
|
|
- <div id="firstDiv">
|
|
|
+ <div id="firstDiv" <c:if test="${empty contractMaterialList}">style="display:none;"</c:if>>
|
|
|
<table id="headTable" class="l-table-edit line" style="width:99%">
|
|
|
<tr>
|
|
|
<td colspan="2" style="text-align:center; font-size:16px;font-weight:bold;">
|