|
@@ -969,7 +969,7 @@
|
|
|
<c:if test="${order.toAudit ne 1}">
|
|
|
<%--如果存在退款记录在待审核或者审核不通过记录不允许继续退款--%>
|
|
|
<c:if test="${order.applyReturnedPurchaseFlag eq 1}">
|
|
|
- <a href="${ctx}/bulkpurchase/cmRefundsProduct/applyRefound.rpc?orderID=${order.orderID}"
|
|
|
+ <a href="${ctx}/bulkpurchase/cmRefundsProduct/applyRefound.rpc?orderID=${order.orderID}&refundType=1"
|
|
|
<c:if test="${order.status == 21 || order.status == 22 || order.status == 23}">onclick="return confirmx('部分收款的订单、申请退款只能申请全部退款!', this.href)"
|
|
|
</c:if>
|
|
|
>
|