本地提交批量下发按钮
This commit is contained in:
@@ -89,6 +89,16 @@
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
//批量审核
|
||||
function approveAll(isAudit,isValid){
|
||||
//设置检索url为审核路径
|
||||
var auditUrl=$("#audit").val();
|
||||
auditUrl=auditUrl+"?isAudit="+isAudit;
|
||||
auditUrl=auditUrl+"&isValid="+isValid;
|
||||
$("#searchForm").attr("action",auditUrl);
|
||||
$("#searchForm").submit();
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
@@ -101,6 +111,17 @@
|
||||
onClick="javascript:window.location='${ctx}/ntc/iplist/form?functionId=${cfg.functionId}'">
|
||||
<i class="fa fa-plus"></i>
|
||||
<spring:message code="add"></spring:message></button>
|
||||
<!--
|
||||
<button type="button" class="btn btn-primary"
|
||||
onClick="approveAll(1,1)">
|
||||
<i class="fa fa-plus"></i>
|
||||
<spring:message code="arrpoved_all"></spring:message></button>
|
||||
|
||||
<button type="button" class="btn btn-primary"
|
||||
onClick="approveAll(3,0)">
|
||||
<i class="fa fa-plus"></i>
|
||||
<spring:message code="cancle_all"></spring:message></button>
|
||||
--!>
|
||||
<c:set var="serviceImport" value="false"></c:set>
|
||||
<c:set var="regionImport" value="false"></c:set>
|
||||
<c:forEach items="${serviceList}" var="service" >
|
||||
@@ -132,7 +153,7 @@
|
||||
|
||||
<form:form id="searchForm" modelAttribute="cfg" action="${ctx}/ntc/iplist/list?functionId=${cfg.functionId}" method="post" class="form-search">
|
||||
<input id="functionId" name="functionId" type="hidden" value="${cfg.functionId}"/>
|
||||
<input id="audit" name="audit" type="hidden" value="${audit}"/>
|
||||
<input id="audit" name="audit" type="hidden" value="${ctx}/ntc/iplist/audit"/>
|
||||
<input id="exportType" type="hidden" value="${cfg.seltype}"/>
|
||||
<input id="exportValue" type="hidden" value=""/>
|
||||
<input id="pageNo" name="pageNo" type="hidden" value="${page.pageNo}"/>
|
||||
@@ -357,7 +378,7 @@
|
||||
<th><spring:message code="ratelimit"/></th>
|
||||
<th><spring:message code="is_audit"/></th>
|
||||
<th><spring:message code="do_log"/></th>
|
||||
<th><spring:message code="log_total"/></th>
|
||||
<%-- <th><spring:message code="log_total"/></th> --%>
|
||||
<th><spring:message code="whether_area_block"/></th>
|
||||
<th><spring:message code="letter"/></th>
|
||||
<th><spring:message code="classification"/></th>
|
||||
@@ -412,7 +433,7 @@
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
<td audit="${indexCfg.isAudit}" functionId="${indexCfg.functionId}" compileId="${indexCfg.compileId}" action="${indexCfg.action}" serviceId="${indexCfg.serviceId}"><div class="loading-total"></div></td>
|
||||
<%-- <td audit="${indexCfg.isAudit}" functionId="${indexCfg.functionId}" compileId="${indexCfg.compileId}" action="${indexCfg.action}" serviceId="${indexCfg.serviceId}"><div class="loading-total"></div></td> --%>
|
||||
<td>
|
||||
<c:if test="${indexCfg.isAreaEffective==0}"><spring:message code="all"/></c:if>
|
||||
<c:if test="${indexCfg.isAreaEffective==1}">
|
||||
|
||||
Reference in New Issue
Block a user