• 前端报表样式编写


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

  • 相关阅读:
    fopen flock fclose 文件用法
    thinkphp并发 阻塞模式与非阻塞模式
    thinkphp3.2 控制器导入模型
    thinkphp3.2 session时间周期无效
    UWP滑动后退
    旺信UWP公测邀请
    旺信UWP倒计时
    UWP应用开发系列视频教程简介
    新浪微博UWP UI意见征求
    淘宝UWP--自定义图片缓存
  • 原文地址:https://www.cnblogs.com/1314520xh/p/6929555.html
Copyright © 2020-2023  润新知