📄 fmcf0416.html
字号:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>出车审核</title>
<link rel="stylesheet" type="text/css" href="../css/transport.css" />
<script type="text/javascript" src="../js/function.js"></script>
</head>
<body>
<!--标题-->
<div id="title">
<div id="font"><div id="task">出车审核</div></div>
</div>
<!--查询-->
<!--按钮-->
<div id="buttons">
<div id="six">
<div id="niu"><input type="button" value="返 回" class="button" onClick="javascript:history.back()"></div>
<div id="niu"><input type="button" value="取消审核" class="button"></div>
<div id="niu"><input type="button" value="审 核" class="button"></div>
<div id="niu"><input type="button" value="出车详情" class="button" onClick="javascript:window.location.href='Fmcf0417.html'" target="ab"></div>
</div>
</div>
<!--分页-->
<div id="pagination">
</div>
<!--下面主体-->
<div id="underside">
<!--空白间隔-->
<!--表格-->
<div id="mostly">
<table width="200" border="1" id="table" class="tab">
<tr class="trs">
<td width="25%">配送任务单</td>
<td width="25%">配送日期</td>
<td width="25%">配送员</td>
<td width="25%">状态 </td>
</tr>
<tr>
<td>NOS001</td>
<td>2007-10-10</td>
<td>NOS</td>
<td>配送</td>
</tr>
</table>
</div>
<!--副表格-->
<!--end-->
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -