取消审核的配置可显示,并且可编辑,编辑后状态变更为未审核,可重新审核下发,并且取消审核的配置也可查询日志量信息。
This commit is contained in:
@@ -114,8 +114,8 @@ function update(url){
|
||||
top.$.jBox.tip("<spring:message code='has_approved'/>", "<spring:message code='info'/>");
|
||||
return;
|
||||
}else if(cked.val()==3){
|
||||
top.$.jBox.tip("<spring:message code='cancel_approved'/>", "<spring:message code='info'/>");
|
||||
return;
|
||||
/* top.$.jBox.tip("<spring:message code='cancel_approved'/>", "<spring:message code='info'/>");
|
||||
return; */
|
||||
}
|
||||
//处理asnIp,asn组下发过的ip配置不允许修改
|
||||
if(cked.attr("serviceGroupId")&&cked.attr("isValid")){
|
||||
|
||||
@@ -20,7 +20,7 @@ var getTotalLog=function(){
|
||||
var serviceId=$(this).attr("serviceId");
|
||||
var functionId=$(this).attr("functionId");
|
||||
if(audit&&compileId&&functionId&&serviceId){
|
||||
if(audit == 1){
|
||||
if(audit != 0){
|
||||
var has=false;
|
||||
for(var i=0;i<data.serviceIds.length;i++){
|
||||
if(data.serviceIds[i]==$(this).attr("serviceId")){
|
||||
|
||||
Reference in New Issue
Block a user