lvhao 1 miesiąc temu
rodzic
commit
c3029f786b
1 zmienionych plików z 11 dodań i 1 usunięć
  1. 11 1
      core/CoreApp/controllers/Whlabelfz.php

+ 11 - 1
core/CoreApp/controllers/Whlabelfz.php

@@ -23,11 +23,15 @@ class Whlabelfz extends Start_Controller
             //获取标签出库的按条件导出的excel
 			$this->_bqck_excel();
 		} 
-        if ($arg == 'bqrkexcel') //
+        elseif ($arg == 'bqrkexcel') //
 		{
             //获取标签出库的按条件导出的excel
 			$this->_bqrk_excel();
 		} 
+		elseif ($arg == 'whlabel_cprk_excel') //
+		{
+			$this->_whlabel_cprk_excel();
+		}
 	    else {
 			$this->_index();
 		}
@@ -343,4 +347,10 @@ class Whlabelfz extends Start_Controller
 			
 		}
     }
+
+	public function _whlabel_cprk_excel(){
+		
+	}
+
+
 }