|  | @@ -396,6 +396,7 @@ class revisePriceCalc {
 | 
	
		
			
				|  |  |          const decimal = this.ctx.tender.info.decimal;
 | 
	
		
			
				|  |  |          const said = this.ctx.session.sessionUser.accountId;
 | 
	
		
			
				|  |  |          const calcType = this.ctx.tender.info.calc_type;
 | 
	
		
			
				|  |  | +        const self = this;
 | 
	
		
			
				|  |  |          billsTree.calculateAll(node => {
 | 
	
		
			
				|  |  |              if (node.children && node.children.length > 0) return;
 | 
	
		
			
				|  |  |              if (node.cur_id && (node.cur_contract_qty || node.cur_qc_qty || node.cur_ex_stage_qty1)) {
 |