|  |  | @ -303,6 +303,7 @@ import {getBusChange} from "@/api/basic/busTypeChange"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import {inserThrOrderWeb, updateReceive} from "@/api/thrsys/thrOrderReceive"; |  |  |  | import {inserThrOrderWeb, updateReceive} from "@/api/thrsys/thrOrderReceive"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import {getThrOrderDetails, delThrOrders, delOrderDetail} from "@/api/thrsys/thrOrder"; |  |  |  | import {getThrOrderDetails, delThrOrders, delOrderDetail} from "@/api/thrsys/thrOrder"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import {filterSubByInv} from "@/api/basic/invSubWarehouse"; |  |  |  | import {filterSubByInv} from "@/api/basic/invSubWarehouse"; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | import {isBlank} from "@/utils/strUtil"; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | export default { |  |  |  | export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |     name: "idQuery", |  |  |  |     name: "idQuery", | 
			
		
	
	
		
		
			
				
					|  |  | @ -479,6 +480,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.findSubStorageMethod(); |  |  |  |             this.findSubStorageMethod(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |         subStorageChange(item) { |  |  |  |         subStorageChange(item) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             // this.formData.fromSubInvCode = null; | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.formData.locStorageCode= this.subInvList.find(item => item.code == this.formData.invWarehouseCode).parentId |  |  |  |             this.formData.locStorageCode= this.subInvList.find(item => item.code == this.formData.invWarehouseCode).parentId | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.formData.corpId=this.subInvList.find(item => item.code == this.formData.invWarehouseCode).code |  |  |  |             this.formData.corpId=this.subInvList.find(item => item.code == this.formData.invWarehouseCode).code | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.formData.corpName=this.subInvList.find(item => item.code == this.formData.invWarehouseCode).warehouseName |  |  |  |             this.formData.corpName=this.subInvList.find(item => item.code == this.formData.invWarehouseCode).warehouseName | 
			
		
	
	
		
		
			
				
					|  |  | @ -597,6 +599,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |                 this.invQueryData = { |  |  |  |                 this.invQueryData = { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     locStorageCode: this.formData.locStorageCode, |  |  |  |                     locStorageCode: this.formData.locStorageCode, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     invWarehouseCode: this.formData.invWarehouseCode | 
			
		
	
		
		
			
				
					
					|  |  |  |                 }; |  |  |  |                 }; | 
			
		
	
		
		
			
				
					
					|  |  |  |                 this.selectInvProductVisible = true; |  |  |  |                 this.selectInvProductVisible = true; | 
			
		
	
		
		
			
				
					
					|  |  |  |                 return; |  |  |  |                 return; | 
			
		
	
	
		
		
			
				
					|  |  | @ -916,7 +919,9 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.getBusType(); |  |  |  |         this.getBusType(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.findSubInvs(); |  |  |  |         this.findSubInvs(); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         if (!isBlank(this.formData.invWarehouseCode)) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.findSubStorageMethod(); |  |  |  |             this.findSubStorageMethod(); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |         // this.findSubInvByInv(); |  |  |  |         // this.findSubInvByInv(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.codeArray = []; |  |  |  |         this.codeArray = []; | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.closeConfirmFunction(false); |  |  |  |         this.closeConfirmFunction(false); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |