fmcf0402.html
来自「物流管理系统」· HTML 代码 · 共 68 行
HTML
68 行
<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>
</div>
<!--分页-->
<div id="pagination">
</div>
<!--下面主体-->
<div id="underside">
<!--空白间隔-->
<!--表格-->
<div id="mostly">
<table width="200" border="1" id="table" class="tab">
<tr>
<td class="td_right" width="20%">配送任务单:</td>
<td class="td_left" width="80%"><input type="text" name="q1"></td>
</tr>
<tr>
<td class="td_right">配送日期:</td>
<td class="td_left"><input type="text" name="q2"></td>
</tr>
<tr>
<td class="td_right">配送员:</td>
<td class="td_left"><input type="text" name="q3"></td>
</tr>
</table>
</div>
<div id="compart"></div>
<div id="assistant">
<table width="200" border="1" id="table" class="tab">
<tr class="trs">
<td width="20%">选择</td>
<td width="40%">订单</td>
<td width="40%">客户</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td><input type="text" name="q2" class="inputs"> <input type="button" value="选 择" class="button" onClick="peisong()"></td>
<td>Lenovo</td>
</tr>
</table>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?