| 
					
				 | 
			
			
				@@ -1032,6 +1032,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         userId: Cookies.get("userName"), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       select(data).then((res) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        console.log(res) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (data.tableName === '仓库入库详情') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           if (res.data.length != 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.detailList.columnList = res.data.filter((e) => e.checked == 0); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1048,15 +1049,18 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.inDex = this.detailOption.length 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           if (res.data.length != 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            console.log('大爷在此') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.queryList.columnList = res.data.filter((e) => e.checked == 0); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.queryList.columnList = res.data; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.setRowList = res.data 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.queryList.columnList = this.queryList.columnList.filter((e) => e.checked == 0); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.waitFor = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            console.log('大爷在此1') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.waitFor = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.$set(this.queryList,'columnList',this.$options.data().listStyle) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.setRowList = this.$options.data().listStyle 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            console.log(this.$options.data().listStyle) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.isItHidden = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.inDex = 4 
			 |