示例#1
0
                        }
                    }
                    if ($ins) {
                        $bc->SupplyID = $SupplyID;
                        $bc->Count = $count;
                        $bc->AddContents();
                    }
                }
            }
        }
    }
    // Bin contents could have changed above so pull them again
    $binContents = $bc->GetBinContents();
    $formpatch = "?binid={$_REQUEST['binid']}";
}
$binList = $bin->GetBinList();
?>
<!doctype html>
<html>
<head>
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  
  <title>openDCIM Stockroom Supplies</title>

  <link rel="stylesheet" href="css/inventory.php" type="text/css">
  <link rel="stylesheet" href="css/jquery-ui.css" type="text/css">
  <!--[if lt IE 9]>
  <link rel="stylesheet"  href="css/ie.css" type="text/css">
  <![endif]-->
  <script type="text/javascript" src="scripts/jquery.min.js"></script>