|  | @@ -295,7 +295,11 @@
 | 
	
		
			
				|  |  |                          return "<a class=\"attention-info\" title=\"" + d.projId + "\" href=\"javascript:void(0);\" onclick=\"openDialogView('查看工程进度款信息', '${ctx}/project/interimPaymentSummarizing/form?view=contentView&condition=interim&type=420&infoId="+d.id+"&id="+d.contentPId+"','95%', '95%')\">" + d.projId + "</a>";
 | 
	
		
			
				|  |  |                      }}
 | 
	
		
			
				|  |  |                  ,{field:'contract', align:'center',title: '合同名称',minWidth:150,templet:function(d){
 | 
	
		
			
				|  |  | -                    	return "<span title='"+ d.contract +"'>" + d.contract + "</span>";
 | 
	
		
			
				|  |  | +						if(null == d.contract || '' == d.contract){
 | 
	
		
			
				|  |  | +							return "<span style=\"color:red\" title='无合同'>无合同</span>";
 | 
	
		
			
				|  |  | +						}else{
 | 
	
		
			
				|  |  | +							return "<span title='"+ d.contract +"'>" + d.contract + "</span>";
 | 
	
		
			
				|  |  | +						}
 | 
	
		
			
				|  |  |  					}}
 | 
	
		
			
				|  |  |                  ,{field:'projMaster', align:'center',title: '负责人', width:85,templet:function(d){
 | 
	
		
			
				|  |  |                          return "<span title=\"" + d.projMaster + "\">" + d.projMaster + "</span>";
 |