Explorar o código

修改提示语

lvhao hai 1 mes
pai
achega
d51d1f284b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;