Exemple #1
0
 public function view_sumbAppInv()
 {
     $InventoryAct = new InventoryAct();
     $inv = $InventoryAct->act_sumbAppInv();
     header('location:index.php?mod=inventory&act=waitInvList&state=操作成功');
     exit;
 }