前端报表样式编写

<html>
<body>
<table border="1">
  <tr height="20px">
    <th colspan="2">合同名称</th>
    <td height="20px" >January</td>
    <th>对方单位</th>
    <td height="4px" colspan="100%"> $100  </td>
  </tr>
  <tr>
    <th colspan="2">合同编号</th>
    <td>$100</td>
    <th>采办方式</th>
    <td> $100  </td>
    <th>时间</th>
    <td> $100  </td>
    <tr>
     <th colspan="2">经办部门</th>
    <td>$100</td>
    <th>经办人</th>
    <td> $100  </td>
    <th>经办日期</th>
    <td> $100  </td>
    </tr>
  </tr>
  <tr>
    <td colspan="2" >评审部门 </td>
    <td   >评审会签意见 </td>
    <td   >签   名</td>
    <td colspan="100%" >日   期 </td>
  </tr>
  <tr>
    <td rowspan="2" >计划<br/>申报<br/>部门 </td>
    <td >项目负责</td>
    <td >$100</td>
    <td >$100</td>
    <td colspan="100%">$100</td>
  </tr>
  <tr>
   <td >部门领导</td>
   <td >$100</td>
   <td >$100</td>
   <td colspan="100%">$100</td>
  </tr>
    <th colspan="2">经营管理部门
  </th>
    <td >$100</td>
    <td >$100</td>
    <td colspan="100%">$100</td>
  </tr>
  <tr >
    <th colspan="2">生产副总经理意见</th>
    <td  colspan="100%">签名: &nbsp &nbsp&nbsp &nbsp  &nbsp &nbsp日期:    </td>
  </tr>
 <tr >
    <th colspan="2">经营副总经理意见</th>
    <td  colspan="100%">签名: &nbsp &nbsp&nbsp &nbsp  &nbsp &nbsp日期:    </td>
  </tr>
 <tr >
    <th colspan="2">总经理意见</th>
    <td  colspan="100%">签名: &nbsp &nbsp&nbsp &nbsp  &nbsp &nbsp日期:    </td>
  </tr>
 <tr >
    <th colspan="2">董事长意见</th>
    <td  colspan="100%">签名: &nbsp &nbsp&nbsp &nbsp  &nbsp &nbsp日期:    </td>
  </tr>
</table>
<div  >
注:此表适用于采购(销售)合同评审会签。
<div>
</body>
</html>

原文地址:https://www.cnblogs.com/1314520xh/p/6929555.html