Beispiel #1
0
 public function view_batchTrackNumberImport()
 {
     $data = TrackNumberAct::actBatchTrackNumberImport();
     $this->smarty->assign('title', '跟踪号批量导入');
     $this->smarty->assign('countrys', $data['countrys']);
     $this->smarty->assign('lists', $data['lists']);
     $this->smarty->assign('errMsg', $data['res']);
     $this->smarty->display('trackNumberImport.htm');
 }