| 
					
				 | 
			
			
				@@ -795,7 +795,7 @@ class StageIm { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     im.total_price = this.ctx.helper.mul(im.quantity, im.unit_price, tp_decimal); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     im.tp = this.ctx.helper.mul(im.jl, im.unit_price, tp_decimal); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     im.contract_tp = this.ctx.helper.mul(im.contract_jl, im.unit_price, tp_decimal); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    im.qc_tp = this.ctx.helper.mul(im.pre_qc_jl, im.unit_price, tp_decimal); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    im.qc_tp = this.ctx.helper.mul(im.qc_jl, im.unit_price, tp_decimal); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     im.pre_tp = this.ctx.helper.mul(im.pre_jl, im.unit_price, tp_decimal); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     im.pre_contract_tp = this.ctx.helper.mul(im.pre_contract_jl, im.unit_price, tp_decimal); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     im.pre_qc_tp = this.ctx.helper.mul(im.pre_qc_jl, im.unit_price, tp_decimal); 
			 |