|
@@ -165,8 +165,14 @@
|
|
<td colspan="2" class="payCm-t"></td>
|
|
<td colspan="2" class="payCm-t"></td>
|
|
<td colspan="3" class="taxes"><fmt:formatNumber value="${s.shopTaxFee}" type="number" pattern="#,##0.00"/></td>
|
|
<td colspan="3" class="taxes"><fmt:formatNumber value="${s.shopTaxFee}" type="number" pattern="#,##0.00"/></td>
|
|
<td colspan="2" class="supplier-fee">
|
|
<td colspan="2" class="supplier-fee">
|
|
- <div>应付:<fmt:formatNumber value="${s.shouldPayShopAmount}" type="number" pattern="#,##0.00"/>,
|
|
|
|
- 已付:<fmt:formatNumber value="${s.payedShopAmount}" type="number" pattern="#,##0.00"/>
|
|
|
|
|
|
+ <div>应付:<fmt:formatNumber value="${s.shouldPayShopAmount}" type="number" pattern="#,##0.00"/>
|
|
|
|
+ <c:if test="${s.differenceType eq 1}">
|
|
|
|
+ <font color="red">(需补差价¥${s.differencePrice})</font>
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${s.differenceType eq 2}">
|
|
|
|
+ <font color="red">(需退差价¥${s.differencePrice})</font>
|
|
|
|
+ </c:if>
|
|
|
|
+ ,已付:<fmt:formatNumber value="${s.payedShopAmount}" type="number" pattern="#,##0.00"/>
|
|
</div>
|
|
</div>
|
|
<div>待付:<fmt:formatNumber value="${s.wipePayment>0 ? 0 : s.waitPayShop}" type="number" pattern="#,##0.00"/></div>
|
|
<div>待付:<fmt:formatNumber value="${s.wipePayment>0 ? 0 : s.waitPayShop}" type="number" pattern="#,##0.00"/></div>
|
|
<c:if test="${s.wipePayment > 0}">
|
|
<c:if test="${s.wipePayment > 0}">
|
|
@@ -244,7 +250,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="payment-form-bottom">
|
|
<div class="payment-form-bottom">
|
|
<div>
|
|
<div>
|
|
- <label style="font-weight: bold; font-size:18px">付供应商总金额:</label>
|
|
|
|
|
|
+ <label style="font-weight: bold; font-size:18px">${cmPayShop.paymentType eq 2 ? "需补供应商差价":"付供应商总金额"}:</label>
|
|
<span id="totalAmount" style="font-weight: bold; font-size:18px"><fmt:formatNumber value="${cmPayShop.totalAmount}" pattern="#,##0.00"/> </span>
|
|
<span id="totalAmount" style="font-weight: bold; font-size:18px"><fmt:formatNumber value="${cmPayShop.totalAmount}" pattern="#,##0.00"/> </span>
|
|
<c:if test="${cmPayShop.wipePayment > 0}">
|
|
<c:if test="${cmPayShop.wipePayment > 0}">
|
|
<span class="red">(付款抹平总额:¥<fmt:formatNumber value="${cmPayShop.wipePayment}" pattern="#,##0.00"/>)</span>
|
|
<span class="red">(付款抹平总额:¥<fmt:formatNumber value="${cmPayShop.wipePayment}" pattern="#,##0.00"/>)</span>
|