...
|
...
|
@@ -560,7 +560,7 @@ e.on("validate",function(){ |
|
|
code_count ++; // 因为非jit商品,条码可以重复,所以上一行的代码判断就有bug,相同的数目不会增加
|
|
|
});
|
|
|
var ispass=true;
|
|
|
if(common.util.__input("supplierId")){
|
|
|
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',
|
...
|
...
|
@@ -617,8 +617,10 @@ e.on("validate",function(){ |
|
|
});
|
|
|
|
|
|
e.on("validate",function(){
|
|
|
if (($('#sellType').val() == 2 || $('#sellType').val() == 3) && ($('#supplierId').val() == '' || $('#supplierId').val() == -1 )) {// 当经销模式为代销/JIT 供应商字段必填
|
|
|
return "当经销模式为代销/JIT 供应商字段必填!";
|
|
|
if (ACTION === 0) {
|
|
|
if (($('#sellType').val() == 2 || $('#sellType').val() == 3) && ($('#supplierId').val() == '' || $('#supplierId').val() == -1 )) {// 当经销模式为代销/JIT 供应商字段必填
|
|
|
return "当经营模式为代销/JIT 供应商字段必填!";
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
|
...
|
...
|
|