| 
					
				 | 
			
			
				@@ -385,7 +385,7 @@ public class SyCostAllocationController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 for (SyCostAllocationPage page : list) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     SyCostAllocation po = new SyCostAllocation(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     BeanUtils.copyProperties(page, po); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    syCostAllocationService.saveMain(po, page.getSyCostAllocationAccidentList(), page.getSyCostAllocationCostpayList(), page.getSyCostAllocationFabricList(), page.getSyCostAllocationIngredientList(), page.getSyCostAllocationShipdetailList()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    //syCostAllocationService.saveMain(po, page.getSyCostAllocationAccidentList(), page.getSyCostAllocationCostpayList(), page.getSyCostAllocationFabricList(), page.getSyCostAllocationIngredientList(), page.getSyCostAllocationShipdetailList()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 return Result.OK("文件导入成功!数据行数:" + list.size()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } catch (Exception e) { 
			 |