|
@@ -572,6 +572,21 @@
|
|
|
<label>第三方中介费:</label>
|
|
|
<span>${cmPayShop.shopOrders[0].shopOtherFee}</span>
|
|
|
</div>
|
|
|
+ <div>
|
|
|
+ <label><em class="required">* </em>付款账号:</label>
|
|
|
+ <c:if test="${cmPayShop.payType eq '6'}">
|
|
|
+ 无
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${cmPayShop.payType ne '6'}">
|
|
|
+ <span>户名:${cmPayShop.bankAccountName}</span>
|
|
|
+ <span>账号:${cmPayShop.bankAccount}</span>
|
|
|
+ <span>开户行:${cmPayShop.bankName}</span>
|
|
|
+ <span>账户类型:
|
|
|
+ <c:if test="${cmPayShop.type == '0'}">公帐</c:if>
|
|
|
+ <c:if test="${cmPayShop.type == '1'}">私帐</c:if>
|
|
|
+ </span>
|
|
|
+ </c:if>
|
|
|
+ </div>
|
|
|
<c:if test="${cmPayShop.payType ne '6'}">
|
|
|
<div>
|
|
|
<label style="font-weight: bold; font-size:18px">转账支付:</label>
|
|
@@ -599,6 +614,21 @@
|
|
|
<label>采美中介费:</label>
|
|
|
<span>${cmPayShop.shopOrders[0].cmShopOtherFee}</span>
|
|
|
</div>
|
|
|
+ <div>
|
|
|
+ <label><em class="required">* </em>付款账号:</label>
|
|
|
+ <c:if test="${cmPayShop.cmOtherPayType eq '6'}">
|
|
|
+ 无
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${cmPayShop.cmOtherPayType ne '6'}">
|
|
|
+ <span>户名:${cmPayShop.cmBankAccountName}</span>
|
|
|
+ <span>账号:${cmPayShop.cmBankAccount}</span>
|
|
|
+ <span>开户行:${cmPayShop.cmBankName}</span>
|
|
|
+ <span>账户类型:
|
|
|
+ <c:if test="${cmPayShop.cmType == '0'}">公帐</c:if>
|
|
|
+ <c:if test="${cmPayShop.cmType == '1'}">私帐</c:if>
|
|
|
+ </span>
|
|
|
+ </c:if>
|
|
|
+ </div>
|
|
|
<div>
|
|
|
<label style="font-weight: bold; font-size:18px">转账支付:</label>
|
|
|
<span id="" style="font-weight: bold; font-size:18px">
|