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