...
|
...
|
@@ -260,7 +260,7 @@ $(document).on("click",".sortadd",function(){ |
|
|
return;
|
|
|
}
|
|
|
if ($.trim($("#factoryCode").val())=="") {
|
|
|
common.util.__tip("请填写条码","warning");
|
|
|
common.util.__tip("请填写厂家编号","warning");
|
|
|
return;
|
|
|
}
|
|
|
if(g.__e.validate()){
|
...
|
...
|
@@ -481,7 +481,7 @@ e.on("validate",function(){ |
|
|
if(_count>0){
|
|
|
return "同一颜色包含两组相同尺码";
|
|
|
}
|
|
|
if(map3.length>0&&common.util.__input("supplierId")){
|
|
|
if(map3.length>0){
|
|
|
var len=map3.length;
|
|
|
map3=map3.filter(function(item){
|
|
|
return $.trim(item.factoryCode)?true:false;
|
...
|
...
|
|