Browse Source

添加不允许出的原因

lvhao 3 months ago
parent
commit
62146315ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Systemprint.php

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

@@ -2548,7 +2548,7 @@ class Systemprint extends Start_Controller {
 		if($info['libraryconfirm'] == 2){
 			echo json_encode([
 				'code'=>-1,
-				'msg'=>"该订单不允许出库",
+				'msg'=>"该订单不允许出库".$info['librarynot'],
 				'data'=>[]
 			],JSON_UNESCAPED_UNICODE);
 			die;