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>

  • 相关阅读:
    Strom在本地运行调试出现的错误
    能否通过六面照片构建3D模型?比如人脸,全身的多角度照片,生成3D模型。?
    怎么识别自己的眼型?眼型图片参照
    用opencv检测人眼并定位瞳孔位置
    仿射变换
    二维图像的三角形变换算法解释
    Labeled Faces in the Wild 人脸识别数据集
    【图像处理】计算Haar特征个数
    人脸识别技术大总结(1):Face Detection & Alignment
    基于Policy Gradient实现CartPole
  • 原文地址:https://www.cnblogs.com/1314520xh/p/6929555.html
Copyright © 2011-2022 走看看