| 
															
																@@ -160,6 +160,7 @@ module.exports = app => { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                 } 
															 | 
															
															 | 
															
																                 } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 | 
														
													
												
													
														
															| 
															 | 
															
																                 const whiteList = this.ctx.app.config.multipart.whitelist; 
															 | 
															
															 | 
															
																                 const whiteList = this.ctx.app.config.multipart.whitelist; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                const categoryData = await this.ctx.service.category.getAllCategory(this.ctx.session.sessionProject.id); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                 const renderData = { 
															 | 
															
															 | 
															
																                 const renderData = { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                     tender: tender.data, 
															 | 
															
															 | 
															
																                     tender: tender.data, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                     tenderInfo: tender.info, 
															 | 
															
															 | 
															
																                     tenderInfo: tender.info, 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -180,6 +181,7 @@ module.exports = app => { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                     stdChapters, 
															 | 
															
															 | 
															
																                     stdChapters, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                     dealBillsPermission: this._canUpdateDealBills(tender.data, auditors.filter(x => {return x.audit_order > 0})), 
															 | 
															
															 | 
															
																                     dealBillsPermission: this._canUpdateDealBills(tender.data, auditors.filter(x => {return x.audit_order > 0})), 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                     shenpiConst, 
															 | 
															
															 | 
															
																                     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) { 
															 | 
															
															 | 
															
																                 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; 
															 | 
															
															 | 
															
																                     // renderData.accountGroup = accountGroup; 
															 |