lvhao 22 tuntia sitten
vanhempi
commit
6f0ad0bf15

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

@@ -2841,6 +2841,7 @@ class Fullorder extends Start_Controller {
 	//删除
 	public function _del()
 	{
+		echo json_encode(array('msg'=>'不允许执行!','success'=>false));exit;
 		$post = $this->input->post(NULL, TRUE);
 		if(isset($post['s']))  
 		{

+ 1 - 0
core/CoreApp/controllers/Fullorderamz.php

@@ -2638,6 +2638,7 @@ class Fullorderamz extends Start_Controller {
 	//删除
 	public function _del()
 	{
+		echo json_encode(array('msg'=>'不允许执行!','success'=>false));exit;
 		$post = $this->input->post(NULL, TRUE);
 		if(isset($post['s']))  
 		{

+ 1 - 0
core/CoreApp/controllers/Fullordersmt.php

@@ -1938,6 +1938,7 @@ class Fullordersmt extends Start_Controller {
 	//删除
 	public function _del()
 	{
+		echo json_encode(array('msg'=>'不允许执行!','success'=>false));exit;
 		$post = $this->input->post(NULL, TRUE);
 		if(isset($post['s']))  
 		{

+ 1 - 0
core/CoreApp/controllers/Fullordertt.php

@@ -2697,6 +2697,7 @@ class Fullordertt extends Start_Controller {
 	//删除
 	public function _del()
 	{
+		echo json_encode(array('msg'=>'不允许执行!','success'=>false));exit;
 		$post = $this->input->post(NULL, TRUE);
 		if(isset($post['s']))  
 		{