GZMachinesWeb/.svn/pristine/42/4275ab8a6a27687214d21b938eb...

51 lines
1.8 KiB
Plaintext

<%@ page contentType="text/html;charset=UTF-8" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<!DOCTYPE html>
<html lang="en">
<head>
<%@include file="../baseset.jsp" %>
<%@include file="../systemset.jsp" %>
<%@include file="../baseset.jsp" %>
<link rel="stylesheet" href="${bonuspath}/static/js/theme/default/layer.css" />
<script src="${bonuspath}/static/js/layer.js"></script>
<link rel="stylesheet" href="${bonuspath}/static/js/layui/css/layui.css" />
<script src="${bonuspath}/static/js/layui/layui.js"></script>
<style type="text/css">
.table-detail {
width: 100%;
margin-bottom: 20px;
}
.table-detail th {
background-color: #f5f5f5;
}
.table-container {
max-height: 500px;
overflow-y: auto;
}
</style>
</head>
<body>
<div class="page-content">
<div class="row-fluid">
<div class="col-xs-12">
<div class="table-container">
<table id="detailTable" class="table table-striped table-bordered table-hover table-detail">
<thead>
<tr>
<th class="center" width="60">序号</th>
<th class="center">工程名称</th>
<th class="center">数量</th>
<th class="center">使用天数</th>
<th class="center">来源</th>
<th class="center">最后更新时间</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</div>
</div>
</div>
<script src="${bonuspath}/static/js/sq/machinedetail.js"></script>
</body>
</html>