| 
					
				 | 
			
			
				@@ -160,6 +160,7 @@ module.exports = app => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 const whiteList = this.ctx.app.config.multipart.whitelist; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                const categoryData = await this.ctx.service.category.getAllCategory(this.ctx.session.sessionProject.id); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 const renderData = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     tender: tender.data, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     tenderInfo: tender.info, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -180,6 +181,7 @@ module.exports = app => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     stdChapters, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     dealBillsPermission: this._canUpdateDealBills(tender.data, auditors.filter(x => {return x.audit_order > 0})), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     shenpiConst, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    categoryData, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if ((tender.data.ledger_status === auditConst.status.uncheck || tender.data.ledger_status === auditConst.status.checkNo) && tender.data.user_id === ctx.session.sessionUser.accountId) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     // renderData.accountGroup = accountGroup; 
			 |