From dcaebffeb111275883d549e5e8ab6d7d7b868c81 Mon Sep 17 00:00:00 2001 From: duandongmei Date: Sun, 26 Aug 2018 15:26:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BA=E5=9F=9FIP=E6=B3=A8=E9=87=8A=20?= =?UTF-8?q?=E6=91=98=E8=A6=81=E5=85=81=E8=AE=B8=E5=8D=95=E7=8B=AC=E9=85=8D?= =?UTF-8?q?=E7=BD=AEsubscribe=5Fid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/include/form/areaInfo.jsp | 4 ++-- .../views/cfg/fileTransfer/fileDigestForm.jsp | 20 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/main/webapp/WEB-INF/include/form/areaInfo.jsp b/src/main/webapp/WEB-INF/include/form/areaInfo.jsp index 3eba91733..20d753cdb 100644 --- a/src/main/webapp/WEB-INF/include/form/areaInfo.jsp +++ b/src/main/webapp/WEB-INF/include/form/areaInfo.jsp @@ -123,7 +123,7 @@ $(function(){ - --%> diff --git a/src/main/webapp/WEB-INF/views/cfg/fileTransfer/fileDigestForm.jsp b/src/main/webapp/WEB-INF/views/cfg/fileTransfer/fileDigestForm.jsp index 2629f699a..4f4dd7d7e 100644 --- a/src/main/webapp/WEB-INF/views/cfg/fileTransfer/fileDigestForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/fileTransfer/fileDigestForm.jsp @@ -28,11 +28,11 @@ submitHandler : function(form) { var flag = true; //代表所有业务都隐藏了,提示必须增加一种业务数据 - if($(".boxSolid").length ==$(".boxSolid.hidden").length){ + /* if($(".boxSolid").length ==$(".boxSolid.hidden").length){ top.$.jBox.tip("", ""); return; - } - $("input[name$='cfgKeywords']").each(function(){ + } */ + /* $("input[name$='cfgKeywords']").each(function(){ if($(this).val()==''){ $(this).parents(".form-group").find( "div[for='" @@ -40,8 +40,8 @@ + "']").html(""); flag = false; } - }) - $("select[name$='isHexbin']").each(function(){ + }) */ + /* $("select[name$='isHexbin']").each(function(){ var isHexbin=$(this).val(); if(isHexbin == 1){ //十六进制 var keywords=$("input[name$='"+$(this).attr("name").replace("isHexbin","cfgKeywords")+"']").val(); @@ -53,16 +53,16 @@ flag = false; } } - }); + }); */ if(flag){ //将disable属性的元素删除 - $(".disabled").each(function(){ + /* $(".disabled").each(function(){ $(this).remove(); - }); + }); */ $("input[name$='exprType']").attr("disabled",false); - if($("[name='behavCode']")&&$("[name='behavCode']").val()!=""){ + /* if($("[name='behavCode']")&&$("[name='behavCode']").val()!=""){ $("input[name$='exprType']").val(1); - } + } */ loading('onloading...'); form.submit(); }else{