|
@@ -330,6 +330,7 @@
|
|
|
<ul class="nav nav-tabs">
|
|
|
<li class="active tab-li"><a href="${ctx}/shopOrder/checkPaymentOrder">订单财务信息</a></li>
|
|
|
</ul>
|
|
|
+
|
|
|
<form:form id="searchForm" onsubmit="submitFunc()" modelAttribute="newOrder"
|
|
|
action="${ctx}/shopOrder/checkPaymentOrder" method="post" class="breadcrumb form-search">
|
|
|
<input id="pageNo" name="pageNo" type="hidden" value="${page.pageNo}"/>
|
|
@@ -557,14 +558,6 @@
|
|
|
</c:if>
|
|
|
</td>
|
|
|
<td colspan="2">
|
|
|
- <%-- <fmt:formatNumber value="${so.shouldPayShopAmount}" type="number" pattern="#,##0.00"/>--%>
|
|
|
- <%-- <c:if test="${so.differenceType eq 1 && so.differencePrice > 0}">--%>
|
|
|
- <%-- <font color="red">(需补差价¥${so.differencePrice})</font>--%>
|
|
|
- <%-- </c:if>--%>
|
|
|
- <%-- <c:if test="${so.differenceType eq 2 && so.differencePrice > 0}">--%>
|
|
|
- <%-- <font color="red">(需退差价¥${so.differencePrice})</font>--%>
|
|
|
- <%-- </c:if>--%>
|
|
|
-
|
|
|
<c:if test="${so.differenceType ne 1 && so.differenceType ne 2 }">
|
|
|
<font color="#E15616"><fmt:formatNumber value="${so.shouldPayShopAmount}" type="number"
|
|
|
pattern="#,##0.00"/></font>
|