⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dingdan.html

📁 物流管理系统
💻 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/you.css" />
<script type="text/javascript" src="../js/function.js"></script>
</head>

<body>
<!--上-->
<div id="content">

<div id="haj1">
<div id="huang1">订单</div><div id="huang2"></div>
</div>

<div id="haj2">
<div id="huang3">模块代码:<input type="text" name="t1" class="input1"></div>
<div id="huang4">模块名称:<input type="text" name="t2" class="input1"> 
<img src="../images/button/query.gif" border="0" onMouseOver="this.src='../images/button/query1.gif'" onMouseOut="this.src='../images/button/query.gif'"></div>
</div>

<div id="haj3">
<div id="anniu4">
<img src="../images/button/history.gif" border="0" onMouseOver="this.src='../images/button/history1.gif'" onMouseOut="this.src='../images/button/history.gif'" onClick="javascript:history.back()">

</div>
</div>

<div id="haj4">


</div>

</div>
<!--下-->
<div id="xia">
<div id="tabb">
<form name="form2">
<table width="200" border="1" id="table" class="tab">
  <tr class="trs">
  <td width="17%">选择</td>
    <td width="15%">物料编号</td>
    <td width="17%">名称</td>
	<td width="17%">规格</td>
    <td width="17%">重量</td>
	<td width="17%">单位</td>
    

  </tr>
  <tr>
  <td><input type="radio" name="q6"></td>
    <td><input type="text" name="q1" class="input4"></td>
    <td><input type="text" name="q2" class="input4"></td>
	<td><input type="text" name="q3" class="input4"></td>
	<td><input type="text" name="q4" class="input4"></td>
	<td><input type="text" name="q5" class="input4"></td>
	
  </tr>
  <tr>
  <td><input type="radio" name="q6"></td>
    <td><input type="text" name="q1" class="input4"></td>
    <td><input type="text" name="q2" class="input4"></td>
	<td><input type="text" name="q3" class="input4"></td>
	<td><input type="text" name="q4" class="input4"></td>
	<td><input type="text" name="q5" class="input4"></td>
	
  </tr>
  <tr>
  <td colspan="6"><br>
    <img src="../images/button/qd.gif" onMouseOver="this.src='../images/button/qd1.gif'"onMouseOut="this.src='../images/button/qd.gif'">&nbsp;&nbsp;&nbsp;&nbsp;
  <img src="../images/button/qx.gif" onMouseOver="this.src='../images/button/qx1.gif'"onMouseOut="this.src='../images/button/qx.gif'">
</td>
   
  </tr>
</table>
</form>
</div>

</div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -