|
|
@@ -34,9 +34,10 @@
|
|
|
<div class="goods_date">주문일<span class="date" th:text="${order.ordDt}"></span></div>
|
|
|
<th:block th:if="${order.allCanYn == 'Y' and order.ordReqChgQty == 0}">
|
|
|
<!-- 2021.09.01 card007 AS-IS Data 취소처리 못하게 처리 -->
|
|
|
- <th:block th:if="${#numbers.formatInteger(#strings.replace(order.ordDt, '.', ''), 1)} >= 20210901">
|
|
|
+ <!-- 2021.09.13 card007 AS-IS Data 취소처리 -->
|
|
|
+<!-- <th:block th:if="${#numbers.formatInteger(#strings.replace(order.ordDt, '.', ''), 1)} >= 20210901">-->
|
|
|
<a href="javascript:void(0);" id="btn_all_delete" class="delete_btn" onclick="fnAllCancel();">주문 전체 취소</a> <!-- 210409_추가 : btn_all_delete id 추가 -->
|
|
|
- </th:block>
|
|
|
+<!-- </th:block>-->
|
|
|
</th:block>
|
|
|
<th:block th:if="${allDecideYn == 'Y' and order.ordReqChgQty == 0}">
|
|
|
<a href="javascript:void(0)" id="btn_all_confirm" class="purchase_btn" th:attr="ordNo=${ordNo}" onclick="fnAllDecideOrder(this);">전체구매확정</a></li>
|
|
|
@@ -129,11 +130,12 @@
|
|
|
<th:block th:if="${ordDtl.ordDtlStat} == 'G013_20' or ${ordDtl.ordDtlStat} == 'G013_30' or ${ordDtl.ordDtlStat} == 'G013_35'">
|
|
|
<th:block th:if="${ordDtl.ordExchGb == 'O'}">
|
|
|
<!-- 2021.09.01 card007 AS-IS Data 취소처리 못하게 처리 -->
|
|
|
- <th:block th:if="${#numbers.formatInteger(#strings.replace(ordDtl.ordDt, '.', ''), 1)} >= 20210901">
|
|
|
+ <!-- 2021.09.13 card007 AS-IS Data 취소처리 -->
|
|
|
+<!-- <th:block th:if="${#numbers.formatInteger(#strings.replace(ordDtl.ordDt, '.', ''), 1)} >= 20210901">-->
|
|
|
<div class="goods_btn_wrap btn_group_flex">
|
|
|
<div><button type="button" class="btn btn_default btn_cncl_complete" th:attr="ordNo=${ordDtl.ordNo}, ordDtlNo=${ordDtl.ordDtlNo}, delvFeeCd=${ordDtl.delvFeeCd}, ordCanChgQty=${ordDtl.ordCanChgQty}" onclick="fnCreateChange(this, 'cancel', 'noMember');"><span>주문 취소</span></button></div>
|
|
|
</div>
|
|
|
- </th:block>
|
|
|
+<!-- </th:block>-->
|
|
|
</th:block>
|
|
|
<th:block th:unless="${ordDtl.ordExchGb == 'O'}">
|
|
|
<div class="goods_btn_wrap btn_group_flex">
|