|
@@ -7,10 +7,7 @@
|
|
<title>退款退货记录</title>
|
|
<title>退款退货记录</title>
|
|
<meta name="decorator" content="default"/>
|
|
<meta name="decorator" content="default"/>
|
|
<style media="print">
|
|
<style media="print">
|
|
- @page {
|
|
|
|
- size: landscape;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
|
|
+ @page { size: landscape; }
|
|
.refund-btn-top, .nav {
|
|
.refund-btn-top, .nav {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
@@ -46,64 +43,47 @@
|
|
text-align: center;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
-
|
|
|
|
- .controls {
|
|
|
|
|
|
+ .controls{
|
|
font-size: 0;
|
|
font-size: 0;
|
|
}
|
|
}
|
|
-
|
|
|
|
- .controls .conList {
|
|
|
|
|
|
+ .controls .conList{
|
|
display: inline-block;
|
|
display: inline-block;
|
|
margin-right: 15px;
|
|
margin-right: 15px;
|
|
}
|
|
}
|
|
-
|
|
|
|
- .conList .btn:nth-of-type(1) {
|
|
|
|
|
|
+ .conList .btn:nth-of-type(1){
|
|
margin-left: 25px;
|
|
margin-left: 25px;
|
|
}
|
|
}
|
|
-
|
|
|
|
.refund-btn-top {
|
|
.refund-btn-top {
|
|
float: right;
|
|
float: right;
|
|
margin-top: -18px;
|
|
margin-top: -18px;
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
height: 40px;
|
|
height: 40px;
|
|
}
|
|
}
|
|
-
|
|
|
|
#enlarge-box {
|
|
#enlarge-box {
|
|
position: fixed;
|
|
position: fixed;
|
|
/*width: 325px;*/
|
|
/*width: 325px;*/
|
|
top: 50%;
|
|
top: 50%;
|
|
left: 50%;
|
|
left: 50%;
|
|
- transform: translate(-50%, -50%);
|
|
|
|
|
|
+ transform: translate(-50%,-50%);
|
|
border: 2px solid #eee;
|
|
border: 2px solid #eee;
|
|
background: #fff;
|
|
background: #fff;
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
-
|
|
|
|
- .zeroCost .message {
|
|
|
|
- display: none;
|
|
|
|
- position: absolute;
|
|
|
|
- background: #FFF;
|
|
|
|
- white-space: nowrap;
|
|
|
|
- border: 1px solid black;
|
|
|
|
|
|
+ .zeroCost .message{
|
|
|
|
+ display:none;
|
|
|
|
+ position:absolute;
|
|
|
|
+ background:#FFF;
|
|
|
|
+ white-space:nowrap;
|
|
|
|
+ border:1px solid black;
|
|
|
|
|
|
}
|
|
}
|
|
-
|
|
|
|
- .zeroCost:hover .message {
|
|
|
|
|
|
+ .zeroCost:hover .message{
|
|
display: inline-block;
|
|
display: inline-block;
|
|
color: black;
|
|
color: black;
|
|
padding: 5px;
|
|
padding: 5px;
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
-
|
|
|
|
- .weishaIcon {
|
|
|
|
- background: darkorange;
|
|
|
|
- color: white;
|
|
|
|
- margin: 0 0px;
|
|
|
|
- padding: 0 3px;
|
|
|
|
- font-style: normal;
|
|
|
|
- font-size: 12px;
|
|
|
|
- display: inline-block;
|
|
|
|
- border-radius: 2px
|
|
|
|
- }
|
|
|
|
|
|
+ .weishaIcon {background:darkorange;color:white;margin:0 0px;padding:0 3px;font-style:normal;font-size: 12px; display:inline-block;border-radius:2px}
|
|
</style>
|
|
</style>
|
|
<script type="text/javascript">
|
|
<script type="text/javascript">
|
|
$(document).ready(function () {
|
|
$(document).ready(function () {
|
|
@@ -127,16 +107,18 @@
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
function openClauseInfo(index) {
|
|
function openClauseInfo(index) {
|
|
- var content = $("#clauseContent" + index).val();
|
|
|
|
|
|
+ var content=$("#clauseContent"+index).val();
|
|
if (content == '') {
|
|
if (content == '') {
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
$.jBox(content, {
|
|
$.jBox(content, {
|
|
- title: $("#clauseName" + index).val(),
|
|
|
|
|
|
+ title: $("#clauseName"+index).val(),
|
|
width: $(top.document).width() - 440,
|
|
width: $(top.document).width() - 440,
|
|
- height: $(top.document).height() - 240,
|
|
|
|
- buttons: {'关闭': true}
|
|
|
|
|
|
+ height: $(top.document).height()-240,
|
|
|
|
+ buttons: { '关闭': true }
|
|
});
|
|
});
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
@@ -148,24 +130,19 @@
|
|
<c:if test="${from eq '3'}">
|
|
<c:if test="${from eq '3'}">
|
|
<li><a href="${ctx}/shopOrder/checkPaymentOrder">订单财务信息</a></li>
|
|
<li><a href="${ctx}/shopOrder/checkPaymentOrder">订单财务信息</a></li>
|
|
</c:if>
|
|
</c:if>
|
|
- <li class="active"><a
|
|
|
|
- href="${ctx}/bulkpurchase/cmRefundsProduct/toRecturnRecordByOrderID.rpc?orderID=${order.orderID}">退款退货详情</a>
|
|
|
|
- </li>
|
|
|
|
|
|
+ <li class="active"><a href="${ctx}/bulkpurchase/cmRefundsProduct/toRecturnRecordByOrderID.rpc?orderID=${order.orderID}">退款退货详情</a></li>
|
|
</ul>
|
|
</ul>
|
|
<br/>
|
|
<br/>
|
|
<div class="refund-btn-top">
|
|
<div class="refund-btn-top">
|
|
<c:if test="${from ne '3'}">
|
|
<c:if test="${from ne '3'}">
|
|
- <input type="button" class="btn btn-primary"
|
|
|
|
- onclick="window.location.href='${ctx}${cmReturnedPurchase.orderType eq 2?'/hehe/new/order/orderList':'/order/orderList'}'"
|
|
|
|
- value="返回">
|
|
|
|
|
|
+ <input type="button" class="btn btn-primary" onclick="window.location.href='${ctx}${cmReturnedPurchase.orderType eq 2?'/hehe/new/order/orderList':'/order/orderList'}'" value="返回">
|
|
</c:if>
|
|
</c:if>
|
|
</div>
|
|
</div>
|
|
<c:forEach items="${cmReturnedPurchaseList}" var="cmReturnedPurchase" varStatus="cmReturnedPurchaseStatus">
|
|
<c:forEach items="${cmReturnedPurchaseList}" var="cmReturnedPurchase" varStatus="cmReturnedPurchaseStatus">
|
|
- <form:form id="inputForm${cmReturnedPurchaseStatus.index}" modelAttribute="cmReturnedPurchase"
|
|
|
|
- action="${ctx}/bulkpurchase/cmRefundsProduct/saveRefound" method="post"
|
|
|
|
|
|
+ <form:form id="inputForm${cmReturnedPurchaseStatus.index}" modelAttribute="cmReturnedPurchase" action="${ctx}/bulkpurchase/cmRefundsProduct/saveRefound" method="post"
|
|
class="form-horizontal">
|
|
class="form-horizontal">
|
|
<c:if test="${cmReturnedPurchaseStatus.index ne 0}">
|
|
<c:if test="${cmReturnedPurchaseStatus.index ne 0}">
|
|
- <hr style="height:5px;border:none;border-top:5px ridge green;"/>
|
|
|
|
|
|
+ <hr style="height:5px;border:none;border-top:5px ridge green;" />
|
|
</c:if>
|
|
</c:if>
|
|
<%--审核模块--%>
|
|
<%--审核模块--%>
|
|
<c:if test="${not empty cmReturnedPurchase.confirmReturnTime}">
|
|
<c:if test="${not empty cmReturnedPurchase.confirmReturnTime}">
|
|
@@ -191,24 +168,19 @@
|
|
<c:if test="${not empty cmReturnedPurchase.reviewImage1 || not empty cmReturnedPurchase.reviewImage2 || not empty cmReturnedPurchase.reviewImage3 || not empty cmReturnedPurchase.reviewImage4 || not empty cmReturnedPurchase.reviewImage5}">
|
|
<c:if test="${not empty cmReturnedPurchase.reviewImage1 || not empty cmReturnedPurchase.reviewImage2 || not empty cmReturnedPurchase.reviewImage3 || not empty cmReturnedPurchase.reviewImage4 || not empty cmReturnedPurchase.reviewImage5}">
|
|
审核凭证:
|
|
审核凭证:
|
|
<c:if test="${not empty cmReturnedPurchase.reviewImage1}">
|
|
<c:if test="${not empty cmReturnedPurchase.reviewImage1}">
|
|
- <img class="enlarge-pic" style="height: 70px;width: 65px"
|
|
|
|
- src="${cmReturnedPurchase.reviewImage1}">
|
|
|
|
|
|
+ <img class="enlarge-pic" style="height: 70px;width: 65px" src="${cmReturnedPurchase.reviewImage1}">
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${not empty cmReturnedPurchase.reviewImage2}">
|
|
<c:if test="${not empty cmReturnedPurchase.reviewImage2}">
|
|
- <img class="enlarge-pic" style="height: 70px;width: 65px"
|
|
|
|
- src="${cmReturnedPurchase.reviewImage2}">
|
|
|
|
|
|
+ <img class="enlarge-pic" style="height: 70px;width: 65px" src="${cmReturnedPurchase.reviewImage2}">
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${not empty cmReturnedPurchase.reviewImage3}">
|
|
<c:if test="${not empty cmReturnedPurchase.reviewImage3}">
|
|
- <img class="enlarge-pic" style="height: 70px;width: 65px"
|
|
|
|
- src="${cmReturnedPurchase.reviewImage3}">
|
|
|
|
|
|
+ <img class="enlarge-pic" style="height: 70px;width: 65px" src="${cmReturnedPurchase.reviewImage3}">
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${not empty cmReturnedPurchase.reviewImage4}">
|
|
<c:if test="${not empty cmReturnedPurchase.reviewImage4}">
|
|
- <img class="enlarge-pic" style="height: 70px;width: 65px"
|
|
|
|
- src="${cmReturnedPurchase.reviewImage4}">
|
|
|
|
|
|
+ <img class="enlarge-pic" style="height: 70px;width: 65px" src="${cmReturnedPurchase.reviewImage4}">
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${not empty cmReturnedPurchase.reviewImage5}">
|
|
<c:if test="${not empty cmReturnedPurchase.reviewImage5}">
|
|
- <img class="enlarge-pic" style="height: 70px;width: 65px"
|
|
|
|
- src="${cmReturnedPurchase.reviewImage5}">
|
|
|
|
|
|
+ <img class="enlarge-pic" style="height: 70px;width: 65px" src="${cmReturnedPurchase.reviewImage5}">
|
|
</c:if>
|
|
</c:if>
|
|
</c:if>
|
|
</c:if>
|
|
</td>
|
|
</td>
|
|
@@ -239,28 +211,22 @@
|
|
<c:if test="${not empty cmReturnedPurchase.image1 || not empty cmReturnedPurchase.image2 || not empty cmReturnedPurchase.image3 || not empty cmReturnedPurchase.image4 || not empty cmReturnedPurchase.image5}">
|
|
<c:if test="${not empty cmReturnedPurchase.image1 || not empty cmReturnedPurchase.image2 || not empty cmReturnedPurchase.image3 || not empty cmReturnedPurchase.image4 || not empty cmReturnedPurchase.image5}">
|
|
申请凭证:
|
|
申请凭证:
|
|
<c:if test="${not empty cmReturnedPurchase.image1}">
|
|
<c:if test="${not empty cmReturnedPurchase.image1}">
|
|
- <img class="enlarge-pic" style="height: 70px;width: 65px"
|
|
|
|
- src="${cmReturnedPurchase.image1}">
|
|
|
|
|
|
+ <img class="enlarge-pic" style="height: 70px;width: 65px" src="${cmReturnedPurchase.image1}">
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${not empty cmReturnedPurchase.image2}">
|
|
<c:if test="${not empty cmReturnedPurchase.image2}">
|
|
- <img class="enlarge-pic" style="height: 70px;width: 65px"
|
|
|
|
- src="${cmReturnedPurchase.image2}">
|
|
|
|
|
|
+ <img class="enlarge-pic" style="height: 70px;width: 65px" src="${cmReturnedPurchase.image2}">
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${empty cmReturnedPurchase.image3}">
|
|
<c:if test="${empty cmReturnedPurchase.image3}">
|
|
- <img class="enlarge-pic" style="height: 70px;width: 65px"
|
|
|
|
- src="${cmReturnedPurchase.image3}">
|
|
|
|
|
|
+ <img class="enlarge-pic" style="height: 70px;width: 65px" src="${cmReturnedPurchase.image3}">
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${not empty cmReturnedPurchase.image3}">
|
|
<c:if test="${not empty cmReturnedPurchase.image3}">
|
|
- <img class="enlarge-pic" style="height: 70px;width: 65px"
|
|
|
|
- src="${cmReturnedPurchase.image3}">
|
|
|
|
|
|
+ <img class="enlarge-pic" style="height: 70px;width: 65px" src="${cmReturnedPurchase.image3}">
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${not empty cmReturnedPurchase.image4}">
|
|
<c:if test="${not empty cmReturnedPurchase.image4}">
|
|
- <img class="enlarge-pic" style="height: 70px;width: 65px"
|
|
|
|
- src="${cmReturnedPurchase.image4}">
|
|
|
|
|
|
+ <img class="enlarge-pic" style="height: 70px;width: 65px" src="${cmReturnedPurchase.image4}">
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${not empty cmReturnedPurchase.image5}">
|
|
<c:if test="${not empty cmReturnedPurchase.image5}">
|
|
- <img class="enlarge-pic" style="height: 70px;width: 65px"
|
|
|
|
- src="${cmReturnedPurchase.image5}">
|
|
|
|
|
|
+ <img class="enlarge-pic" style="height: 70px;width: 65px" src="${cmReturnedPurchase.image5}">
|
|
</c:if>
|
|
</c:if>
|
|
</c:if>
|
|
</c:if>
|
|
</td>
|
|
</td>
|
|
@@ -280,9 +246,7 @@
|
|
${cmReturnedPurchase.returnTime}
|
|
${cmReturnedPurchase.returnTime}
|
|
</td>
|
|
</td>
|
|
<td><b>申请金额:</b>
|
|
<td><b>申请金额:</b>
|
|
- <span class="refundFee"><fmt:formatNumber
|
|
|
|
- value="${empty cmReturnedPurchase.refundFee?'0.00':(cmReturnedPurchase.refundFee)}"
|
|
|
|
- pattern="#0.00"/></span>元 (账户余额抵扣:${order.balancePayFee})
|
|
|
|
|
|
+ <span class="refundFee"><fmt:formatNumber value="${empty cmReturnedPurchase.refundFee?'0.00':(cmReturnedPurchase.refundFee)}" pattern="#0.00"/></span>元 (账户余额抵扣:${order.balancePayFee})
|
|
</td>
|
|
</td>
|
|
<td><b>退款审核状态:</b>
|
|
<td><b>退款审核状态:</b>
|
|
<c:if test="${empty cmReturnedPurchase.status}">
|
|
<c:if test="${empty cmReturnedPurchase.status}">
|
|
@@ -302,7 +266,7 @@
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <td colspan="4">
|
|
|
|
|
|
+ <td colspan="4" >
|
|
<b>退款方式:</b>
|
|
<b>退款方式:</b>
|
|
<c:if test="${cmReturnedPurchase.returnedWay eq 4}">
|
|
<c:if test="${cmReturnedPurchase.returnedWay eq 4}">
|
|
未支付无退款
|
|
未支付无退款
|
|
@@ -310,20 +274,20 @@
|
|
<c:if test="${cmReturnedPurchase.returnedWay eq 1}">
|
|
<c:if test="${cmReturnedPurchase.returnedWay eq 1}">
|
|
<c:if test="${not empty cmReturnedPurchase.refundBalanceFee && cmReturnedPurchase.refundBalanceFee ne 0 }">
|
|
<c:if test="${not empty cmReturnedPurchase.refundBalanceFee && cmReturnedPurchase.refundBalanceFee ne 0 }">
|
|
余额账户:<fmt:formatNumber type="number" pattern="#,##0.00"
|
|
余额账户:<fmt:formatNumber type="number" pattern="#,##0.00"
|
|
- value="${cmReturnedPurchase.refundBalanceFee}"/>元
|
|
|
|
|
|
+ value="${cmReturnedPurchase.refundBalanceFee}" />元
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${not empty cmReturnedPurchase.refundOnlineFee && cmReturnedPurchase.refundOnlineFee ne 0 }">
|
|
<c:if test="${not empty cmReturnedPurchase.refundOnlineFee && cmReturnedPurchase.refundOnlineFee ne 0 }">
|
|
线上退回:<fmt:formatNumber type="number" pattern="#,##0.00"
|
|
线上退回:<fmt:formatNumber type="number" pattern="#,##0.00"
|
|
- value="${cmReturnedPurchase.refundOnlineFee}"/>元
|
|
|
|
|
|
+ value="${cmReturnedPurchase.refundOnlineFee}" />元
|
|
</c:if>
|
|
</c:if>
|
|
<br>
|
|
<br>
|
|
|
|
|
|
<c:if test="${not empty cmReturnedPurchase.refundOfflineFee && cmReturnedPurchase.refundOfflineFee ne 0 }">
|
|
<c:if test="${not empty cmReturnedPurchase.refundOfflineFee && cmReturnedPurchase.refundOfflineFee ne 0 }">
|
|
线下转账:<fmt:formatNumber type="number" pattern="#,##0.00"
|
|
线下转账:<fmt:formatNumber type="number" pattern="#,##0.00"
|
|
- value="${cmReturnedPurchase.refundOfflineFee}"/>元
|
|
|
|
|
|
+ value="${cmReturnedPurchase.refundOfflineFee}" />元
|
|
采美退款银行:
|
|
采美退款银行:
|
|
<c:if test="${cmReturnedPurchase.payType == '1'}">
|
|
<c:if test="${cmReturnedPurchase.payType == '1'}">
|
|
- 建设银行7297
|
|
|
|
|
|
+ 建设银行7297
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${cmReturnedPurchase.payType == '2'}">
|
|
<c:if test="${cmReturnedPurchase.payType == '2'}">
|
|
中信银行0897
|
|
中信银行0897
|
|
@@ -395,8 +359,7 @@
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
- 订单金额:¥<fmt:formatNumber type="number" value="${order.payTotalFee}" pattern="0.00"
|
|
|
|
- maxFractionDigits="2"/>
|
|
|
|
|
|
+ 订单金额:¥<fmt:formatNumber type="number" value="${order.payTotalFee}" pattern="0.00" maxFractionDigits="2" />
|
|
<c:if test="${not empty order.couponOrderRecord}">
|
|
<c:if test="${not empty order.couponOrderRecord}">
|
|
<c:if test="${order.couponOrderRecord.couponType eq 0}">
|
|
<c:if test="${order.couponOrderRecord.couponType eq 0}">
|
|
<a href="${ctx}/coupon/cmCouponClub/couponDetails?userId=${order.userID}"><font color="red">(活动券抵扣¥${order.couponOrderRecord.couponAmount},满${order.couponOrderRecord.touchPrice}减${order.couponOrderRecord.couponAmount})</font></a>
|
|
<a href="${ctx}/coupon/cmCouponClub/couponDetails?userId=${order.userID}"><font color="red">(活动券抵扣¥${order.couponOrderRecord.couponAmount},满${order.couponOrderRecord.touchPrice}减${order.couponOrderRecord.couponAmount})</font></a>
|
|
@@ -417,7 +380,7 @@
|
|
<c:if test="${not empty order.heheCouponRecord}">
|
|
<c:if test="${not empty order.heheCouponRecord}">
|
|
<a href="${ctx}/hehe/cmHeheCoupon/receiveDetails?userId=${order.userID}">
|
|
<a href="${ctx}/hehe/cmHeheCoupon/receiveDetails?userId=${order.userID}">
|
|
<font color="red">
|
|
<font color="red">
|
|
- (${order.heheCouponRecord.couponType eq 1 ? '活动':order.heheCouponRecord.couponType eq 2?'专享':order.heheCouponRecord.couponType eq 3?'新人':order.heheCouponRecord.couponType eq 4?'好友分享':'好友消费'}券抵扣¥${order.heheCouponRecord.couponAmount},满${order.heheCouponRecord.touchPrice}减${order.heheCouponRecord.couponAmount})
|
|
|
|
|
|
+ (${order.heheCouponRecord.couponType eq 1 ? '活动':order.heheCouponRecord.couponType eq 2?'专享':order.heheCouponRecord.couponType eq 3?'新人':order.heheCouponRecord.couponType eq 4?'好友分享':order.heheCouponRecord.couponType eq 5?'好友消费':'消费分享'}券抵扣¥${order.heheCouponRecord.couponAmount},满${order.heheCouponRecord.touchPrice}减${order.heheCouponRecord.couponAmount})
|
|
</font>
|
|
</font>
|
|
</a>
|
|
</a>
|
|
</c:if>
|
|
</c:if>
|
|
@@ -426,14 +389,11 @@
|
|
</c:if>
|
|
</c:if>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
- 应收总额:¥<fmt:formatNumber type="number" value="${order.payableAmount}" pattern="0.00"
|
|
|
|
- maxFractionDigits="2"/>(账户余额抵扣:${order.balancePayFee})
|
|
|
|
- <a href="${ctx}/order/cmDiscernReceipt/detail?id=${lastReceiptDetailId}"
|
|
|
|
- style="text-decoration: underline;margin-left: 20px">查看订单收款情况</a>
|
|
|
|
|
|
+ 应收总额:¥<fmt:formatNumber type="number" value="${order.payableAmount}" pattern="0.00" maxFractionDigits="2" />(账户余额抵扣:${order.balancePayFee})
|
|
|
|
+ <a href="${ctx}/order/cmDiscernReceipt/detail?id=${lastReceiptDetailId}" style="text-decoration: underline;margin-left: 20px">查看订单收款情况</a>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
- 经理折扣:¥<fmt:formatNumber type="number" value="${order.discountFee}" pattern="0.00"
|
|
|
|
- maxFractionDigits="2"/>
|
|
|
|
|
|
+ 经理折扣:¥<fmt:formatNumber type="number" value="${order.discountFee}" pattern="0.00" maxFractionDigits="2" />
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
机构运费:
|
|
机构运费:
|
|
@@ -506,8 +466,7 @@
|
|
<c:if test="${order.payStatus == 3}">
|
|
<c:if test="${order.payStatus == 3}">
|
|
<font color="green">已付款</font>
|
|
<font color="green">已付款</font>
|
|
<c:if test="${order.zeroCostFlag eq 1}">
|
|
<c:if test="${order.zeroCostFlag eq 1}">
|
|
- <a href="javascript:;" class="zeroCost"><span><img src="/static/images/info.jpg"
|
|
|
|
- style="width: 15px;margin-bottom: 4px"></span>
|
|
|
|
|
|
+ <a href="javascript:;" class="zeroCost"><span><img src="/static/images/info.jpg" style="width: 15px;margin-bottom: 4px"></span>
|
|
<div class="message">
|
|
<div class="message">
|
|
<span>商品成本为0,直接置为已付款,无需付款供应商</span>
|
|
<span>商品成本为0,直接置为已付款,无需付款供应商</span>
|
|
</div>
|
|
</div>
|
|
@@ -518,7 +477,7 @@
|
|
<td>
|
|
<td>
|
|
退款状态:
|
|
退款状态:
|
|
<c:if test="${empty order.refundType}">
|
|
<c:if test="${empty order.refundType}">
|
|
- <font color="red">无退款</font>
|
|
|
|
|
|
+ <font>无退款</font>
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${order.refundType == 1}">
|
|
<c:if test="${order.refundType == 1}">
|
|
<font color="#ff8c00">部分退款</font>
|
|
<font color="#ff8c00">部分退款</font>
|
|
@@ -530,13 +489,12 @@
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
- 机构:${order.buyer}
|
|
|
|
- <c:if test="${order.organizeID == 3}"></c:if>
|
|
|
|
|
|
+ 机构:${order.buyer}<c:if test="${order.organizeID == 3}"></c:if>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
收货人:${order.bpOrderUserinfo.shouHuoRen}(${order.bpOrderUserinfo.mobile})
|
|
收货人:${order.bpOrderUserinfo.shouHuoRen}(${order.bpOrderUserinfo.mobile})
|
|
</td>
|
|
</td>
|
|
- <td colspan="2">
|
|
|
|
|
|
+ <td colspan="2">
|
|
地址:${order.bpOrderUserinfo.province}${order.bpOrderUserinfo.city}${order.bpOrderUserinfo.town}${order.bpOrderUserinfo.address}
|
|
地址:${order.bpOrderUserinfo.province}${order.bpOrderUserinfo.city}${order.bpOrderUserinfo.town}${order.bpOrderUserinfo.address}
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
@@ -545,140 +503,88 @@
|
|
<%--单次退款商品信息汇总--%>
|
|
<%--单次退款商品信息汇总--%>
|
|
|
|
|
|
<table id="cmReturnedPurchaseTable" class="table table-striped table-bordered table-condensed">
|
|
<table id="cmReturnedPurchaseTable" class="table table-striped table-bordered table-condensed">
|
|
- <c:forEach items="${cmReturnedPurchase.shopOrderReturnedList}" var="shopOrderReturneds"
|
|
|
|
- varStatus="shopOrderReturnedStatus">
|
|
|
|
- <tr>
|
|
|
|
- <td colspan="7">
|
|
|
|
- <table id="shopOrderReturnedTable${shopOrderReturnedStatus.index}"
|
|
|
|
- class="table table-striped table-bordered table-condensed">
|
|
|
|
- <tr>
|
|
|
|
- <td style="width: 300px;">
|
|
|
|
- 子订单编号(ID):${shopOrderReturneds.shopOrderNo}(${shopOrderReturneds.shopOrderID})
|
|
|
|
- </td>
|
|
|
|
- <td style="width: 250px;">子订单金额:${shopOrderReturneds.productAmount}</td>
|
|
|
|
- <td>
|
|
|
|
- <%-- 收款状态:${fns:getDictLabel(shopOrderReturneds.shopReceiptStatus,'receiptStatus' ,'' )}--%>
|
|
|
|
- <c:if test="${shopOrderReturneds.shopReceiptStatus == 1}">
|
|
|
|
- <font color="red">待收款</font>
|
|
|
|
- </c:if>
|
|
|
|
- <c:if test="${shopOrderReturneds.shopReceiptStatus == 2}">
|
|
|
|
- <font color="#ff8c00">部分收款</font>
|
|
|
|
- </c:if>
|
|
|
|
- <c:if test="${shopOrderReturneds.shopReceiptStatus == 3}">
|
|
|
|
- <font color="green">已收款</font>
|
|
|
|
- </c:if>
|
|
|
|
- </td>
|
|
|
|
- <td>发货状态:
|
|
|
|
- <%-- ${fns:getDictLabel(shopOrderReturneds.sendOutStatus,'sendOutStatus' ,'' )}--%>
|
|
|
|
- <c:if test="${shopOrderReturneds.sendOutStatus == 1}">
|
|
|
|
- <font color="red">待发货</font>
|
|
|
|
- </c:if>
|
|
|
|
- <c:if test="${shopOrderReturneds.sendOutStatus == 2}">
|
|
|
|
- <font color="#ff8c00">部分发货</font>
|
|
|
|
- </c:if>
|
|
|
|
- <c:if test="${shopOrderReturneds.sendOutStatus == 3}">
|
|
|
|
- <font color="green">已发货</font>
|
|
|
|
- </c:if>
|
|
|
|
- </td>
|
|
|
|
- <td>付款状态:
|
|
|
|
- <%-- ${fns:getDictLabel(shopOrderReturneds.payStatus,'payStatus' ,'' )}--%>
|
|
|
|
- <c:if test="${shopOrderReturneds.payStatus == 1}">
|
|
|
|
- <font color="red">待付款</font>
|
|
|
|
- </c:if>
|
|
|
|
- <c:if test="${shopOrderReturneds.payStatus == 2}">
|
|
|
|
- <font color="#ff8c00">部分付款</font>
|
|
|
|
- </c:if>
|
|
|
|
- <c:if test="${shopOrderReturneds.payStatus == 3}">
|
|
|
|
- <font color="green">已付款</font>
|
|
|
|
- </c:if>
|
|
|
|
- </td>
|
|
|
|
- <td>供应商:${shopOrderReturneds.shopName}</td>
|
|
|
|
- </tr>
|
|
|
|
- <c:if test="${order.onlinePayFlag eq 0}">
|
|
|
|
|
|
+ <c:forEach items="${cmReturnedPurchase.shopOrderReturnedList}" var="shopOrderReturneds" varStatus="shopOrderReturnedStatus">
|
|
|
|
+ <tr>
|
|
|
|
+ <td colspan="7">
|
|
|
|
+ <table id="shopOrderReturnedTable${shopOrderReturnedStatus.index}" class="table table-striped table-bordered table-condensed">
|
|
<tr>
|
|
<tr>
|
|
|
|
+ <td style="width: 300px;">子订单编号(ID):${shopOrderReturneds.shopOrderNo}(${shopOrderReturneds.shopOrderID})</td>
|
|
|
|
+ <td style="width: 250px;">子订单金额:${shopOrderReturneds.productAmount}</td>
|
|
<td>
|
|
<td>
|
|
- 商品总额:¥<fmt:formatNumber type="number"
|
|
|
|
- value="${shopOrderReturneds.needPayAmount}"
|
|
|
|
- pattern="0.00" maxFractionDigits="2"/>
|
|
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
- 优惠:¥<fmt:formatNumber type="number" value="${shopOrderReturneds.eachDiscount}"
|
|
|
|
- pattern="0.00" maxFractionDigits="2"/>
|
|
|
|
|
|
+ 收款状态:${fns:getDictLabel(shopOrderReturneds.shopReceiptStatus,'receiptStatus' ,'' )}
|
|
</td>
|
|
</td>
|
|
- <td>
|
|
|
|
- 应付金额:¥<fmt:formatNumber type="number" value="${shopOrderReturneds.realPay}"
|
|
|
|
- pattern="0.00" maxFractionDigits="2"/>
|
|
|
|
|
|
+ <td>发货状态:
|
|
|
|
+ ${fns:getDictLabel(shopOrderReturneds.sendOutStatus,'sendOutStatus' ,'' )}
|
|
</td>
|
|
</td>
|
|
- <td>
|
|
|
|
- 已付金额:¥<fmt:formatNumber type="number"
|
|
|
|
- value="${shopOrderReturneds.receiptAmount}"
|
|
|
|
- pattern="0.00" maxFractionDigits="2"/>
|
|
|
|
|
|
+ <td>付款状态:
|
|
|
|
+ ${fns:getDictLabel(shopOrderReturneds.payStatus,'payStatus' ,'' )}
|
|
</td>
|
|
</td>
|
|
- <td>
|
|
|
|
- 待付金额:¥<fmt:formatNumber type="number" value="${shopOrderReturneds.restAmount}"
|
|
|
|
- pattern="0.00" maxFractionDigits="2"/>
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- </c:if>
|
|
|
|
- <c:forEach items="${shopOrderReturneds.cmReturnedPurchaseProductList}"
|
|
|
|
- var="cmReturnedPurchaseProduct" varStatus="cmReturnedPurchaseProductStatus">
|
|
|
|
- <tr>
|
|
|
|
- <td rowspan="4" style="width: 295px;height: 125px">
|
|
|
|
- <img style="width: 100px;height: 100px"
|
|
|
|
- src="${cmReturnedPurchaseProduct.mainImage}">
|
|
|
|
- <font title="${cmReturnedPurchaseProduct.name}">${fns:abbr(cmReturnedPurchaseProduct.name,30)}</font>
|
|
|
|
- </td>
|
|
|
|
- <td>单价:¥${cmReturnedPurchaseProduct.price}<c:if
|
|
|
|
- test="${order.collageFlag eq 1}"><font color="red">(拼团价)</font></c:if></td>
|
|
|
|
- <c:if test="${order.collageFlag eq 1}"><font color="red">(拼团价)</font></c:if>
|
|
|
|
- <td>折扣:${cmReturnedPurchaseProduct.discount}</td>
|
|
|
|
- <td>折后单价:¥${cmReturnedPurchaseProduct.discountPrice}</td>
|
|
|
|
- <td>
|
|
|
|
- 购买数量(赠品数)X${cmReturnedPurchaseProduct.num}(${cmReturnedPurchaseProduct.presentNum})
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
- <td>税率:${cmReturnedPurchaseProduct.taxRate}</td>
|
|
|
|
- <td>税费:¥${cmReturnedPurchaseProduct.totalAddedValueTax}</td>
|
|
|
|
- <td colspan="2">总额:¥${cmReturnedPurchaseProduct.totalFee}</td>
|
|
|
|
|
|
+ <td>供应商:${shopOrderReturneds.shopName}</td>
|
|
</tr>
|
|
</tr>
|
|
- <tr>
|
|
|
|
- <td><font
|
|
|
|
- color="red">已发货:${cmReturnedPurchaseProduct.num+cmReturnedPurchaseProduct.presentNum - cmReturnedPurchaseProduct.notOutStore}</font>
|
|
|
|
- </td>
|
|
|
|
- <td><font color="red">已退货:<span
|
|
|
|
- id="applicationReturnedNum${shopOrderReturnedStatus.index}${cmReturnedPurchaseProductStatus.index}">${cmReturnedPurchaseProduct.returnedPurchaseProductNum}</span></font>
|
|
|
|
- </td>
|
|
|
|
- <td colspan="2"><font color="red">本次退货:
|
|
|
|
- ${empty cmReturnedPurchaseProduct.actualReturnedNum ? 0 : cmReturnedPurchaseProduct.actualReturnedNum}
|
|
|
|
- </font>
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
- <td><font
|
|
|
|
- color="red">待发货:${cmReturnedPurchaseProduct.notOutStore - cmReturnedPurchaseProduct.cancelProductNum}</font>
|
|
|
|
- </td>
|
|
|
|
- <td><font color="red">已取消:<span
|
|
|
|
- id="applicationCancelNum${shopOrderReturnedStatus.index}${cmReturnedPurchaseProductStatus.index}">${cmReturnedPurchaseProduct.cancelProductNum}</span></font>
|
|
|
|
- </td>
|
|
|
|
- <td colspan="2"><font color="red">本次取消:
|
|
|
|
- ${empty cmReturnedPurchaseProduct.actualCancelNum ? 0 : cmReturnedPurchaseProduct.actualCancelNum}
|
|
|
|
- </font>
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- <%--<form:hidden path="cmReturnedPurchaseProductList[${shopOrderReturnedStatus.index}][${cmReturnedPurchaseProductStatus.index}].returnedReceiver" value="${cmReturnedPurchaseProduct.returnedReceiver}"/>--%>
|
|
|
|
- </c:forEach>
|
|
|
|
- </table>
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- </c:forEach>
|
|
|
|
|
|
+ <c:if test="${order.onlinePayFlag eq 0}">
|
|
|
|
+ <tr>
|
|
|
|
+ <td>
|
|
|
|
+ 商品总额:¥<fmt:formatNumber type="number" value="${shopOrderReturneds.needPayAmount}" pattern="0.00" maxFractionDigits="2" />
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ 优惠:¥<fmt:formatNumber type="number" value="${shopOrderReturneds.eachDiscount}" pattern="0.00" maxFractionDigits="2" />
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ 应付金额:¥<fmt:formatNumber type="number" value="${shopOrderReturneds.realPay}" pattern="0.00" maxFractionDigits="2" />
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ 已付金额:¥<fmt:formatNumber type="number" value="${shopOrderReturneds.receiptAmount}" pattern="0.00" maxFractionDigits="2" />
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ 待付金额:¥<fmt:formatNumber type="number" value="${shopOrderReturneds.restAmount}" pattern="0.00" maxFractionDigits="2" />
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:forEach items="${shopOrderReturneds.cmReturnedPurchaseProductList}" var="cmReturnedPurchaseProduct" varStatus="cmReturnedPurchaseProductStatus">
|
|
|
|
+ <tr>
|
|
|
|
+ <td rowspan="4" style="width: 295px;height: 125px">
|
|
|
|
+ <img style="width: 100px;height: 100px" src="${cmReturnedPurchaseProduct.mainImage}">
|
|
|
|
+ <font title="${cmReturnedPurchaseProduct.name}">${fns:abbr(cmReturnedPurchaseProduct.name,30)}</font>
|
|
|
|
+ </td>
|
|
|
|
+ <td>单价:¥${cmReturnedPurchaseProduct.price}<c:if test="${order.collageFlag eq 1}"><font color="red">(拼团价)</font></c:if></td> <c:if test="${order.collageFlag eq 1}"><font color="red">(拼团价)</font></c:if>
|
|
|
|
+ <td>折扣:${cmReturnedPurchaseProduct.discount}</td>
|
|
|
|
+ <td>折后单价:¥${cmReturnedPurchaseProduct.discountPrice}</td>
|
|
|
|
+ <td>购买数量(赠品数)X${cmReturnedPurchaseProduct.num}(${cmReturnedPurchaseProduct.presentNum})</td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td>税率:${cmReturnedPurchaseProduct.taxRate}</td>
|
|
|
|
+ <td>税费:¥${cmReturnedPurchaseProduct.totalAddedValueTax}</td>
|
|
|
|
+ <td colspan="2">总额:¥${cmReturnedPurchaseProduct.totalFee}</td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td><font color="red">已发货:${cmReturnedPurchaseProduct.num+cmReturnedPurchaseProduct.presentNum - cmReturnedPurchaseProduct.notOutStore}</font></td>
|
|
|
|
+ <td><font color="red">已退货:<span id="applicationReturnedNum${shopOrderReturnedStatus.index}${cmReturnedPurchaseProductStatus.index}">${cmReturnedPurchaseProduct.returnedPurchaseProductNum}</span></font></td>
|
|
|
|
+ <td colspan="2"><font color="red">本次退货:
|
|
|
|
+ ${empty cmReturnedPurchaseProduct.actualReturnedNum ? 0 : cmReturnedPurchaseProduct.actualReturnedNum}
|
|
|
|
+ </font>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td><font color="red">待发货:${cmReturnedPurchaseProduct.notOutStore - cmReturnedPurchaseProduct.cancelProductNum}</font></td>
|
|
|
|
+ <td><font color="red">已取消:<span id="applicationCancelNum${shopOrderReturnedStatus.index}${cmReturnedPurchaseProductStatus.index}">${cmReturnedPurchaseProduct.cancelProductNum}</span></font></td>
|
|
|
|
+ <td colspan="2"><font color="red">本次取消:
|
|
|
|
+ ${empty cmReturnedPurchaseProduct.actualCancelNum ? 0 : cmReturnedPurchaseProduct.actualCancelNum}
|
|
|
|
+ </font>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <%--<form:hidden path="cmReturnedPurchaseProductList[${shopOrderReturnedStatus.index}][${cmReturnedPurchaseProductStatus.index}].returnedReceiver" value="${cmReturnedPurchaseProduct.returnedReceiver}"/>--%>
|
|
|
|
+ </c:forEach>
|
|
|
|
+ </table>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </c:forEach>
|
|
|
|
|
|
</table>
|
|
</table>
|
|
</form:form>
|
|
</form:form>
|
|
</c:forEach>
|
|
</c:forEach>
|
|
|
|
|
|
<c:if test="${empty cmReturnedPurchaseList}">
|
|
<c:if test="${empty cmReturnedPurchaseList}">
|
|
- <p style="text-align: center;"><font color="#1e90ff">暂无退货退款详情记录.....</font></p>
|
|
|
|
|
|
+ <p style="text-align: center;"><font color="#1e90ff">暂无退货退款详情记录.....</font></p>
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${not empty cmReturnedPurchaseList}">
|
|
<c:if test="${not empty cmReturnedPurchaseList}">
|
|
<table id="orderTable" class="table table-striped table-bordered table-condensed">
|
|
<table id="orderTable" class="table table-striped table-bordered table-condensed">
|
|
@@ -686,14 +592,11 @@
|
|
<td>
|
|
<td>
|
|
<div class="order-rows">
|
|
<div class="order-rows">
|
|
<label>发票信息:</label>
|
|
<label>发票信息:</label>
|
|
- <input id="invoice1" class="invoice1" name="invoice"
|
|
|
|
- type="radio" ${order.orderInvoice.type == 0 ? 'checked="checked"':''} disabled="disabled">
|
|
|
|
|
|
+ <input id="invoice1" class="invoice1" name="invoice" type="radio" ${order.orderInvoice.type == 0 ? 'checked="checked"':''} disabled="disabled">
|
|
<label for="invoice1">不需要发票</label>
|
|
<label for="invoice1">不需要发票</label>
|
|
- <input id="invoice2" name="invoice"
|
|
|
|
- type="radio" ${order.orderInvoice.type == 1 ? 'checked="checked"':''} disabled="disabled">
|
|
|
|
|
|
+ <input id="invoice2" name="invoice" type="radio" ${order.orderInvoice.type == 1 ? 'checked="checked"':''} disabled="disabled">
|
|
<label for="invoice2">普通发票</label>
|
|
<label for="invoice2">普通发票</label>
|
|
- <input id="invoice3" name="invoice"
|
|
|
|
- type="radio" ${order.orderInvoice.type == 2 ? 'checked="checked"':''} disabled="disabled">
|
|
|
|
|
|
+ <input id="invoice3" name="invoice" type="radio" ${order.orderInvoice.type == 2 ? 'checked="checked"':''} disabled="disabled">
|
|
<label for="invoice3">增值税发票</label>
|
|
<label for="invoice3">增值税发票</label>
|
|
<c:if test="${order.orderInvoice.type == 1}">
|
|
<c:if test="${order.orderInvoice.type == 1}">
|
|
<br>
|
|
<br>
|
|
@@ -766,28 +669,28 @@
|
|
<script type="text/javascript" src="${ctxStatic}/modules/bulkpurchase/stages.js"></script>
|
|
<script type="text/javascript" src="${ctxStatic}/modules/bulkpurchase/stages.js"></script>
|
|
<script>
|
|
<script>
|
|
$(function () {
|
|
$(function () {
|
|
- $('.print-now').on('click', function () {
|
|
|
|
|
|
+ $('.print-now').on('click',function() {
|
|
window.print();
|
|
window.print();
|
|
})
|
|
})
|
|
});
|
|
});
|
|
|
|
|
|
- (function () {
|
|
|
|
- $('body').click(function (e) {
|
|
|
|
|
|
+ (function(){
|
|
|
|
+ $('body').click(function(e) {
|
|
var target = $(e.target),
|
|
var target = $(e.target),
|
|
$block = $('.operation-block');
|
|
$block = $('.operation-block');
|
|
- if (target.is('.operation-btn')) {
|
|
|
|
- if ($block.css('display') === 'none') {
|
|
|
|
|
|
+ if(target.is('.operation-btn')) {
|
|
|
|
+ if($block.css('display') === 'none') {
|
|
$block.show();
|
|
$block.show();
|
|
} else {
|
|
} else {
|
|
$block.hide();
|
|
$block.hide();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- if (!target.is('.operation-block') && !target.is('.operation-btn')) {
|
|
|
|
|
|
+ if(!target.is('.operation-block') && !target.is('.operation-btn')) {
|
|
$block.hide();
|
|
$block.hide();
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
|
|
- $('.clauseId').each(function () {
|
|
|
|
|
|
+ $('.clauseId').each(function() {
|
|
var self = $(this);
|
|
var self = $(this);
|
|
if (!self.prop("checked")) {
|
|
if (!self.prop("checked")) {
|
|
self.parent().hide();
|
|
self.parent().hide();
|
|
@@ -806,16 +709,16 @@
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
|
|
- $('body').on('mouseover', '.enlarge-pic', function () {
|
|
|
|
|
|
+ $('body').on('mouseover', '.enlarge-pic', function() {
|
|
var thisSrc = $(this).attr('src'),
|
|
var thisSrc = $(this).attr('src'),
|
|
enlargeBox = $('#enlarge-box');
|
|
enlargeBox = $('#enlarge-box');
|
|
- if (thisSrc) {
|
|
|
|
|
|
+ if(thisSrc) {
|
|
enlargeBox.show(50);
|
|
enlargeBox.show(50);
|
|
- $('#enlarge-box').find('img').attr('src', thisSrc);
|
|
|
|
|
|
+ $('#enlarge-box').find('img').attr('src',thisSrc);
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
|
|
- $('body').on('mouseout', '.enlarge-pic', function () {
|
|
|
|
|
|
+ $('body').on('mouseout', '.enlarge-pic', function() {
|
|
var enlargeBox = $('#enlarge-box');
|
|
var enlargeBox = $('#enlarge-box');
|
|
enlargeBox.hide();
|
|
enlargeBox.hide();
|
|
})
|
|
})
|