|
@@ -427,12 +427,11 @@
|
|
|
</c:if>
|
|
|
</td>--%>
|
|
|
<td colspan="2">
|
|
|
- <a href="${ctx}/bulkpurchase/cmRefundsProduct/toRefundRecord.rpc?orderID=${s.orderID}&shopOrderID=${shopOrderID}&from=1"
|
|
|
- style="text-decoration: underline">
|
|
|
+<%-- <a href="${ctx}/bulkpurchase/cmRefundsProduct/toRefundRecord.rpc?orderID=${s.orderID}&shopOrderID=${shopOrderID}&from=1" style="text-decoration: underline">--%>
|
|
|
<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>
|
|
|
+<%-- </a>--%>
|
|
|
</td>
|
|
|
<td colspan="3">
|
|
|
<%--<a href="${ctx}/bulkpurchase/cmRefundsProduct/toRefundRecord.rpc?orderID=${s.orderID}&from=1"
|
|
@@ -527,13 +526,12 @@
|
|
|
pattern="#,##0.00"/></td>
|
|
|
|
|
|
<td>
|
|
|
- <a href="${ctx}/bulkpurchase/cmRefundsProduct/toRefundRecord.rpc?orderID=${s.orderID}&shopOrderID=${shopOrderID}&from=1"
|
|
|
- style="text-decoration: underline">
|
|
|
+<%-- <a href="${ctx}/bulkpurchase/cmRefundsProduct/toRefundRecord.rpc?orderID=${s.orderID}&shopOrderID=${shopOrderID}&from=1" style="text-decoration: underline">--%>
|
|
|
<c:if test="${s.payStatus == 1 || empty s.payStatus || s.payStatus == 0}"><font
|
|
|
color="red">待付款</font></c:if>
|
|
|
<c:if test="${s.payStatus == 2}"><font color="#ff8c00">部分付款</font></c:if>
|
|
|
<c:if test="${s.payStatus == 3}"><font color="green">已付款</font></c:if>
|
|
|
- </a>
|
|
|
+<%-- </a>--%>
|
|
|
</td>
|
|
|
|
|
|
<td colspan="3" class="supplier-fee">
|