|
@@ -305,8 +305,8 @@
|
|
<td><a href="${ctx}/order/cmPayShop/applyDetail?id=${p.payShopID}">${p.payShopID}</a></td>
|
|
<td><a href="${ctx}/order/cmPayShop/applyDetail?id=${p.payShopID}">${p.payShopID}</a></td>
|
|
<td>${p.payTime}</td>
|
|
<td>${p.payTime}</td>
|
|
<td><c:if test="${p.payType == '1'}">
|
|
<td><c:if test="${p.payType == '1'}">
|
|
- 建设银行7297
|
|
|
|
- </c:if>
|
|
|
|
|
|
+ 建设银行7297
|
|
|
|
+ </c:if>
|
|
<c:if test="${p.payType == '2'}">
|
|
<c:if test="${p.payType == '2'}">
|
|
中信银行0897
|
|
中信银行0897
|
|
</c:if>
|
|
</c:if>
|
|
@@ -319,6 +319,9 @@
|
|
<c:if test="${p.payType == '5'}">
|
|
<c:if test="${p.payType == '5'}">
|
|
广发银行5461
|
|
广发银行5461
|
|
</c:if>
|
|
</c:if>
|
|
|
|
+ <c:if test="${p.payType == '7'}">
|
|
|
|
+ 华夏银行2400
|
|
|
|
+ </c:if>
|
|
</td>
|
|
</td>
|
|
<td>${p.payAmount}</td>
|
|
<td>${p.payAmount}</td>
|
|
</tr>
|
|
</tr>
|
|
@@ -361,6 +364,9 @@
|
|
<c:if test="${r.payType == '5'}">
|
|
<c:if test="${r.payType == '5'}">
|
|
广发银行5461
|
|
广发银行5461
|
|
</c:if>
|
|
</c:if>
|
|
|
|
+ <c:if test="${r.payType == '7'}">
|
|
|
|
+ 华夏银行2400
|
|
|
|
+ </c:if>
|
|
  
|
|
  
|
|
¥${r.receiptAmount}<br>
|
|
¥${r.receiptAmount}<br>
|
|
</div>
|
|
</div>
|
|
@@ -391,6 +397,9 @@
|
|
<c:if test="${r.cmRefundShop.refundType == '5'}">
|
|
<c:if test="${r.cmRefundShop.refundType == '5'}">
|
|
广发银行5461
|
|
广发银行5461
|
|
</c:if>
|
|
</c:if>
|
|
|
|
+ <c:if test="${r.cmRefundShop.refundType == '7'}">
|
|
|
|
+ 华夏银行2400
|
|
|
|
+ </c:if>
|
|
  
|
|
  
|
|
<c:if test="${r.cmRefundShop.refundAmount > 0}">
|
|
<c:if test="${r.cmRefundShop.refundAmount > 0}">
|
|
¥${r.cmRefundShop.refundAmount}<br>
|
|
¥${r.cmRefundShop.refundAmount}<br>
|