|  | @@ -2071,6 +2071,8 @@ public class TWarehouseBillsServiceImpl implements ITWarehouseBillsService {
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  | +            BigDecimal bd=new BigDecimal(fGrossweightblc);
 | 
	
		
			
				|  |  | +            fGrossweightblc = bd.divide(new BigDecimal(1000), 0, BigDecimal.ROUND_HALF_UP).toString();
 | 
	
		
			
				|  |  |              BigDecimal result = calculation1(fTotalgross, fGrossweightblc);
 | 
	
		
			
				|  |  |              if (result.compareTo(fGrossweight) == -1) {
 | 
	
		
			
				|  |  |                  return 0;// 结余库容小于入库数
 |