|
@@ -33,7 +33,7 @@ class Whlabelfz1 extends Start_Controller
|
|
$this->_getScanInfo();
|
|
$this->_getScanInfo();
|
|
}
|
|
}
|
|
else if($arg =='typedy'){
|
|
else if($arg =='typedy'){
|
|
- $this->_typedy();
|
|
|
|
|
|
+ $this->_typedy($arg_array);
|
|
}
|
|
}
|
|
else {
|
|
else {
|
|
$this->_index();
|
|
$this->_index();
|
|
@@ -204,7 +204,7 @@ class Whlabelfz1 extends Start_Controller
|
|
}
|
|
}
|
|
|
|
|
|
// 可以排序的仓库数量
|
|
// 可以排序的仓库数量
|
|
- private function _typedy(){
|
|
|
|
|
|
+ private function _typedy($arg_array){
|
|
$prc = array();
|
|
$prc = array();
|
|
$purchase = $this->purchase->find_all();
|
|
$purchase = $this->purchase->find_all();
|
|
foreach ($purchase as $k => $v) {
|
|
foreach ($purchase as $k => $v) {
|