Authored by weiqingting

4.5

@@ -526,8 +526,8 @@ e.on("validate",function(){ @@ -526,8 +526,8 @@ e.on("validate",function(){
526 ispass="商品条码不能为空"; 526 ispass="商品条码不能为空";
527 return ispass; 527 return ispass;
528 } 528 }
529 - common.util.__ajax2({  
530 - url:'/product/checkSkuBarCodeExist', 529 + common.util.__ajax({
  530 + url:'/goods/base/checkSkuBarCodeExist',
531 async:false, 531 async:false,
532 data:{barCode:map3.join(',')} 532 data:{barCode:map3.join(',')}
533 },function(res){ 533 },function(res){
@@ -545,13 +545,6 @@ e.on("validate",function(){ @@ -545,13 +545,6 @@ e.on("validate",function(){
545 } 545 }
546 }); 546 });
547 547
548 -/*非销售属性验证*/  
549 -// e.on("validate",function(){  
550 -// if(!ag.__edit.validate(true)){  
551 -// return ag.__edit.errMessage;  
552 -// }  
553 -// });  
554 -  
555 548
556 $(document).on("click","#btnReview",function(){ 549 $(document).on("click","#btnReview",function(){
557 var $this=$(this); 550 var $this=$(this);