Kaynağa Gözat

修改出库美仓不参与称重

longyi 2 hafta önce
ebeveyn
işleme
e7ad6d154d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      core/CoreApp/controllers/Systemfout.php

+ 1 - 1
core/CoreApp/controllers/Systemfout.php

@@ -743,7 +743,7 @@ class Systemfout extends Start_Controller {
 				echo json_encode(array('msg'=>'该快递信息异常,请联系技术!','success'=>false));exit;
 			}
     		$weight_limit = $express_info['weight_limit']*1;
-	        if($weight_limit  > 0){
+	        if($weight_limit  > 0   && $y['type'] != 5){
                 
     				$yzweight = explode('.',$numweight);
     				if($yzweight[0] == '')