lvhao 10 часов назад
Родитель
Сommit
836bf22c22
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      core/CoreApp/controllers/Whlabel.php

+ 3 - 3
core/CoreApp/controllers/Whlabel.php

@@ -4058,7 +4058,7 @@ class Whlabel extends Start_Controller
                 </table>";
 				$filename = $title . ".xls";
 				$tail = "";
-				$this->excel->get_fz2($final_list, $titlename, $filename, $tail);
+				$this->excelxh->get_fz2($final_list, $titlename, $filename, $tail);
 			} else if ($type == 5) {
 				$info_list = $this->whlabel->find_all($where, 'warehouse,purchase,sku,title,features,label,outk', $order_str);
 				
@@ -4106,7 +4106,7 @@ class Whlabel extends Start_Controller
                 </table>";
 				$filename = $title . ".xls";
 				$tail = "";
-				$this->excel->get_fz2($info_list, $titlename, $filename, $tail);
+				$this->excelxh->get_fz2($info_list, $titlename, $filename, $tail);
 			} else {
 				/**
 				$info_list = $this->whlabel->find_all($where.$sidwhere,'*');
@@ -4276,7 +4276,7 @@ class Whlabel extends Start_Controller
             	</table>";
 				$filename = $title . ".xls";
 				$tail = "";
-				$this->excel->get_fz2($final_list, $titlename, $filename, $tail);
+				$this->excelxh->get_fz2($final_list, $titlename, $filename, $tail);
 			}
 		}
 	}