Showing
1 changed file
with
1 additions
and
1 deletions
@@ -481,7 +481,7 @@ e.on("validate",function(){ | @@ -481,7 +481,7 @@ e.on("validate",function(){ | ||
481 | if(_count>0){ | 481 | if(_count>0){ |
482 | return "同一颜色包含两组相同尺码"; | 482 | return "同一颜色包含两组相同尺码"; |
483 | } | 483 | } |
484 | - if(map3.length>0){ | 484 | + if(map3.length>0&&common.util.__input("supplierId")){ |
485 | var len=map3.length; | 485 | var len=map3.length; |
486 | map3=map3.filter(function(item){ | 486 | map3=map3.filter(function(item){ |
487 | return $.trim(item.factoryCode)?true:false; | 487 | return $.trim(item.factoryCode)?true:false; |
-
Please register or login to post a comment