|
@@ -297,7 +297,7 @@
|
|
|
</c:if>
|
|
|
<div>
|
|
|
<label>欠款抵扣:</label>
|
|
|
- 总欠款:<span id="rebateAmount">${empty cmPayShop.rebateAmount ? (cmPayShop.status == '1'?cmPayShop.balancePayFee:0) : cmPayShop.rebateAmount + (cmPayShop.status == '1'?cmPayShop.balancePayFee:0)}</span>,
|
|
|
+ 总欠款:<span id="rebateAmount">${empty cmPayShop.rebateAmount ? 0 : cmPayShop.rebateAmount }</span>,
|
|
|
可抵扣欠款:<span id="ableRebateAmount">${empty cmPayShop.ableRebateAmount ? 0 : cmPayShop.ableRebateAmount }</span>,
|
|
|
使用:${cmPayShop.balancePayFee},
|
|
|
剩余:<span id="remainingBalance"> ${cmPayShop.status == '2'?((empty cmPayShop.ableRebateAmount ? 0:cmPayShop.ableRebateAmount)-cmPayShop.balancePayFee): (empty cmPayShop.ableRebateAmount ? 0 : cmPayShop.ableRebateAmount)}</span>
|