소스 검색

Merge branch 'master' of http://git.iamberry.com/hexiugang/iamberry-common-parent

wangxiaoming 7 년 전
부모
커밋
06d440e22a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      watero-rst-web/src/main/webapp/WEB-INF/views/pts/machine/addRenovationMachine.ftl

+ 4 - 0
watero-rst-web/src/main/webapp/WEB-INF/views/pts/machine/addRenovationMachine.ftl

@@ -220,6 +220,10 @@
             layer.msg("数量长度为2-10位",{icon: 5,time:3000});
             return false;
         }
+        if( number > 100){
+            layer.msg("每次最高生产数量为100",{icon: 5,time:3000});
+            return false;
+        }
         return true;
     }