|
@@ -181,6 +181,9 @@
|
|
|
</c:if>
|
|
|
<c:if test="${vo.receiptType == 7}">
|
|
|
二手商品上架费
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${vo.receiptType == 8}">
|
|
|
+ 优惠券购买费
|
|
|
</c:if>
|
|
|
</span>
|
|
|
<span><label>收款类型:</label>${fns:getPayTypeStr(vo.payType)}</span>
|
|
@@ -225,7 +228,7 @@
|
|
|
</div>
|
|
|
</c:if>
|
|
|
</div>
|
|
|
- <c:if test="${vo.receiptType != 2 and vo.receiptType != 6 and vo.receiptType != 7}">
|
|
|
+ <c:if test="${vo.receiptType != 2 and vo.receiptType != 6 and vo.receiptType != 7 and vo.receiptType != 8}">
|
|
|
<h5>关联订单</h5>
|
|
|
<div class="receipt-order-form">
|
|
|
<c:forEach items="${vo.orderInfos}" var="orderInfo">
|
|
@@ -427,10 +430,15 @@
|
|
|
<span>机构名称:</span>
|
|
|
<br/>
|
|
|
<span>购买时间:${vo.receiptDate}</span>
|
|
|
- <span>优惠券类型:</span>
|
|
|
- <span>满减金额:</span>
|
|
|
- <span>购买金额:</span>
|
|
|
- <span>交易号:${receiptRecord.mbOrderId}</span>
|
|
|
+ <span>优惠券类型:
|
|
|
+ <c:if test="${vo.couponType eq '0'}">活动券</c:if>
|
|
|
+ <c:if test="${vo.couponType eq '1'}">品类券</c:if>
|
|
|
+ <c:if test="${vo.couponType eq '2'}">活动券</c:if>
|
|
|
+ <c:if test="${vo.couponType eq '3'}">店铺券</c:if>
|
|
|
+ </span>
|
|
|
+ <span>满减金额:${vo.couponAmount}</span>
|
|
|
+ <span>购买金额:${vo.receiptAmount}</span>
|
|
|
+ <span>交易号:${vo.mbOrderId}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</c:if>
|