<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>房间信息管理</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/bootstrap-datetimepicker.css">
<link rel="stylesheet" href="css/bootstrap-table.css">
<link rel="stylesheet" href="css/bootstrap-editable.css">
<link href="css/hhzcss.css" rel="stylesheet">
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootbox.min.js"></script>
<script src="js/bootstrap-datetimepicker.js"></script>
<script src="js/bootstrap-datetimepicker.zh-CN.js"></script>
<script src="js/bootstrap-table.js"></script>
<script src="js/bootstrap-table-zh-CN.js"></script>
<script src="js/bootstrap-editable.js"></script>
<script src="js/commons.js"></script>
<script src="js/t_home.js"></script>
<script src="js/med.js"></script>
<style>
body{
width:100%;
min-height: 800px;
height: 100%;
background:url("images/3.jpg");
background-size: cover;
} </style>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body>
<div class="hs-Data">
<div class="col-md-1"></div>
<div class="col-md-10">
<div class="row" style="height: 80px;">
<div class="col-md-4"><!--可以填加内容--></div>
<div class="col-md-4"><h2 style="text-align: center;font-size:30px ;color:black;">房间信息管理</h2></div>
<div class="col-md-4"><!--可以填加内容--></div>
<table class="table-responsive" id="t_outgoing_record" style="color:#000000;">
</table>
<div class="row">
<div class="col-md-6">
<div class="row" ><br/>
<div class="col-md-3"></div>
<div class="col-md-3"><br/><button class="Button" id="addButtons"><h5>添加房间</h5></button></div>
<div class="col-md-3"><br/><button class="Button" id="stuout"><h5>删除房间</h5></button></div><br>
<div class="col-md-3"></div>
</div>
<div class="row" style="magging:20px "><br/>
<div class="col-md-3"></div>
<div class="col-md-3"><br/><button class="Button" id="stuChange"><h5>查看房间信息</h5></button></div>
<div class="col-md-3"><br/><button class="Button" id="stum"><h5>查看房间设施</h5></button></div><br>
<div class="col-md-3"></div>
</div>
</div>
<div class="col-md-6">
<div class="row">
<!--<div class="col-md-3"><!–可以填加内容–></div>-->
<div class="col-md-2"></div>
<div class="col-md-10">
<form name="fromss">
<fieldset >
<legend>查询房间信息</legend>
<div class="row">
<div class="col-md-6">
<table style="border-collapse:separate; border-spacing:0px 40px;">
<tr>
<td>房间地址</td>
<td><input type="text" id="getTime" name="getTime" style="width: 50%"/></td>
</tr>
<tr>
<td>可住房间</td>
<td><select id="categordys " class="Select" name="drugInstrumentType">
<option value=" ">---请选择---</option>
<option value="1">不限</option>
<option value="2">可住房间</option>
</select></td>
</tr>
</table>
</div>
<div class="col-md-6" style="margin-top: 10px">
<table style="border-collapse:separate; border-spacing:0px 40px;">
<tr>
<td>房间状态</td>
<td><select id="categordsys " class="Select" name="drugInstrumentType">
<option value=" ">---请选择---</option>
<option value="1">不限</option>
<option value="2">正常</option>
<option value="3">设置设施坏</option>
</select></td>
</tr>
<tr>
<td>房间类型</td>
<td><select id="casstegordys " class="Select" name="drugInstrumentType">
<option value=" ">---请选择---</option>
<option value="1">不限</option>
<option value="2">男生宿舍</option>
<option value="3">女生宿舍</option>
</select></td>
</tr>
</table>
</div>
</div>
</fieldset>
</form>
<button class="Button" id="formbut" style="float: right;margin: 20px 55px 0px 0px">查找</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-1"></div>
</div>
</div>
<!-- 添加房间信息模态框(Modal) -->
<div class="modal fade" id="modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog" style="width: 1000px">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="addTitle">添加房间</h4>
</div>
<div class="modal-body">
<!--放置内容-->
<div style="height: 400px">
<form id="formData">
<div class="row">
<div class="col-md-6">
<div style="margin-left: 20%">
<table style="border-collapse:separate; border-spacing:0px 20px;">
<tr>
<td ><label>房间地址:</label></td>
<td ><input name="drugInstrumentName" type="text" id="namess" class="form-control doc" /></td>