|
@@ -45,7 +45,7 @@
|
|
|
</shiro:hasPermission>
|
|
|
<li><a href="${ctx}/shopOrder/settlement">子订单手动结算</a></li>
|
|
|
</ul>
|
|
|
-<form:form id="searchForm" modelAttribute="cmPayShop" action="${ctx}/order/cmPayShop/" method="post" class="breadcrumb form-search">
|
|
|
+<form:form id="searchForm" modelAttribute="cmPayShop" action="${ctx}/order/cmPayShop/payList" 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">
|
|
@@ -202,27 +202,27 @@
|
|
|
<td>
|
|
|
<c:if test="${cmPayShop.payType ne '6' && cmPayShop.status == '1'}">
|
|
|
<shiro:hasPermission name="order:cmPayShop:check">
|
|
|
- <a class="td-a" href="${ctx}/order/cmPayShop/applyCompile?id=${cmPayShop.id}">编辑</a>
|
|
|
+ <a class="td-a" href="${ctx}/order/cmPayShop/applyCompile?id=${cmPayShop.id}&redirectType=2">编辑</a>
|
|
|
</shiro:hasPermission>
|
|
|
</c:if>
|
|
|
<shiro:hasPermission name="order:cmPayShop:detail">
|
|
|
- <a class="td-a" href="${ctx}/order/cmPayShop/applyDetail?id=${cmPayShop.id}">查看详情</a>
|
|
|
+ <a class="td-a" href="${ctx}/order/cmPayShop/applyDetail?id=${cmPayShop.id}&redirectType=2">查看详情</a>
|
|
|
</shiro:hasPermission>
|
|
|
<c:if test="${cmPayShop.status == '0'}">
|
|
|
<shiro:hasPermission name="order:cmPayShop:apply">
|
|
|
<c:if test="${cmPayShop.paymentType ne 3 && cmPayShop.paymentType ne 2}">
|
|
|
- <a class="td-a" href="${ctx}/order/cmPayShop/applyEdit?id=${cmPayShop.id}">申请付款</a>
|
|
|
+ <a class="td-a" href="${ctx}/order/cmPayShop/applyEdit?id=${cmPayShop.id}&redirectType=2">申请付款</a>
|
|
|
</c:if>
|
|
|
<c:if test="${cmPayShop.paymentType eq 3 && cmPayShop.paymentType ne 2}">
|
|
|
- <a class="td-a" href="${ctx}/order/cmPayShop/shopOtherApplyEdit?payShopId=${cmPayShop.id}">申请付款</a>
|
|
|
+ <a class="td-a" href="${ctx}/order/cmPayShop/shopOtherApplyEdit?payShopId=${cmPayShop.id}&redirectType=2">申请付款</a>
|
|
|
</c:if>
|
|
|
</shiro:hasPermission>
|
|
|
<shiro:hasPermission name="order:cmPayShop:cancel">
|
|
|
- <a class="td-a" href="${ctx}/order/cmPayShop/cancel?id=${cmPayShop.id}"
|
|
|
+ <a class="td-a" href="${ctx}/order/cmPayShop/cancel?id=${cmPayShop.id}&redirectType=2"
|
|
|
onclick="return confirmx('确定要取消此次付款申请吗?', this.href)">取消付款</a>
|
|
|
</shiro:hasPermission>
|
|
|
<shiro:hasPermission name="order:cmPayShop:check">
|
|
|
- <a class="td-a" href="${ctx}/order/cmPayShop/toCheck?id=${cmPayShop.id}">付款审核</a>
|
|
|
+ <a class="td-a" href="${ctx}/order/cmPayShop/toCheck?id=${cmPayShop.id}&redirectType=2">付款审核</a>
|
|
|
</shiro:hasPermission>
|
|
|
</c:if>
|
|
|
<c:if test="${cmPayShop.payType ne '6' && cmPayShop.status == '1'}">
|
|
@@ -235,16 +235,16 @@
|
|
|
<shiro:hasPermission name="order:cmPayShop:apply">
|
|
|
<c:if test="${cmPayShop.rePayment == '1' && cmPayShop.paymentType ne 2}">
|
|
|
<c:if test="${cmPayShop.paymentType ne 3}">
|
|
|
- <a class="td-a" href="${ctx}/order/cmPayShop/applyEdit?id=${cmPayShop.id}">重申付款</a>
|
|
|
+ <a class="td-a" href="${ctx}/order/cmPayShop/applyEdit?id=${cmPayShop.id}&redirectType=2">重申付款</a>
|
|
|
</c:if>
|
|
|
<c:if test="${cmPayShop.paymentType eq 3}">
|
|
|
- <a class="td-a" href="${ctx}/order/cmPayShop/shopOtherApplyEdit?payShopId=${cmPayShop.id}">重申付款</a>
|
|
|
+ <a class="td-a" href="${ctx}/order/cmPayShop/shopOtherApplyEdit?payShopId=${cmPayShop.id}&redirectType=2">重申付款</a>
|
|
|
</c:if>
|
|
|
</c:if>
|
|
|
<c:if test="${cmPayShop.rePayment == '2'}">重申付款</c:if>
|
|
|
</shiro:hasPermission>
|
|
|
<shiro:hasPermission name="order:cmPayShop:cancel">
|
|
|
- <a class="td-a" href="${ctx}/order/cmPayShop/cancel?id=${cmPayShop.id}"
|
|
|
+ <a class="td-a" href="${ctx}/order/cmPayShop/cancel?id=${cmPayShop.id}&redirectType=2"
|
|
|
onclick="return confirmx('确定要取消此次付款申请吗?', this.href)">取消付款</a>
|
|
|
</shiro:hasPermission>
|
|
|
</c:if>
|