|  | @@ -20,18 +20,17 @@
 | 
	
		
			
				|  |  |                  <table class="table table-bordered">
 | 
	
		
			
				|  |  |                      <thead>
 | 
	
		
			
				|  |  |                      <tr>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="5%">计量期数</th>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="5%">计量月份</th>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="10%">开始-截止日期</th>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="9%">本期合同计量</th>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="9%">本期数量变更计量</th>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="9%">本期完成计量</th>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="9%">截止上期完成计量</th>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="9%">截止本期完成计量</th>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="9%">本期应付</th>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="9%">本期实付</th>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="10%">审批进度</th>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="7%">操作</th>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="80px">计量期数</th>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="70px">计量月份</th>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="110px">本期合同计量</th>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="110px">本期数量变更计量</th>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="110px">本期完成计量</th>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="110px">截止上期完成计量</th>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="110px">截止本期完成计量</th>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="110px">本期应付</th>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="110px">本期实付</th>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="200px">审批进度</th>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="90px">操作</th>
 | 
	
		
			
				|  |  |                      </tr>
 | 
	
		
			
				|  |  |                      </thead>
 | 
	
		
			
				|  |  |                      <tbody>
 | 
	
	
		
			
				|  | @@ -44,7 +43,7 @@
 | 
	
		
			
				|  |  |                              <% } %>
 | 
	
		
			
				|  |  |                          </td>
 | 
	
		
			
				|  |  |                          <td class="text-center"><%- s.s_time %></td>
 | 
	
		
			
				|  |  | -                        <td class="text-center"><%- s.period %></td>
 | 
	
		
			
				|  |  | +                        <!--<td class="text-center"><%- s.period %></td>-->
 | 
	
		
			
				|  |  |                          <% if (ctx.tender.info.display.thousandth) { %>
 | 
	
		
			
				|  |  |                          <td class="text-right"><%- (s.contract_tp ? ctx.helper.formatNum(s.contract_tp, '#,##0.######') : '')%></td>
 | 
	
		
			
				|  |  |                          <td class="text-right"><%- (s.qc_tp ? ctx.helper.formatNum(s.qc_tp, '#,##0.######') : '')%></td>
 |