Browse Source

修改提示语

lvhao 1 month ago
parent
commit
d51d1f284b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Systemprint.php

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

@@ -2700,7 +2700,7 @@ class Systemprint extends Start_Controller {
 		if($info['library'] != 1){
 			echo json_encode([
 				'code'=>-1,
-				'msg'=>"该订单不是未出库状态,禁止打印",
+				'msg'=>"该单已出库!",
 				'data'=>[]
 			],JSON_UNESCAPED_UNICODE);
 			die;