|
@@ -503,7 +503,7 @@
|
|
<%-- <th>机构运费</th>--%>
|
|
<%-- <th>机构运费</th>--%>
|
|
<th colspan="2">收款状态</th>
|
|
<th colspan="2">收款状态</th>
|
|
<th colspan="3">收款金额</th>
|
|
<th colspan="3">收款金额</th>
|
|
- <th colspan="2">经理折扣</th>
|
|
|
|
|
|
+ <th colspan="2">促销满减</th>
|
|
<th colspan="2">付第三方</th>
|
|
<th colspan="2">付第三方</th>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
@@ -521,7 +521,8 @@
|
|
<c:if test="${s.accountAmount>0}">(余额抵扣 ¥${s.accountAmount})</c:if>
|
|
<c:if test="${s.accountAmount>0}">(余额抵扣 ¥${s.accountAmount})</c:if>
|
|
</td>
|
|
</td>
|
|
<td colspan="2">
|
|
<td colspan="2">
|
|
- <label class="discountFee">
|
|
|
|
|
|
+ <fmt:formatNumber value="${s.promotionFullReduction}" type="number" pattern="#,##0.00"/>
|
|
|
|
+ <%--<label class="discountFee">
|
|
<c:choose>
|
|
<c:choose>
|
|
<c:when test="${s.discountTotalFee gt 0 && s.discountTotalFee gt s.returnedPurchaseTotalFee}">
|
|
<c:when test="${s.discountTotalFee gt 0 && s.discountTotalFee gt s.returnedPurchaseTotalFee}">
|
|
<fmt:formatNumber value="${s.discountTotalFee - s.returnedPurchaseTotalFee}"/>
|
|
<fmt:formatNumber value="${s.discountTotalFee - s.returnedPurchaseTotalFee}"/>
|
|
@@ -548,7 +549,7 @@
|
|
</span>
|
|
</span>
|
|
</c:if>
|
|
</c:if>
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${s.discountTotalFee le 0}">¥0.00</c:if>
|
|
|
|
|
|
+ <c:if test="${s.discountTotalFee le 0}">¥0.00</c:if>--%>
|
|
</td>
|
|
</td>
|
|
<td colspan="2" class="third-party-fee"><fmt:formatNumber value="${s.shopOtherFee}" type="number"
|
|
<td colspan="2" class="third-party-fee"><fmt:formatNumber value="${s.shopOtherFee}" type="number"
|
|
pattern="#,##0.00"/></td>
|
|
pattern="#,##0.00"/></td>
|