|
@@ -416,24 +416,24 @@
|
|
<table class="table table-striped table-bordered table-condensed pay-table">
|
|
<table class="table table-striped table-bordered table-condensed pay-table">
|
|
<tr>
|
|
<tr>
|
|
<th>子订单编号(ID)</th>
|
|
<th>子订单编号(ID)</th>
|
|
- <th colspan="3">客户</th>
|
|
|
|
- <th colspan="2">下单时间</th>
|
|
|
|
- <th>子订单金额</th>
|
|
|
|
|
|
+<%-- <th colspan="3">客户</th>--%>
|
|
|
|
+ <th colspan="3">下单时间</th>
|
|
|
|
+ <th colspan="2">子订单金额</th>
|
|
<%-- <th colspan="3">所有子订单</th>--%>
|
|
<%-- <th colspan="3">所有子订单</th>--%>
|
|
<%-- <th>订单总佣金</th>--%>
|
|
<%-- <th>订单总佣金</th>--%>
|
|
<th colspan="4">总平台服务费</th>
|
|
<th colspan="4">总平台服务费</th>
|
|
- <th>机构运费</th>
|
|
|
|
- <th>收款状态</th>
|
|
|
|
|
|
+<%-- <th>机构运费</th>--%>
|
|
|
|
+ <th colspan="2">收款状态</th>
|
|
<th colspan="3">收款金额</th>
|
|
<th colspan="3">收款金额</th>
|
|
- <th>经理折扣</th>
|
|
|
|
- <th>优惠券</th>
|
|
|
|
|
|
+ <th colspan="2">经理折扣</th>
|
|
|
|
+ <th colspan="2">优惠券</th>
|
|
<tr/>
|
|
<tr/>
|
|
<tr>
|
|
<tr>
|
|
<%-- <td> ${s.orderNo}(${s.orderID})</td>--%>
|
|
<%-- <td> ${s.orderNo}(${s.orderID})</td>--%>
|
|
<td>${s.shopOrderNo}(${s.shopOrderID})</td>
|
|
<td>${s.shopOrderNo}(${s.shopOrderID})</td>
|
|
- <td colspan="3"> ${s.buyer}</td>
|
|
|
|
- <td colspan="2"> ${s.orderTime}</td>
|
|
|
|
- <td>${s.payTotalFee}</td>
|
|
|
|
|
|
+<%-- <td colspan="3"> ${s.buyer}</td>--%>
|
|
|
|
+ <td colspan="3"> ${s.orderTime}</td>
|
|
|
|
+ <td colspan="2">${s.totalAmount}</td>
|
|
<%-- <td colspan="3">--%>
|
|
<%-- <td colspan="3">--%>
|
|
<%-- <c:forEach items="${s.shopOrderNos}" var="cs">--%>
|
|
<%-- <c:forEach items="${s.shopOrderNos}" var="cs">--%>
|
|
<%-- ${cs}<br/>--%>
|
|
<%-- ${cs}<br/>--%>
|
|
@@ -446,7 +446,7 @@
|
|
<%-- </c:if>--%>
|
|
<%-- </c:if>--%>
|
|
<%-- </td>--%>
|
|
<%-- </td>--%>
|
|
<td colspan="4"></td>
|
|
<td colspan="4"></td>
|
|
- <td>
|
|
|
|
|
|
+ <%--<td>
|
|
<label class="clubFreight" style="display: none">
|
|
<label class="clubFreight" style="display: none">
|
|
<c:choose>
|
|
<c:choose>
|
|
<c:when test="${s.freight != -1 && s.freight != 0 && s.freight != -2 && s.returnedFreightFlag ne true}">
|
|
<c:when test="${s.freight != -1 && s.freight != 0 && s.freight != -2 && s.returnedFreightFlag ne true}">
|
|
@@ -473,19 +473,19 @@
|
|
<c:if test="${s.userBeans gt 0}">
|
|
<c:if test="${s.userBeans gt 0}">
|
|
(采美豆抵用${s.userBeans})
|
|
(采美豆抵用${s.userBeans})
|
|
</c:if>
|
|
</c:if>
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
|
|
+ </td>--%>
|
|
|
|
+ <td colspan="2">
|
|
<a href="${ctx}/bulkpurchase/cmRefundsProduct/toRefundRecord.rpc?orderID=${s.orderID}&from=1"
|
|
<a href="${ctx}/bulkpurchase/cmRefundsProduct/toRefundRecord.rpc?orderID=${s.orderID}&from=1"
|
|
style="text-decoration: underline">
|
|
style="text-decoration: underline">
|
|
- <c:if test="${s.receiptStatus == 1}"><font color="red">待收款</font></c:if>
|
|
|
|
- <c:if test="${s.receiptStatus == 2}"><font color="#ff8c00">部分收款</font></c:if>
|
|
|
|
- <c:if test="${s.receiptStatus == 3}"><font color="green">已收款</font></c:if></a>
|
|
|
|
|
|
+ <c:if test="${s.shopReceiptStatus == 1}"><font color="red">待收款</font></c:if>
|
|
|
|
+ <c:if test="${s.shopReceiptStatus == 2}"><font color="#ff8c00">部分收款</font></c:if>
|
|
|
|
+ <c:if test="${s.shopReceiptStatus == 3}"><font color="green">已收款</font></c:if></a>
|
|
</td>
|
|
</td>
|
|
<td colspan="3">
|
|
<td colspan="3">
|
|
<a href="${ctx}/bulkpurchase/cmRefundsProduct/toRefundRecord.rpc?orderID=${s.orderID}&from=1"
|
|
<a href="${ctx}/bulkpurchase/cmRefundsProduct/toRefundRecord.rpc?orderID=${s.orderID}&from=1"
|
|
- style="text-decoration: underline">${s.receiptTotalFee}</a>
|
|
|
|
|
|
+ style="text-decoration: underline">${s.receiptAmount}</a>
|
|
</td>
|
|
</td>
|
|
- <td>
|
|
|
|
|
|
+ <td colspan="2">
|
|
<label class="discountFee">
|
|
<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}">
|
|
@@ -518,7 +518,7 @@
|
|
</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 class="couponAmount">${s.couponAmount} </td>
|
|
|
|
|
|
+ <td class="couponAmount" colspan="2">${s.couponAmount} </td>
|
|
<td class="eachDiscount" style="display: none">${s.eachDiscount}</td>
|
|
<td class="eachDiscount" style="display: none">${s.eachDiscount}</td>
|
|
<tr/>
|
|
<tr/>
|
|
<tr>
|
|
<tr>
|
|
@@ -527,6 +527,7 @@
|
|
<th colspan="3">子订单利润</th>
|
|
<th colspan="3">子订单利润</th>
|
|
<th colspan="3">商品费</th>
|
|
<th colspan="3">商品费</th>
|
|
<th>应付税费</th>
|
|
<th>应付税费</th>
|
|
|
|
+ <th>机构运费</th>
|
|
<th>供应商运费</th>
|
|
<th>供应商运费</th>
|
|
<th>付款状态</th>
|
|
<th>付款状态</th>
|
|
<th colspan="3">付供应商</th>
|
|
<th colspan="3">付供应商</th>
|
|
@@ -544,7 +545,34 @@
|
|
<td class="taxes">
|
|
<td class="taxes">
|
|
<fmt:formatNumber value="${s.shopTaxFee}" type="number" pattern="#,##0.00"/>
|
|
<fmt:formatNumber value="${s.shopTaxFee}" type="number" pattern="#,##0.00"/>
|
|
</td>
|
|
</td>
|
|
-
|
|
|
|
|
|
+ <td>
|
|
|
|
+ <label class="clubFreight" style="display: none">
|
|
|
|
+ <c:choose>
|
|
|
|
+ <c:when test="${s.shopPostFlag != 2 && s.shopPostFlag != 0 && s.shopPostFlag != -2 && s.returnedFreightFlag ne true}">
|
|
|
|
+ <fmt:formatNumber value="${s.shopPostFee}"/>
|
|
|
|
+ </c:when>
|
|
|
|
+ <c:otherwise>
|
|
|
|
+ <fmt:formatNumber value="0"/>
|
|
|
|
+ </c:otherwise>
|
|
|
|
+ </c:choose>
|
|
|
|
+ </label>
|
|
|
|
+ <c:if test="${s.shopPostFlag == 0}">
|
|
|
|
+ 包邮
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${s.shopPostFlag == 2}">
|
|
|
|
+ 到付
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${s.shopPostFlag == -2}">
|
|
|
|
+ 仪器到付-产品包邮
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${s.shopPostFlag != 2 && s.shopPostFlag != 0 && s.shopPostFlag != -2}">
|
|
|
|
+ <fmt:formatNumber value="${s.shopPostFee}" type="currency"/>
|
|
|
|
+ <c:if test="${s.returnedFreightFlag eq true}"><font color="red">(已退)</font></c:if>
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${s.userBeans gt 0}">
|
|
|
|
+ (采美豆抵用${s.userBeans})
|
|
|
|
+ </c:if>
|
|
|
|
+ </td>
|
|
<td class="freight"><fmt:formatNumber value="${s.shopPostFee}" type="number"
|
|
<td class="freight"><fmt:formatNumber value="${s.shopPostFee}" type="number"
|
|
pattern="#,##0.00"/></td>
|
|
pattern="#,##0.00"/></td>
|
|
|
|
|
|
@@ -594,7 +622,7 @@
|
|
<th>退货</th>
|
|
<th>退货</th>
|
|
<th colspan="2">单价</th>
|
|
<th colspan="2">单价</th>
|
|
<th colspan="3">机构税率 / 单税费 / 总税费</th>
|
|
<th colspan="3">机构税率 / 单税费 / 总税费</th>
|
|
- <th>总价</th>
|
|
|
|
|
|
+ <th colspan="2">总价</th>
|
|
<th>利润(单)</th>
|
|
<th>利润(单)</th>
|
|
<th>利润(总)</th>
|
|
<th>利润(总)</th>
|
|
<th>平台服务费</th>
|
|
<th>平台服务费</th>
|
|
@@ -636,7 +664,7 @@
|
|
type="number" pattern="#,##0.00"/>
|
|
type="number" pattern="#,##0.00"/>
|
|
</c:otherwise>
|
|
</c:otherwise>
|
|
</c:choose></td>
|
|
</c:choose></td>
|
|
- <td><fmt:formatNumber
|
|
|
|
|
|
+ <td colspan="2"><fmt:formatNumber
|
|
value="${((empty p.touchPrice?p.discountPrice:p.touchPrice) + p.addedValueTax)*(p.num+p.presentNum-p.returnedNum)}"
|
|
value="${((empty p.touchPrice?p.discountPrice:p.touchPrice) + p.addedValueTax)*(p.num+p.presentNum-p.returnedNum)}"
|
|
type="number" pattern="#,##0.00"/></td>
|
|
type="number" pattern="#,##0.00"/></td>
|
|
<td><fmt:formatNumber
|
|
<td><fmt:formatNumber
|