• 前端报表样式编写


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

  • 相关阅读:
    vue 2.x 之父组件修改子组件变量
    vue 2.x 之滚动到页面底部加载数据
    sass中calc操作变量失效
    VsCode 同步配置到Gitee(码云)云端之code settings sync 插件
    VSCode常用插件之code settings sync使用
    Vue开发规范
    vue-router 3.x(路由)详细教程
    java设计模式之十桥接模式(Bridge)
    java设计模式之九外观模式(Facade)
    装饰模式与代理模式的区别(转载)
  • 原文地址:https://www.cnblogs.com/1314520xh/p/6929555.html
Copyright © 2020-2023  润新知