...
|
...
|
@@ -490,8 +490,8 @@ e.on("validate",function(){ |
|
|
map3.forEach(function(item){
|
|
|
if(!__m.hasOwnProperty(item.factoryCode)){
|
|
|
__m[item.factoryCode]=true;
|
|
|
code_count ++; // 因为非jit商品,条码可以重复,所以上一行的代码判断就有bug,相同的数目不会增加
|
|
|
}
|
|
|
code_count ++; // 因为非jit商品,条码可以重复,所以上一行的代码判断就有bug,相同的数目不会增加
|
|
|
});
|
|
|
var ispass=true;
|
|
|
if(common.util.__input("supplierId")){
|
...
|
...
|
|