Explorar el Código

去掉用户跟进面试输入最小值20限制

LiFei hace 6 años
padre
commit
2406bb5966

+ 1 - 1
src/main/webapp/webpage/modules/hpuser/hpApplyPositionAgainForm.jsp

@@ -27,7 +27,7 @@
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
                 }else{
-                    $('input[name="contactContent"]').attr('minlength','100');
+                    $('input[name="contactContent"]').attr('minlength','');
                 }
             });
 		});

+ 1 - 1
src/main/webapp/webpage/modules/hpuser/hpApplyPositionGoForm.jsp

@@ -27,7 +27,7 @@
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
                 }else{
-                    $('input[name="contactContent"]').attr('minlength','100');
+                    $('input[name="contactContent"]').attr('minlength','');
                 }
             });
 		});

+ 1 - 1
src/main/webapp/webpage/modules/hpuser/hpApplyPositionInterViewForm.jsp

@@ -27,7 +27,7 @@
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
                 }else{
-                    $('input[name="contactContent"]').attr('minlength','100');
+                    $('input[name="contactContent"]').attr('minlength','');
                 }
             });
 		});

+ 1 - 1
src/main/webapp/webpage/modules/hpuser/hpApplyPositionOutForm.jsp

@@ -27,7 +27,7 @@
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
                 }else{
-                    $('input[name="contactContent"]').attr('minlength','100');
+                    $('input[name="contactContent"]').attr('minlength','');
                 }
             });
 		});

+ 1 - 1
src/main/webapp/webpage/modules/hpuser/hpApplyPositionUserForm.jsp

@@ -27,7 +27,7 @@
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
                 }else{
-                    $('input[name="contactContent"]').attr('minlength','100');
+                    $('input[name="contactContent"]').attr('minlength','');
                 }
             });
 		});

+ 1 - 1
src/main/webapp/webpage/modules/sys/hpuser/hpUserAgainForm.jsp

@@ -27,7 +27,7 @@
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
                 }else{
-                    $('input[name="contactContent"]').attr('minlength','100');
+                    $('input[name="contactContent"]').attr('minlength','');
                 }
             });
 		});

+ 1 - 1
src/main/webapp/webpage/modules/sys/hpuser/hpUserChatForm.jsp

@@ -27,7 +27,7 @@
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
                 }else{
-                    $('input[name="contactContent"]').attr('minlength','100');
+                    $('input[name="contactContent"]').attr('minlength','');
 				}
             });
 		});

+ 1 - 1
src/main/webapp/webpage/modules/sys/hpuser/hpUserGoForm.jsp

@@ -27,7 +27,7 @@
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
                 }else{
-                    $('input[name="contactContent"]').attr('minlength','100');
+                    $('input[name="contactContent"]').attr('minlength','');
                 }
             });
 		});

+ 1 - 1
src/main/webapp/webpage/modules/sys/hpuser/hpUserInterViewForm.jsp

@@ -27,7 +27,7 @@
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
                 }else{
-                    $('input[name="contactContent"]').attr('minlength','100');
+                    $('input[name="contactContent"]').attr('minlength','');
                 }
             });
 		});

+ 1 - 1
src/main/webapp/webpage/modules/sys/hpuser/hpUserOutForm.jsp

@@ -27,7 +27,7 @@
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
                 }else{
-                    $('input[name="contactContent"]').attr('minlength','100');
+                    $('input[name="contactContent"]').attr('minlength','');
                 }
             });
 		});