| 
					
				 | 
			
			
				@@ -296,7 +296,7 @@ class StageIm { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             let b = this._.find(im.gclBills, {bid: p.id}); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (!b) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                b = {imid: im.id, bid: p.id, b_code: p.b_code, name: p.name, unit: p.unit}; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                b = {imid: im.id, bid: p.id, b_code: p.b_code, name: p.name, unit: p.unit, unit_price: p.unit_price}; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 im.gclBills.push(b); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 this.ImBillsData.push(b); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 |