|
|
@@ -72,10 +72,10 @@
|
|
|
<td th:text="${orderInfo[0].ordNm}"></td>
|
|
|
<td>
|
|
|
<th:block th:if="${orderInfo[0].custNo} > 0">
|
|
|
- <a href="script:void(0)" class="custDetailPop" th:attr="custNo=${orderInfo[0].custNo}"><th:block th:text="${orderInfo[0].custNo}"></a>
|
|
|
+ <a href="script:void(0)" class="custDetailPop" th:attr="custNo=${orderInfo[0].custNo}"><th:block th:text="${orderInfo[0].custNo}"></th:block></a>
|
|
|
</th:block>
|
|
|
<th:block th:unless="${orderInfo[0].custNo} > 0">
|
|
|
- <th:block th:text="${orderInfo[0].custNo}">
|
|
|
+ <th:block th:text="${orderInfo[0].custNo}"></th:block>
|
|
|
</th:block>
|
|
|
</td>
|
|
|
<td th:text="${orderInfo[0].ordNo}"></td>
|