...
|
...
|
@@ -564,7 +564,8 @@ webpackJsonp([32],[ |
|
|
code_count ++; // 因为非jit商品,条码可以重复,所以上一行的代码判断就有bug,相同的数目不会增加
|
|
|
});
|
|
|
var ispass=true;
|
|
|
if(common.util.__input("supplierId")){
|
|
|
// 新需求,JIT需要根据经营模式字段判断
|
|
|
if((!common.util.__input("sellType") && common.util.__input("supplierId")) || (common.util.__input("sellType") && common.util.__input("sellType") == 3)) {
|
|
|
if(len==map3.length&&len==Object.keys(__m).length){
|
|
|
common.util.__ajax2({
|
|
|
url:'/product/checkSkuBarCodeExist',
|
...
|
...
|
|