Browse Source

提交重置时 没有判定状态2

lvhao 6 tháng trước cách đây
mục cha
commit
1e5444a3d3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/CoreApp/controllers/Fullorder.php

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

@@ -4360,7 +4360,7 @@ class Fullorder extends Start_Controller {
 			$warehouse = $this->warehouse->read($fullorder['type']);
 			if(($warehouse['zd'] == '1' || stripos($fullorder['whlabel'],'z|') !== false) && $fullorder['library'] == '2')
 			{
-				//echo json_encode(array('msg'=>'需要先退库释放库存后才可重置!','success'=>false));exit;
+				echo json_encode(array('msg'=>'需要先退库释放库存后才可重置!','success'=>false));exit;
 			}
 			/**
 			if($fullorder['print'] == '3' && isset($express['iscode']) && ($express['iscode'] == 'ARAMEX' || $express['iscode'] == 'TOLL' || $express['iscode'] == 'FEDEX'))