|  |  | @ -1144,7 +1144,6 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.subFormVisible = false; |  |  |  |                     this.subFormVisible = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |                 } else { |  |  |  |                 } else { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.$message.error(response.message); |  |  |  |                     this.$message.error(response.message); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.subFormVisible = false; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 } |  |  |  |                 } | 
			
		
	
		
		
			
				
					
					|  |  |  |             }).catch(() => { |  |  |  |             }).catch(() => { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 this.subFormVisible = false; |  |  |  |                 this.subFormVisible = false; | 
			
		
	
	
		
		
			
				
					|  |  | @ -1309,6 +1308,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |         changeLevel(row) { |  |  |  |         changeLevel(row) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.formData.pcode = null; |  |  |  |             this.formData.pcode = null; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             this.formData.spUse = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |             //TODO |  |  |  |             //TODO | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.getParentInv(this.formData.level); |  |  |  |             this.getParentInv(this.formData.level); | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
	
		
		
			
				
					|  |  | @ -1540,11 +1540,15 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 this.getBussinessType(1,action); |  |  |  |                 this.getBussinessType(1,action); | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |         selsectBussinessType(row){ |  |  |  |         selsectBussinessType(row){ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             if (this.currentRow.id !== row.id) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 this.$message.error("请先选择需要操作的分库!"); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 return; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |           var busQuery = { |  |  |  |           var busQuery = { | 
			
		
	
		
		
			
				
					
					|  |  |  |                       code: this.currentCode, |  |  |  |                       code: this.currentCode, | 
			
		
	
		
		
			
				
					
					|  |  |  |                       page: 1, |  |  |  |                       page: 1, | 
			
		
	
		
		
			
				
					
					|  |  |  |                       limit: 50 |  |  |  |                       limit: 50 | 
			
		
	
		
		
			
				
					
					|  |  |  |                   } |  |  |  |                   }; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |           warehouseBussinessTypeList(busQuery).then((res) => { |  |  |  |           warehouseBussinessTypeList(busQuery).then((res) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |                   this.userBussinessTypeList = res.data.list; |  |  |  |                   this.userBussinessTypeList = res.data.list; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |