|  |  |  | @ -102,17 +102,8 @@ | 
			
		
	
		
			
				
					|  |  |  |  |                         <span>{{ getActionName(scope.row.billType) }}</span> | 
			
		
	
		
			
				
					|  |  |  |  |                     </template> | 
			
		
	
		
			
				
					|  |  |  |  |                 </el-table-column> | 
			
		
	
		
			
				
					|  |  |  |  |                 <el-table-column label="当前仓库" prop="locStorageCode" width="120"> | 
			
		
	
		
			
				
					|  |  |  |  |                     <template slot-scope="scope"> | 
			
		
	
		
			
				
					|  |  |  |  |                         <span>{{ getStorageName(scope.row.locStorageCode) }}</span> | 
			
		
	
		
			
				
					|  |  |  |  |                     </template> | 
			
		
	
		
			
				
					|  |  |  |  |                 </el-table-column> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |                 <el-table-column label="当前分库" prop="invWarehouseCode" width="120"> | 
			
		
	
		
			
				
					|  |  |  |  |                     <template slot-scope="scope"> | 
			
		
	
		
			
				
					|  |  |  |  |                         <span>{{ getSubStorageName(scope.row.invWarehouseCode) }}</span> | 
			
		
	
		
			
				
					|  |  |  |  |                     </template> | 
			
		
	
		
			
				
					|  |  |  |  |                 </el-table-column> | 
			
		
	
		
			
				
					|  |  |  |  |                 <el-table-column label="当前仓库" prop="locStorageName" width="120"></el-table-column> | 
			
		
	
		
			
				
					|  |  |  |  |                 <el-table-column label="当前分库" prop="invWarehouseName" width="120"></el-table-column> | 
			
		
	
		
			
				
					|  |  |  |  |                 <!--                <el-table-column label="采购类型">--> | 
			
		
	
		
			
				
					|  |  |  |  |                 <!--                    <template slot-scope="scope">--> | 
			
		
	
		
			
				
					|  |  |  |  |                 <!--                        {{ scope.row.type | typeFilterName }}--> | 
			
		
	
	
		
			
				
					|  |  |  | 
 |