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(){
-
+<%--
@@ -376,4 +376,4 @@ $(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{