lvhao 12 ساعت پیش
والد
کامیت
df41d98d33
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      core/CoreApp/controllers/Systemprint.php

+ 3 - 0
core/CoreApp/controllers/Systemprint.php

@@ -2493,6 +2493,7 @@ class Systemprint extends Start_Controller {
 	
 	public function _barcode()
 	{
+		die("功能暂时禁用");
 		$post = $this->input->post(NULL, TRUE);
 		if(isset($_SESSION['api']))
 		{
@@ -2583,6 +2584,7 @@ class Systemprint extends Start_Controller {
 	
 	public function _barcodedc()
 	{
+		die("功能暂时禁用");
 		if(isset($_GET['excel']))  
 		{
 			$warehouse = $this->input->post('warehouse',true);
@@ -2640,6 +2642,7 @@ class Systemprint extends Start_Controller {
 	
 	public function _barcodedr()
 	{
+		die("功能暂时禁用");
 		$dir = '/data/excel/'.date('Ymd',time()).'/';
 		$config['upload_path'] = '.'.$dir ;
 		$config['file_name'] = date('Ymd_His_',time()).rand(1000,9999);