|  | @@ -296,13 +296,13 @@
 | 
	
		
			
				|  |  |  								return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogView('查看工作内容', '${ctx}/projectcontentinfo/projectcontentinfo/form?view=contentView&dictType=&id="+d.contentPId+"&parentIds="+d.parentIds+"&infoId="+d.id+"','95%', '95%')\">" + d.projectName + "</a>";
 | 
	
		
			
				|  |  |  							}
 | 
	
		
			
				|  |  |  						}},
 | 
	
		
			
				|  |  | -					/*{field: 'clientName', align:'center', title: '委托方/当前阶段',templet: function(d){
 | 
	
		
			
				|  |  | +					{field: 'clientName', align:'center', title: '归档名称',templet: function(d){
 | 
	
		
			
				|  |  |  							if(0 == d.pid){
 | 
	
		
			
				|  |  | -								return "<font style = 'font-size:14px;font-weight:500;'>"+d.clientName+"</font>";
 | 
	
		
			
				|  |  | +								return "";
 | 
	
		
			
				|  |  |  							}else{
 | 
	
		
			
				|  |  | -								return "<font>"+d.clientName+"</font>";
 | 
	
		
			
				|  |  | +								return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogView('查看归档信息', '${ctx}/projectcontentinfo/projectReportRecord/form?view=view&id="+d.recordId+"','95%', '95%')\">" + d.reportRecordName + "</a>";
 | 
	
		
			
				|  |  |  							}
 | 
	
		
			
				|  |  | -						}},*/
 | 
	
		
			
				|  |  | +						}},
 | 
	
		
			
				|  |  |  					{field: 'projectLeader', align:'center', title: '项目负责人',templet: function(d){
 | 
	
		
			
				|  |  |  							if(0 == d.pid){
 | 
	
		
			
				|  |  |  								return "<font style = 'font-size:14px;font-weight:500;'>"+d.projectLeader+"</font>";
 | 
	
	
		
			
				|  | @@ -379,22 +379,22 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  				if(d.status == 1){
 | 
	
		
			
				|  |  |  					return [
 | 
	
		
			
				|  |  | -						'<a href="javascript:void(0)" onclick="openDialogreAudit(\'修改归档信息\', \'${ctx}/projectcontentinfo/projectReportRecord/form?condition=completionArchive&id='+d.recordId+'\',\'95%\',\'95%\')" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 修改</a>',
 | 
	
		
			
				|  |  | -						'<a href="${ctx}/projectcontentinfo/projectReportRecord/delete?condition=completionArchive&id='+d.recordId+'" onclick="return confirmx(\'确认要删除该归档信息吗?\', this.href)"   class="op-btn op-btn-delete"><i class="fa fa-trash"></i> 删除</a>',
 | 
	
		
			
				|  |  | +						'<a href="javascript:void(0)" onclick="openDialogreAudit(\'修改归档信息\', \'${ctx}/projectcontentinfo/projectReportRecord/form?condition=earlyArchive&id='+d.recordId+'\',\'95%\',\'95%\')" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 修改</a>',
 | 
	
		
			
				|  |  | +						'<a href="${ctx}/projectcontentinfo/projectReportRecord/delete?condition=earlyArchive&id='+d.recordId+'" onclick="return confirmx(\'确认要删除该归档信息吗?\', this.href)"   class="op-btn op-btn-delete"><i class="fa fa-trash"></i> 删除</a>',
 | 
	
		
			
				|  |  |  					].join('');
 | 
	
		
			
				|  |  |  				}else if(d.status == 2){
 | 
	
		
			
				|  |  |  					return [
 | 
	
		
			
				|  |  | -						'<a href="${ctx}/projectcontentinfo/projectReportRecord/cancelInvalidate?condition=completionArchive&id='+d.recordId+'" onclick="return confirmx(\'确认要撤回该归档信息吗?\', this.href)"   class="op-btn op-btn-cancel"><i class="glyphicon glyphicon-share-alt"></i> 撤回</a>',
 | 
	
		
			
				|  |  | +						'<a href="${ctx}/projectcontentinfo/projectReportRecord/cancelInvalidate?condition=earlyArchive&id='+d.recordId+'" onclick="return confirmx(\'确认要撤回该归档信息吗?\', this.href)"   class="op-btn op-btn-cancel"><i class="glyphicon glyphicon-share-alt"></i> 撤回</a>',
 | 
	
		
			
				|  |  |  					].join('');
 | 
	
		
			
				|  |  |  				}else if(d.status == 3){
 | 
	
		
			
				|  |  |  					return [
 | 
	
		
			
				|  |  | -						'<a href="javascript:void(0)" onclick="openDialogreAudit(\'修改归档信息\', \'${ctx}/projectcontentinfo/projectReportRecord/form?condition=completionArchive&id='+d.recordId+'\',\'95%\',\'95%\')" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 修改</a>',
 | 
	
		
			
				|  |  | -						'<a href="${ctx}/projectcontentinfo/projectReportRecord/delete?condition=completionArchive&id='+d.recordId+'" onclick="return confirmx(\'确认要删除该归档信息吗?\', this.href)"   class="op-btn op-btn-delete"><i class="fa fa-trash"></i> 删除</a>',
 | 
	
		
			
				|  |  | +						'<a href="javascript:void(0)" onclick="openDialogreAudit(\'修改归档信息\', \'${ctx}/projectcontentinfo/projectReportRecord/form?condition=earlyArchive&id='+d.recordId+'\',\'95%\',\'95%\')" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 修改</a>',
 | 
	
		
			
				|  |  | +						'<a href="${ctx}/projectcontentinfo/projectReportRecord/delete?condition=earlyArchive&id='+d.recordId+'" onclick="return confirmx(\'确认要删除该归档信息吗?\', this.href)"   class="op-btn op-btn-delete"><i class="fa fa-trash"></i> 删除</a>',
 | 
	
		
			
				|  |  |  					].join('');
 | 
	
		
			
				|  |  |  				}else if(d.status == 4){
 | 
	
		
			
				|  |  |  					return [
 | 
	
		
			
				|  |  | -						'<a href="javascript:void(0)" onclick="openDialogreAudit(\'修改归档信息\', \'${ctx}/projectcontentinfo/projectReportRecord/form?condition=completionArchive&id='+d.recordId+'\'\'95%\',\'95%\')" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 修改</a>',
 | 
	
		
			
				|  |  | -						'<a href="${ctx}/projectcontentinfo/projectReportRecord/delete?condition=completionArchive&id='+d.recordId+'" onclick="return confirmx(\'确认要删除该归档信息吗?\', this.href)"   class="op-btn op-btn-delete"><i class="fa fa-trash"></i> 删除</a>',
 | 
	
		
			
				|  |  | +						'<a href="javascript:void(0)" onclick="openDialogreAudit(\'修改归档信息\', \'${ctx}/projectcontentinfo/projectReportRecord/form?condition=earlyArchive&id='+d.recordId+'\'\'95%\',\'95%\')" class="op-btn op-btn-edit" ><i class="fa fa-edit"></i> 修改</a>',
 | 
	
		
			
				|  |  | +						'<a href="${ctx}/projectcontentinfo/projectReportRecord/delete?condition=earlyArchive&id='+d.recordId+'" onclick="return confirmx(\'确认要删除该归档信息吗?\', this.href)"   class="op-btn op-btn-delete"><i class="fa fa-trash"></i> 删除</a>',
 | 
	
		
			
				|  |  |  					].join('');
 | 
	
		
			
				|  |  |  				}else if(d.status == null || d.status == '' || d.status == 10){
 | 
	
		
			
				|  |  |  					return [
 |