Pārlūkot izejas kodu

用户跟踪点再联系之后,点联系出现20字限制问题

LiFei 6 gadi atpakaļ
vecāks
revīzija
0aa17b9dfe

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

@@ -26,6 +26,8 @@
                 var value = $(this).val();
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
+                }else{
+                    $('input[name="contactContent"]').attr('minlength','100');
                 }
             });
 		});

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

@@ -26,6 +26,8 @@
                 var value = $(this).val();
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
+                }else{
+                    $('input[name="contactContent"]').attr('minlength','100');
                 }
             });
 		});

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

@@ -26,6 +26,8 @@
                 var value = $(this).val();
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
+                }else{
+                    $('input[name="contactContent"]').attr('minlength','100');
                 }
             });
 		});

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

@@ -26,6 +26,8 @@
                 var value = $(this).val();
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
+                }else{
+                    $('input[name="contactContent"]').attr('minlength','100');
                 }
             });
 		});

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

@@ -26,6 +26,8 @@
                 var value = $(this).val();
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
+                }else{
+                    $('input[name="contactContent"]').attr('minlength','100');
                 }
             });
 		});

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

@@ -26,6 +26,8 @@
                 var value = $(this).val();
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
+                }else{
+                    $('input[name="contactContent"]').attr('minlength','100');
                 }
             });
 		});

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

@@ -26,7 +26,9 @@
                 var value = $(this).val();
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
-                }
+                }else{
+                    $('input[name="contactContent"]').attr('minlength','100');
+				}
             });
 		});
         function save() {

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

@@ -26,6 +26,8 @@
                 var value = $(this).val();
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
+                }else{
+                    $('input[name="contactContent"]').attr('minlength','100');
                 }
             });
 		});

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

@@ -26,6 +26,8 @@
                 var value = $(this).val();
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
+                }else{
+                    $('input[name="contactContent"]').attr('minlength','100');
                 }
             });
 		});

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

@@ -26,6 +26,8 @@
                 var value = $(this).val();
                 if(value == 5){
                     $('input[name="contactContent"]').attr('minlength','20');
+                }else{
+                    $('input[name="contactContent"]').attr('minlength','100');
                 }
             });
 		});