|  | @@ -27,13 +27,16 @@
 | 
	
		
			
				|  |  |                          <th class="text-center" width="70px">计量期数</th>
 | 
	
		
			
				|  |  |                          <th class="text-center" width="70px">计量月份</th>
 | 
	
		
			
				|  |  |                          <th class="text-center" width="70px">截止日期</th>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="100px">本期合同计量</th>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="100px">本期数量变更计量</th>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="100px">本期完成计量</th>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="100px">截止上期完成计量</th>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="100px">截止本期完成计量</th>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="100px">本期应付</th>
 | 
	
		
			
				|  |  | -                        <th class="text-center" width="100px">本期实付</th>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="100px" name="contract_tp">本期合同计量</th>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="100px" name="qc_tp">本期数量变更计量</th>
 | 
	
		
			
				|  |  | +                        <% if (ctx.tender.info.display.stage.priceDiff) { %>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="100px" name="pc_tp">本期补差</th>
 | 
	
		
			
				|  |  | +                        <% } %>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="100px" name="tp">本期完成计量</th>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="100px" name="pre_tp">截止上期完成计量</th>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="100px" name="end_tp">截止本期完成计量</th>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="100px" name="yf">本期应付</th>
 | 
	
		
			
				|  |  | +                        <th class="text-center" width="100px" name="sf">本期实付</th>
 | 
	
		
			
				|  |  |                          <th class="text-center" width="200px">审批进度</th>
 | 
	
		
			
				|  |  |                          <th class="text-center" width="90px">操作</th>
 | 
	
		
			
				|  |  |                      </tr>
 | 
	
	
		
			
				|  | @@ -56,6 +59,9 @@
 | 
	
		
			
				|  |  |                          <% 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>
 | 
	
		
			
				|  |  | +                        <% if (ctx.tender.info.display.stage.priceDiff) { %>
 | 
	
		
			
				|  |  | +                        <td class="text-right"><%- (s.pc_tp ? ctx.helper.formatNum(s.pc_tp, '#,##0.######') : '')%></td>
 | 
	
		
			
				|  |  | +                        <% } %>
 | 
	
		
			
				|  |  |                          <td class="text-right"><%- (s.tp ? ctx.helper.formatNum(s.tp, '#,##0.######') : '')%></td>
 | 
	
		
			
				|  |  |                          <td class="text-right"><%- (s.pre_tp ? ctx.helper.formatNum(s.pre_tp, '#,##0.######') : '')%></td>
 | 
	
		
			
				|  |  |                          <td class="text-right"><%- (s.end_tp ? ctx.helper.formatNum(s.end_tp, '#,##0.######') : '')%></td>
 | 
	
	
		
			
				|  | @@ -64,6 +70,9 @@
 | 
	
		
			
				|  |  |                          <% } else { %>
 | 
	
		
			
				|  |  |                          <td class="text-right"><%- (s.contract_tp ? s.contract_tp : '')%></td>
 | 
	
		
			
				|  |  |                          <td class="text-right"><%- (s.qc_tp ? s.qc_tp : '')%></td>
 | 
	
		
			
				|  |  | +                        <% if (ctx.tender.info.display.stage.priceDiff) { %>
 | 
	
		
			
				|  |  | +                        <td class="text-right"><%- (s.pc_tp ? s.pc_tp : '')%></td>
 | 
	
		
			
				|  |  | +                        <% } %>
 | 
	
		
			
				|  |  |                          <td class="text-right"><%- (s.tp ? s.tp : '')%></td>
 | 
	
		
			
				|  |  |                          <td class="text-right"><%- (s.pre_tp ? s.pre_tp : '')%></td>
 | 
	
		
			
				|  |  |                          <td class="text-right"><%- (s.end_tp ? s.end_tp : '')%></td>
 |