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