|  | @@ -2860,6 +2860,7 @@
 | 
	
		
			
				|  |  |              w.f_plannetweight fPlannetweight,
 | 
	
		
			
				|  |  |              w.f_plangrossweight fPlangrossweight,
 | 
	
		
			
				|  |  |              IFNULL(ROUND(w.f_grossweight/1000,2),0) fGrossweight,
 | 
	
		
			
				|  |  | +            IFNULL(ROUND(w.f_netweight/1000,2),0) fNetweight,
 | 
	
		
			
				|  |  |              w.f_grossweight fGrossweights,
 | 
	
		
			
				|  |  |              w.f_storekeeper fStorekeeper,
 | 
	
		
			
				|  |  |              w.create_by createBy,
 | 
	
	
		
			
				|  | @@ -2966,6 +2967,7 @@
 | 
	
		
			
				|  |  |              t.f_cntrtype fCntrtype,
 | 
	
		
			
				|  |  |              t.f_qty fQty,
 | 
	
		
			
				|  |  |              IFNULL(ROUND(w.f_grossweight/1000,2),0) fGrossweight,
 | 
	
		
			
				|  |  | +            IFNULL(ROUND(w.f_netweight/1000,2),0) fNetweight,
 | 
	
		
			
				|  |  |              t.f_grossweight fGrossweights,
 | 
	
		
			
				|  |  |              t.f_cntqty fCntqty,
 | 
	
		
			
				|  |  |              fleet.f_name fleetName,
 |