Explorar o código

添加机器限制增加到500

liujiankang %!s(int64=7) %!d(string=hai) anos
pai
achega
79e1064df2

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

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