|
@@ -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(){
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
}
|