69 lines
2.6 KiB
HTML
69 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>驾驶员管理-详情</title>
|
|
<link rel="stylesheet" href="../../../lib/layui-v2.9.18/layui/css/layui.css" media="all">
|
|
<link rel="stylesheet" href="../../../css/font.css" media="all">
|
|
<link rel="stylesheet" href="../../../css/public.css" media="all">
|
|
<link rel="stylesheet" href="../../../css/car_basic/car_detail.css" media="all">
|
|
</head>
|
|
<style>
|
|
.layuimini-container {
|
|
height: auto;
|
|
}
|
|
</style>
|
|
|
|
<body id="body">
|
|
<div id="main-box">
|
|
<div id="basic-box">
|
|
<div class="title layout">
|
|
<span style="font-weight:700;text-decoration:none;color:#409EFF;">▋</span>
|
|
<p>驾驶员基本信息</p>
|
|
</div>
|
|
<div id="basic-table">
|
|
<table class="classTable">
|
|
<tr>
|
|
<th>姓名</th>
|
|
<th>联系方式</th>
|
|
<th>所属供应商</th>
|
|
<th>是否为白名单</th>
|
|
</tr>
|
|
<tr>
|
|
<td id="name"></td>
|
|
<td id="phone"></td>
|
|
<td id="supName"></td>
|
|
<td id="isWhiteList"></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div id="file-box">
|
|
<div class="title layout">
|
|
<span style="font-weight:700;text-decoration:none;color:#409EFF;">▋</span>
|
|
<p>驾驶员信息附件</p>
|
|
</div>
|
|
<div id="file-table-box">
|
|
<table class="classTable" id="file-table">
|
|
<tr>
|
|
<th style="width: 30%;">文件名</th>
|
|
<th style="width: 20%;">文件类型</th>
|
|
<th>上传人员</th>
|
|
<th>上传时间</th>
|
|
<th>操作</th>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script src="../../../lib/jquery-3.4.1/jquery-3.7.1.min.js" charset="utf-8"></script>
|
|
<script src="../../../js/public.js" charset="utf-8"></script>
|
|
<script src="../../../js/aes.js" charset="utf-8"></script>
|
|
<script src="../../../js/Print.js" charset="utf-8"></script>
|
|
<script src="../../../lib/layui-v2.9.18/layui/layui.js" charset="utf-8"></script>
|
|
<script src="../../../js/car_basic/child/driver_detail.js" charset="utf-8"></script>
|
|
|
|
</html> |