...
|
...
|
@@ -435,7 +435,7 @@ e.on("validate",function(){ |
|
|
return "同一颜色包含两组相同尺码";
|
|
|
}
|
|
|
|
|
|
if(map3.length>0){
|
|
|
if(map3.length>0&&common.util.__input("supplierId")){
|
|
|
var len=map3.length;
|
|
|
map3=map3.filter(function(item){
|
|
|
return $.trim(item.factoryCode)?true:false;
|
...
|
...
|
|