zoukankan      html  css  js  c++  java
  • 前端报表样式编写

    <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>

  • 相关阅读:
    ACM题目————最短路径问题
    ACM题目————已知前序和中序求后序
    ACM题目————数素数
    ACM题目————玩转二叉树
    ACM题目————二叉树的遍历
    ACM题目————士兵杀敌(四)
    ACM题目————士兵杀敌(三)
    ACM题目————星际之门(一)
    ACM第四站————最小生成树(克鲁斯卡尔算法)
    ACM第四站————最小生成树(普里姆算法)
  • 原文地址:https://www.cnblogs.com/1314520xh/p/6929555.html
Copyright © 2011-2022 走看看