zhouna 4 年之前
父節點
當前提交
2b8167b00c
共有 1 個文件被更改,包括 5 次插入0 次删除
  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;