|
@@ -595,7 +595,7 @@
|
|
|
<a onclick="applypayWay(${s.shopReceiptStatus},${s.payWay})" href="${ctx}/shopOrder/toChangePayShopAmount?shopOrderID=${s.shopOrderID}">修改成本</a>
|
|
|
</shiro:hasPermission>
|
|
|
</c:if>
|
|
|
- <c:if test="${s.shopReceiptStatus eq 2 || s.payWay eq 1}">
|
|
|
+ <c:if test="${s.shopReceiptStatus eq 2 && s.payWay eq 1}">
|
|
|
<a href="${ctx}/order/cmPayShop/differencePriceForm?shopOrderId=${s.shopOrderID}">供应商差价</a>
|
|
|
</c:if>
|
|
|
<c:if test="${(s.modifyPayable and s.paying ne '1') || s.payStatus eq '2'}">
|