| 
					
				 | 
			
			
				@@ -309,7 +309,7 @@ function getTenderTreeHtml () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         html.push('<th>', '名称', '</th>'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         html.push('<th width="120">', '计量期数', '</th>'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         html.push('<th>', '总价 <i class="fa fa-question-circle text-primary"  data-placement="bottom" data-toggle="tooltip" data-original-title="0号台账+截止本期数量变更"></i>', '</th>'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        html.push('<th>', '截止本期累计完成/本期完成/未完成', '</th>'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        html.push('<th>', '截止上期完成/本期完成/未完成', '</th>'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         html.push('</tr>', '</thead>'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         for (const t of tenderTree) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             html.push(recursiveGetTenderNodeHtml(t, tenderTree)); 
			 |