lvhao 2 gün önce
ebeveyn
işleme
141fbd0a84
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      core/CoreApp/controllers/Whlabelfz1.php

+ 2 - 2
core/CoreApp/controllers/Whlabelfz1.php

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