|
@@ -247,7 +247,7 @@
|
|
<label>接收退款方式:</label>
|
|
<label>接收退款方式:</label>
|
|
<div>
|
|
<div>
|
|
<div class="refund-wrapper">
|
|
<div class="refund-wrapper">
|
|
- <c:if test="${cmRefundShop.refundWay == '1'||cmRefundShop.refundWay == '3'}">
|
|
|
|
|
|
+ <c:if test="${cmRefundShop.refundWay == '1'||cmRefundShop.refundWay == '3'||cmRefundShop.refundWay == '4'}">
|
|
线下转账:
|
|
线下转账:
|
|
<c:if test="${cmRefundShop.refundType == '1'}">
|
|
<c:if test="${cmRefundShop.refundType == '1'}">
|
|
建设银行7297
|
|
建设银行7297
|
|
@@ -268,6 +268,9 @@
|
|
虚拟银行0000
|
|
虚拟银行0000
|
|
</c:if>
|
|
</c:if>
|
|
,¥${cmRefundShop.refundAmount}
|
|
,¥${cmRefundShop.refundAmount}
|
|
|
|
+ <c:if test="${cmRefundShop.refundWay eq 4}">
|
|
|
|
+ ,${cmRefundShop.crmOperatorName}确认(CRM收款:${cmRefundShop.operatTime})
|
|
|
|
+ </c:if>
|
|
</c:if>
|
|
</c:if>
|
|
</div>
|
|
</div>
|
|
<div class="refund-wrapper">
|
|
<div class="refund-wrapper">
|