|
@@ -117,29 +117,23 @@
|
|
|
<td>
|
|
|
<fmt:formatNumber value="${empty cmUser.ableUserMoney ? 0:cmUser.ableUserMoney}" type="currency"/>
|
|
|
</td>
|
|
|
- <td>
|
|
|
- <fmt:formatNumber value="${empty cmUser.userMoney ? 0:cmUser.userMoney}" type="currency"/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
-
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <a href="${ctx}/user/cmUserBalanceRecord/userBalanceRecord?userId=${cmUser.userID}" >查看详情</a>
|
|
|
- <shiro:hasPermission name="balance:cmUserBalanceRecord:recharge">
|
|
|
- <a href="javascript:void(0);" onclick="recharge('${cmUser.userID}')">充值</a>
|
|
|
- <%--<font title="请使用充值订单的方式进行充值!">充值</font>--%>
|
|
|
- </shiro:hasPermission>
|
|
|
- <shiro:hasPermission name="balance:cmUserBalanceWithdrawals:withdrawals">
|
|
|
- <c:if test="${cmUser.ableUserMoney > 0}">
|
|
|
- <c:if test="${cmUser.pending}">
|
|
|
- <font color="#666666">申请提现</font>
|
|
|
+ <td>
|
|
|
+ <a href="${ctx}/user/cmUserBalanceRecord/userBalanceRecord?userId=${cmUser.userID}" >查看详情</a>
|
|
|
+ <shiro:hasPermission name="balance:cmUserBalanceRecord:recharge">
|
|
|
+ <a href="javascript:void(0);" onclick="recharge('${cmUser.userID}')">充值</a>
|
|
|
+ <%--<font title="请使用充值订单的方式进行充值!">充值</font>--%>
|
|
|
+ </shiro:hasPermission>
|
|
|
+ <shiro:hasPermission name="balance:cmUserBalanceWithdrawals:withdrawals">
|
|
|
+ <c:if test="${cmUser.ableUserMoney > 0}">
|
|
|
+ <c:if test="${cmUser.pending}">
|
|
|
+ <font color="#666666">申请提现</font>
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${!cmUser.pending}">
|
|
|
+ <a href="${ctx}/user/cmUserBalanceRecord/userWithdrawals?userID=${cmUser.userID}" >申请提现</a>
|
|
|
+ </c:if>
|
|
|
</c:if>
|
|
|
- <c:if test="${!cmUser.pending}">
|
|
|
- <a href="${ctx}/user/cmUserBalanceRecord/userWithdrawals?userID=${cmUser.userID}" >申请提现</a>
|
|
|
- </c:if>
|
|
|
- </c:if>
|
|
|
- </shiro:hasPermission>
|
|
|
- </td>
|
|
|
+ </shiro:hasPermission>
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
</c:forEach>
|
|
|
</tbody>
|