<html>
<body>
<table border="1">
  <tr height="20px">
    <th colspan="2">合同编号</th>
    <td height="20px" >January</td>
     <th colspan="2">合同名称</th>
    <td height="4px" colspan="100%"> $100  </td>
  </tr>
  <tr>
    <th colspan="2">合同价款(大写)</th>
    <td colspan="100%">$100</td>
  <tr/>
  <tr>
    <td rowspan="6" ><br/> 费<br/> 用<br/> 增<br/> 加<br/> </td>
    <td >签证单</td>
    <td colspan="2" >项    目    内    容</td>
    <td colspan="100%">增加金额</td>
  </tr>
  <tr>
   <th >$100</th>
   <th  colspan="2">$100</th>
   <th colspan="100%">$100</th>
  </tr>
  <tr>
   <th >$100</th>
   <th  colspan="2">$100</th>
   <th colspan="100%">$100</th>
  </tr>
  <tr>
   <th >$100</th>
   <th  colspan="2">$100</th>
   <th colspan="100%">$100</th>
  </tr>
 <tr>
   <th >$100</th>
   <th  colspan="2" >$100</th>
   <th colspan="100%">$100</th>
  </tr>
 <tr>
   <th  colspan="2">小计</th>
   <th colspan="100%">$100</th>
 </tr>
 <tr>
    <td rowspan="6" ><br/> 费<br/> 用<br/>减<br/> 少<br/> </td>
    <td >签证单</td>
    <td colspan="2" >项    目    内    容</td>
    <td colspan="100%">减少金额</td>
  </tr>
  <tr>
   <th >$100</th>
   <th  colspan="2">$100</th>
   <th colspan="100%">$100</th>
  </tr>
  <tr>
   <th >$100</th>
   <th  colspan="2">$100</th>
   <th colspan="100%">$100</th>
  </tr>
  <tr>
   <th >$100</th>
   <th  colspan="2">$100</th>
   <th colspan="100%">$100</th>
  </tr>
 <tr>
   <th >$100</th>
   <th  colspan="2">$100</th>
   <th colspan="100%">$100</th>
  </tr>
 <tr>
   <th  colspan="2">小计</th>
   <th colspan="100%">$100</th>
 </tr>
  <tr>
    <th colspan="2">实际结算价款(大写):</th>
    <td colspan="100%">$100</td>
  <tr/>
 <tr>
   <th >费用类型</th>
   <th >1、预付款□</th>
   <th >2、进度款□</th>
   <th >3、竣工决算款□</th>
   <th >4、质保金□</th>
   <th colspan="100%">5、其他□</th>
  </tr>
  <tr>
   <th >票据类型</th>
   <th >1、服务业发票□</th>
   <th >2、建安发票□ </th>
   <th  >3、增值税发票□</th>
   <th >4、收款收据□ </th>
   <th colspan="100%">5、其他□</th>
  </tr>
  <tr>
    <td colspan="2" >经办人意见:<br/><br/><br/> 签字:</td>
    <td colspan="2" >部门领导意见:<br/><br/><br/> 签字:</td>
    <td colspan="100%">公司领导意见:<br/><br/><br/> 签字:</td>
  </tr>
  <tr>
    <td> 备注</td>
    <th colspan="100%">$100</th>
  </tr>
</table>
</body>
</html>

最新文章

  1. 充分利用 SQL Server Reporting Services 图表
  2. Java序列化中的SerialVersionUid
  3. IIS下使用appcmd批量搭建网站
  4. iOS 沙盒(sandbox)机制和文件操作
  5. SubsetsTotal Accepted:49746Total Submissions:176257My Submissions
  6. LA 4975
  7. Linux下 目录 压缩 解压缩 打包
  8. scala map
  9. matlab 逻辑数组及其应用
  10. PHP windowns安装扩展包
  11. [2017/5/28]FJ四校联考
  12. java并发之Semaphore
  13. [Swift]LeetCode161. 一次编辑距离 $ One Edit Distance
  14. 微信小程序计算经纬距离
  15. 申请IPV6地址配置IPV6域名
  16. 使用 DirectX 创建 3D 图形
  17. Excel图表编辑---表格移动,样式修改
  18. js中的string.format
  19. Selenium之Chrome浏览器的启动
  20. 解析kubernetes架构

热门文章

  1. sublime3 常用快捷键
  2. &lt;Android 基础(三 十)&gt; Fragment (3) ~ PreferenceFragment
  3. Sap R/3 Architecture Tutorial
  4. soapUI&#160;再谈SoapUI接口测试--文件组织与接口“布局”管理
  5. JS截取字符串方法实例
  6. Spring Boot (#1 quick start)
  7. Oracle EBS INV创建保留
  8. 数据仓库四个特点(面向主题的(Subject Oriented)、集成的(Integrate)、相对稳定的(Non-Volatile)、反映历史变化(Time Variant))
  9. 处理AsyncTask的内存泄漏问题
  10. django复习-3-请求与响应