用jQuery 实现表单数据的统计可新增多行(2)

<body>
<div>
<strong>经费管理</strong>>>>工程进度款申请单
</div>
<form method="post" action="">
<p></p>
<tablealign="center" cellpadding="0px" cellspacing="0">

<tr>
    <td colspan="13"><h1><span>工程进度款申请单</span></h1></td>
    </tr>
  <tr>
    <td rowspan="2">项目名称</td>
    <td colspan="2" rowspan="2">中继段落</td>
    <td colspan="8">工    作    量(千米)</td>
    <td rowspan="2">总金额</td>
    <td rowspan="2">备注</td>
  </tr>
  <tr>
    <td>附挂光缆</td>
    <td>直埋光缆</td>
    <td>布放管道</td>
    <td>新建管道</td>
    <td>新建杆路光缆</td>
    <td><p >旧杆路增吊</p></td>
    <td>墙壁敷设光缆</td>
    <td>新立光交箱</td>
    </tr>
    <tr>
    <td><label><input type=text size='15'/></label></td>
    <td colspan='2'><input type=text size='22'/></td>
    <td><label><input type=text size='8'/></label></td>
    <td><input type=text size='8'/></td>
    <td><input type=text size='8'/></td>
    <td><input type=text size='8'/></td>
    <td><input type=text size='8'/></td>
    <td><input type=text size='8'/></td>
    <td><input type=text size='8'/></td>
    <td><input type=text size='8'/></td>
    <td><a href='#'>删除此行</a></td>
    <td><input type=text size='10'/></td>
    </tr>
  <tr>
    <td colspan="3">总工程价</td>
    <td><input type="text" size="8" /></td>
    <td><input type="text" size="8" /></td>
    <td><input type="text" size="8" /></td>
    <td><input type="text" size="8" /></td>
    <td><input type="text" size="8" /></td>
    <td><input type="text" size="8" /></td>
    <td><input type="text" size="8" /></td>
    <td><input type="text" size="8" /></td>
    <td>&nbsp;</td>
    <td><input type="text" size="10" /></td>
  </tr>
  <tr>
    <td colspan="3">单价</td>
    <td><input type="text" size="8" value="5" /></td>
    <td><input type="text" size="8" value="8" /></td>
    <td><input type="text" size="8" value="15" /></td>
    <td><input type="text" size="8" value="5" /></td>
    <td><input type="text" size="8" value="30" /></td>
    <td><input type="text" size="8" value="25" /></td>
    <td><input type="text" size="8" value="12" /></td>
    <td><input type="text" size="8" value="12" /></td>
    <td>&nbsp;</td>
    <td><input type="text" size="10" /></td>
  </tr>
  <tr>
    <td colspan="3">总金额</td>
    <td><input type="text" size="8" /></td>
    <td><input type="text" size="8" /></td>
    <td><input type="text" size="8" /></td>
    <td><input type="text" size="8" /></td>
    <td><input type="text" size="8" /></td>
    <td><input type="text" size="8" /></td>
    <td><input type="text" size="8" /></td>
    <td><input type="text" size="8"  /></td>
    <td><input type="text" size="10" /></td>
    <td><input type="text" size="10" /></td>
  </tr>
  <tr>
    <td colspan="3">付款</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td><input type="text" size="10" /></td>
    <td><input type="text" size="10" /></td>
  </tr>
  <tr>
    <td colspan="3">已付金额</td>
    <td colspan="10"><input type="text" size="30" /></td>
    </tr>
  <tr>
    <td colspan="3">本次需求支付金额(元)</td>
    <td colspan="10"><input type="text" size="30" /></td>
    </tr>
  <tr>
    <td colspan="3">请款人账号</td>
    <td colspan="10"><div><input type="text" size="30" />
    &nbsp;&nbsp;&nbsp;&nbsp;申 请 人&nbsp;&nbsp;  
        <input type="text" size="15" /></div></td>
    </tr>
</table>
<table cellspacing="0" cellpadding="0">
  <tr>
    <td>出纳:
      <input type="text" size="8" /></td>
    <td>总经理:
      <input type="text" size="8" /></td>
    <td>会计:
      <input type="text" size="8" /></td>
    <td>办公室主任:
      <input type="text" size="8" /></td>
    <td>工作量统计员:
      <input type="text" size="8" /></td>
    <td>部门经理:
      <input type="text" size="8" /></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><input type="button" value="新 增"/></td>
    <td><label></label></td>
    <td><input type="submit" value="提 交" /></td>
    <td><input type="reset" value="重 置" /></td>
    <td>&nbsp;</td>
  </tr>
</table>
<tr></tr>
<tr></tr>
<tr></tr>
<tr></tr>
<p></p>
 
</form>
</body>
</html>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/69a6c3093d7a8632b4a99658ee5bc600.html