|  | @@ -702,7 +702,7 @@ module.exports = app => {
 | 
	
		
			
				|  |  |                  pageShow.showArchive = 1;
 | 
	
		
			
				|  |  |                  pageShow.closeShowAllCustomized = 0;
 | 
	
		
			
				|  |  |                  const tenderId = ctx.params.id;
 | 
	
		
			
				|  |  | -                const cId = ctx.params.cid;
 | 
	
		
			
				|  |  | +                const changeId = ctx.params.cid;
 | 
	
		
			
				|  |  |                  const paymentDetail_id = -1;
 | 
	
		
			
				|  |  |                  const pid = ctx.session.sessionProject.id;
 | 
	
		
			
				|  |  |                  const budget_id = -1;
 | 
	
	
		
			
				|  | @@ -850,7 +850,7 @@ module.exports = app => {
 | 
	
		
			
				|  |  |                      viewPmData: PermissionCheck.viewPmData(this.ctx.session.sessionUser.permission),
 | 
	
		
			
				|  |  |                      source_type,
 | 
	
		
			
				|  |  |                      changes: JSON.stringify(changes),
 | 
	
		
			
				|  |  | -                    changeId: cId,
 | 
	
		
			
				|  |  | +                    changeId,
 | 
	
		
			
				|  |  |                  };
 | 
	
		
			
				|  |  |                  await this.layout('report/index.ejs', renderData, 'report/rpt_all_popup.ejs');
 | 
	
		
			
				|  |  |              } catch (err) {
 |