123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265 |
- <%@ page import="java.util.Date" %>
- <%@ page contentType="text/html;charset=UTF-8" %>
- <%@ include file="/WEB-INF/views/include/taglib.jsp" %>
- <html>
- <head>
- <title>订单信息</title>
- <meta name="decorator" content="default"/>
- <style type="text/css">
- .table th{text-align:center}
- .table td{text-align:center}
- .data-title{width:100%;display:table}
- .data-title ul li{word-break:break-all;display:table-cell;width:100px;border:1px solid #000;text-align:center;height:35px;vertical-align:middle;border-right:0;border-bottom:0}
- .data-title ul{margin-bottom:0 !important;display:table-row}
- .data-title ul li:last-of-type{width:120px;border-right:1px solid #000000}
- .data-title ul:last-of-type li{border-bottom:1px solid #000000}
- .data-title ul li:nth-child(6){width:80px}
- .spileOrder li:nth-of-type(1){position:relative}
- .san{width:10px;height:10px;border-top:2px solid #000;border-right:2px solid #000;transform:rotate(45deg);position:absolute;right:-2px;top:50%;margin-top:-5px;cursor:pointer}
- .red-waring{margin:0 !important;background-color:#f3f3f3 !important}
- .red-waring li{border-color:red !important}
- #biao1{position:absolute;left:-9999px;top:-9999px;z-index:-99;width:1px;height:1px}
- #searchForm{line-height:40px}
- #searchForm .ul-form{overflow:visible}
- #searchForm{white-space:nowrap}
- #searchForm label{margin-top:15px}
- .ul-form{white-space:nowrap;margin-left:-10px !important}
- .ul-form label{width:90px;text-align:right}
- #btnSubmit{width:128px;margin-left:152px}
- .select-ele{width:177px}
- </style>
- <script type="text/javascript">
- </script>
- </head>
- <body>
- <textarea cols="20" rows="10" id="biao1"></textarea>
- <ul class="nav nav-tabs">
- <c:if test="${cmBehaviorRecord.behaviorType eq '2'}">
- <li><a href="${ctx}/user/behavior/record/list?behaviorType=${cmBehaviorRecord.behaviorType}">ROSS页面统计</a></li>
- </c:if>
- <c:if test="${cmBehaviorRecord.behaviorType eq '1'}">
- <li><a href="${ctx}/user/behavior/record/list?behaviorType=${cmBehaviorRecord.behaviorType}">用户行为记录</a></li>
- </c:if>
- <li class="active"><a href="${ctx}/user/behavior/record/recordList?IP=${cmBehaviorRecord.IP}&accessDate=${cmBehaviorRecord.accessDate}&userID=${cmBehaviorRecord.userID}&clubID=${cmBehaviorRecord.clubID}&companyType=${cmBehaviorRecord.companyType}&behaviorType=${cmBehaviorRecord.behaviorType}">查看详情</a></li>
- </ul>
- <sys:message content="${message}"/>
- <form:form id="searchForm" modelAttribute="cmBehaviorRecord" action="${ctx}/user/behavior/record/behaviorReport?IP=${cmBehaviorRecord.IP}&accessDate=${cmBehaviorRecord.accessDate}&userID=${cmBehaviorRecord.userID}&clubID=${cmBehaviorRecord.clubID}&companyType=${cmBehaviorRecord.companyType}&behaviorType=${cmBehaviorRecord.behaviorType}" method="post" class="breadcrumb form-search">
- <input id="pageNo" name="pageNo" type="hidden" value="${page.pageNo}"/>
- <input id="pageSize" name="pageSize" type="hidden" value="${page.pageSize}"/>
- <div class="ul-form">
- <ul class="nav nav-tabs">
- <li><a href="${ctx}/user/behavior/record/recordList?IP=${cmBehaviorRecord.IP}&accessDate=${cmBehaviorRecord.accessDate}&userID=${cmBehaviorRecord.userID}&clubID=${cmBehaviorRecord.clubID}&companyType=${cmBehaviorRecord.companyType}&behaviorType=${cmBehaviorRecord.behaviorType}">访问详情</a></li>
- <li><a href="${ctx}/user/behavior/record/recordAgency?IP=${cmBehaviorRecord.IP}&accessDate=${cmBehaviorRecord.accessDate}&userID=${cmBehaviorRecord.userID}&clubID=${cmBehaviorRecord.clubID}&companyType=${cmBehaviorRecord.companyType}&behaviorType=${cmBehaviorRecord.behaviorType}">机构信息</a></li>
- <li><a href="${ctx}/user/behavior/record/behaviorRemarks?IP=${cmBehaviorRecord.IP}&accessDate=${cmBehaviorRecord.accessDate}&userID=${cmBehaviorRecord.userID}&clubID=${cmBehaviorRecord.clubID}&companyType=${cmBehaviorRecord.companyType}&behaviorType=${cmBehaviorRecord.behaviorType}">咨询记录</a></li>
- <li><a href="${ctx}/user/behavior/record/behaviorReport?IP=${cmBehaviorRecord.IP}&accessDate=${cmBehaviorRecord.accessDate}&userID=${cmBehaviorRecord.userID}&clubID=${cmBehaviorRecord.clubID}&companyType=${cmBehaviorRecord.companyType}&behaviorType=${cmBehaviorRecord.behaviorType}">报备记录</a></li>
- <li class="active"><a href="${ctx}/user/behavior/record/behaviorNewOrder?IP=${cmBehaviorRecord.IP}&accessDate=${cmBehaviorRecord.accessDate}&userID=${cmBehaviorRecord.userID}&clubID=${cmBehaviorRecord.clubID}&companyType=${cmBehaviorRecord.companyType}&behaviorType=${cmBehaviorRecord.behaviorType}">订单信息</a></li>
- </ul>
- </div>
- </form:form>
- <div class="data-title">
- <ul>
- <li>订单ID</li>
- <li>订单编号</li>
- <li>订单类型</li>
- <li>返佣订单</li>
- <%-- <li>二手订单</li>--%>
- <li>机构</li>
- <li>收货人</li>
- <li>订单来源</li>
- <li>订单状态</li>
- <li>收款状态</li>
- <li>付款状态</li>
- <li>发货状态</li>
- <li>退款状态</li>
- <li>待审核退款</li>
- <li>订单金额</li>
- <li>返佣服务费</li>
- <li>下单时间</li>
- <li>确认时间</li>
- <li>操作</li>
- </ul>
- <c:forEach items="${page.list}" var="order">
- <%--颜色区分分期不分期订单以及终止订单--%>
- <ul class="spileOrder" data-id="${order.orderNo}">
- <li>${order.orderID}</li>
- <li style="position: relative">${order.orderNo}
- </li>
- <li>
- <c:if test="${order.orderType == 1}">
- 自主订单
- </c:if>
- <c:if test="${order.orderType == 0}">
- 协销订单
- <c:if test="${not empty order.spName}">
- <br>${fns:appendLast1('(',order.spName,')')}
- </c:if>
- </c:if>
- </li>
- <li>
- <c:if test="${order.rebateOrder == '0'}">
- 否
- </c:if>
- <c:if test="${order.rebateOrder ne '0'}">
- 是
- </c:if>
- </li>
- <%-- <li>--%>
- <%-- <c:if test="${order.secondHandOrderFlag == '1'}">--%>
- <%-- 是--%>
- <%-- </c:if>--%>
- <%-- <c:if test="${order.secondHandOrderFlag ne '1'}">--%>
- <%-- 否--%>
- <%-- </c:if>--%>
- <%-- </li>--%>
- <li>
- <c:if test="${order.organizeID == 1}">
- <span class="org-note">星范</span>
- </c:if>
- ${order.buyer}
- </li>
- <li>${order.receiver}</li>
- <li>${fns:getDictLabel(order.orderSource,"bp_orderSource","" )}</li>
- <li class="sd-li">
- <c:if test="${order.status eq 11 || order.status eq 12 || order.status eq 13 ||order.status eq 21 ||order.status eq 22 ||
- order.status eq 23 || order.status eq 31 ||order.status eq 32 ||order.status eq 33}">
- 交易中<br>(${fns:getDictLabel(order.status,"order_detail_status","" )})
- </c:if>
- <c:if test="${order.status eq 0 || order.status eq 4 || order.status eq 5 || order.status eq 6 || order.status eq 7}">${fns:getDictLabel(order.status,"order_detail_status","" )}</c:if>
- </li>
- <li>
- <c:if test="${order.receiptStatus == 1}">
- <font color="red">待收款</font>
- </c:if>
- <c:if test="${order.receiptStatus == 2}">
- <font color="#ff8c00">部分收款</font>
- </c:if>
- <c:if test="${order.receiptStatus == 3}">
- <font color="green">已收款</font>
- </c:if>
- <br>
- <%--抹平明细--%>
- <c:if test="${order.confirmType eq 1}">
- <c:if test="${order.receiptOrderFlag}">
- 一款多单:少收抹平金额未知
- </c:if>
- <c:if test="${!order.receiptOrderFlag}">
- <font>少收抹平:<br>
- ¥<fmt:formatNumber
- value="${order.payableAmount - (empty order.orderReceivedAmount ? 0 : order.orderReceivedAmount)}"
- pattern="#0.00"/>
- </font>
- </c:if>
- </c:if>
- <c:if test="${order.confirmType eq 2}">
- <c:if test="${order.receiptOrderFlag}">
- 一款多单:多收抹平金额未知
- </c:if>
- <c:if test="${!order.receiptOrderFlag}">
- <font>多收抹平:<br>
- ¥<fmt:formatNumber
- value="${(empty order.orderReceivedAmount ? 0 : order.orderReceivedAmount) - order.payableAmount}"
- pattern="#0.00"/>
- </font>
- </c:if>
- </c:if>
- <c:if test="${order.confirmType eq 3}">
- <c:if test="${order.receiptOrderFlag}">
- 一款多单:多收退余额
- </c:if>
- <c:if test="${!order.receiptOrderFlag}">
- <font>多收退余额 ${order.associationType eq 2 ? "(自动)" : ""}:<br>
- ¥<fmt:formatNumber
- value="${(empty order.returnBalanceAmount ? 0 : order.returnBalanceAmount)}"
- pattern="#0.00"/>
- </font>
- </c:if>
- </c:if>
- </li>
- <li>
- <c:if test="${order.payStatus == 1}">
- <font color="red">待付款</font>
- </c:if>
- <c:if test="${order.payStatus == 2}">
- <font color="#ff8c00">部分付款</font>
- </c:if>
- <c:if test="${order.payStatus == 3}">
- <font color="green">已付款</font>
- </c:if>
- </li>
- <li>
- <c:if test="${order.sendOutStatus == 1}">
- <font color="red">待发货</font>
- </c:if>
- <c:if test="${order.sendOutStatus == 2}">
- <font color="#ff8c00">部分发货</font>
- </c:if>
- <c:if test="${order.sendOutStatus == 3}">
- <font color="green">已发货</font>
- </c:if>
- </li>
- <li>
- <c:if test="${order.refundType == 1}">
- <font>部分退款</font>
- </c:if>
- <c:if test="${order.refundType == 2}">
- <font>已退款</font>
- </c:if>
- <c:if test="${order.refundType ne 1 and order.refundType ne 2 }">
- <font>无退款</font>
- </c:if>
- </li>
- <li>
- <c:if test="${order.returnedPurchaseStatus == 1}">
- <a href="${ctx}/bulkpurchase/cmRefundsProduct/toRecturnRecordByOrderID.rpc?orderID=${order.orderID}">
- 有
- </a>
- </c:if>
- <c:if test="${order.returnedPurchaseStatus == 0}">
- 无
- </c:if>
- </li>
- <li> <%-- 订单金额 --%>
- <fmt:formatNumber value="${order.payTotalFee}" type="currency"/>
- </li>
- <li> <%-- 返佣服务费 --%>
- <c:if test="${not empty order.rebateFee}">
- <fmt:formatNumber value="${order.rebateFee}" type="currency"/>
- </c:if>
- <c:if test="${empty order.rebateFee}">
- ---
- </c:if>
- </li>
- <li>${order.orderTime}</li>
- <li>
- <c:if test="${empty order.confirmTime}">
- ---
- </c:if>
- <c:if test="${not empty order.confirmTime}">
- ${order.confirmTime}
- </c:if>
- </li>
- <li class="operation-wrap">
- <a href="${ctx}/order/detail?id=${order.orderID}">查看详情</a>
- </li>
- </ul>
- </c:forEach>
- </div>
- <div class="pagination">${page}</div>
- <c:if test="${empty page.list}">
- <p style="text-align: center;"><font color="#1e90ff">暂无订单信息……</font></p>
- </c:if>
- <script type="text/javascript">
- function page(n,s){
- $("#pageNo").val(n);
- $("#pageSize").val(s);
- $("#searchForm").submit();
- return false;
- }
- </script>
- </body>
- </html>
|