来函信息 修改提示信息
This commit is contained in:
@@ -117,12 +117,12 @@
|
|||||||
<!-- 审核未通过可修改 -->
|
<!-- 审核未通过可修改 -->
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${requestInfo.isAudit eq '1'}">
|
<c:when test="${requestInfo.isAudit eq '1'}">
|
||||||
<li><a href="${ctx}/cfg/request/requestCancelExamine?id="+${requestInfo.id}" onclick="return confirmx('确定吗?', this.href)"><spring:message code="cancel"></spring:message></a></li>
|
<li><a href="${ctx}/cfg/request/requestCancelExamine?id=${requestInfo.id}" onclick="return confirmx('确定吗?', this.href)"><spring:message code="cancel"></spring:message></a></li>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<li><a href="${ctx}/cfg/request/requestExamine?id="+${requestInfo.id} onclick="return confirmx('确定吗?', this.href)"><spring:message code="approved"></spring:message></a></li>
|
<li><a href="${ctx}/cfg/request/requestExamine?id=${requestInfo.id}" onclick="return confirmx('确定吗?', this.href)"><spring:message code="approved"></spring:message></a></li>
|
||||||
<li><a href="${ctx}/cfg/request/form?id="+${requestInfo.id}" onclick="return confirmx('确定吗?', this.href)"><spring:message code="update_request"></spring:message></a></li>
|
<li><a href="${ctx}/cfg/request/form?id=${requestInfo.id}" onclick="return confirmx('确定吗?', this.href)"><spring:message code="update_request"></spring:message></a></li>
|
||||||
<li><a href="${ctx}/cfg/request/delete?id="+${requestInfo.id}" onclick="return confirmx('确定吗?', this.href)"><spring:message code="delete"></spring:message></a></li>
|
<li><a href="${ctx}/cfg/request/delete?id=${requestInfo.id}" onclick="return confirmx('确定吗?', this.href)"><spring:message code="delete"></spring:message></a></li>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user