zhouna %!s(int64=4) %!d(string=hai) anos
pai
achega
2b8167b00c
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      src/js/qcScore.js

+ 5 - 0
src/js/qcScore.js

@@ -505,6 +505,11 @@ function showModal(flag,code,i){
         $(".edit-box .warning").show();
       }
     });
+    if($("#qcInfo").val().length>125){
+        $(".edit-box .warning .red").text("备注不能超过125个字~");
+        $(".edit-box .warning").show();
+        return;
+    }
     $("#delModal .confirm").click(function(){
       if($(".edit-box .warning").is(":visible")){
         return;