|  |  | @ -141,7 +141,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | import draggable from "vuedraggable"; |  |  |  | import draggable from "vuedraggable"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import purPlanProducts from "@/views/purchase/purPlan/purOrderSelectProduct"; |  |  |  | import purPlanProducts from "@/views/purchase/purPlan/purOrderSelectProduct"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import {auditOrder, delApplyDetail, listApplyDetail} from "@/api/purchase/purPlan"; |  |  |  | import {auditOrder, delApplyDetail, listApplyDetail} from "@/api/purchase/purPlan"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import {filterAllByUser} from "@/api/system/invWarehouse"; |  |  |  | import {filterAllByUser,selectByCode} from "@/api/system/invWarehouse"; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | import {filterSubByInv} from "@/api/system/invSubWarehouse"; |  |  |  | import {filterSubByInv} from "@/api/system/invSubWarehouse"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import {getLocalJoinByUser} from "@/api/basic/busType"; |  |  |  | import {getLocalJoinByUser} from "@/api/basic/busType"; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -408,6 +408,16 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 }) |  |  |  |                 }) | 
			
		
	
		
		
			
				
					
					|  |  |  |                 .catch(() => { |  |  |  |                 .catch(() => { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 }); |  |  |  |                 }); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           debugger | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           let query1 = { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             code: this.formData.targetSubInv, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           }; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           selectByCode(query1) | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             .then((res) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               if (res.code === 20000) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 this.formData.targetDeptCode=res.data | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             }) | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
	
		
		
			
				
					|  |  | 
 |