|
@@ -395,6 +395,31 @@
|
|
|
<c:if test="${shopOrder.orderArchiveId ne null}">
|
|
|
<a href="${ctx}/archive/cmOrderArchive/form?id=${shopOrder.orderArchiveId}">查看订单资料</a>
|
|
|
</c:if>
|
|
|
+ <c:if test="${order.onlinePayFlag eq 0}">
|
|
|
+ <c:if test="${order.status == 12 || order.status == 13 || order.status == 21 || order.status == 22 || order.status == 23 || order.status == 31 || order.status == 32 || order.status == 33 || order.status == 4 || order.status == 5}">
|
|
|
+ <%-- 返佣订单不能申请退款(退货) --%>
|
|
|
+ <c:if test="${order.rebateOrder == '0'}">
|
|
|
+ <c:if test="${order.toAudit eq 1}">
|
|
|
+ <%--如果存在审核收款则不允许申请:1不能申请,其它可以申请--%>
|
|
|
+ <c:if test="${order.toAudit eq 1}">
|
|
|
+ <%--弹窗提示--%>
|
|
|
+ <a href="#" onclick="return alertx('订单存在未审核的收款,暂不能退款。请将收款审核通过后再操作退款。')">申请退款</a>
|
|
|
+ </c:if>
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${order.toAudit ne 1}">
|
|
|
+ <c:if test="${order.applyReturnedPurchaseFlag eq 1}">
|
|
|
+ <a href="${ctx}/bulkpurchase/cmRefundsProduct/applyRefound.rpc?orderID=${order.orderID}&onlineShopOrderId=${shopOrder.shopOrderID}&refundType=1"
|
|
|
+ <c:if test="${order.status == 21 || order.status == 22 || order.status == 23}">onclick="return confirmx('部分收款的订单、申请退款只能申请全部退款!', this.href)"
|
|
|
+ </c:if>
|
|
|
+ >申请退款</a>
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${order.applyReturnedPurchaseFlag ne 1}">
|
|
|
+ <font title="存在未处理完的申请,请前往退款列表处理!">申请退款</font>
|
|
|
+ </c:if>
|
|
|
+ </c:if>
|
|
|
+ </c:if>
|
|
|
+ </c:if>
|
|
|
+ </c:if>
|
|
|
</div>
|
|
|
</c:if>
|
|
|
<c:if test="${order.onlinePayFlag eq 0}">
|