|  |  |  | @ -1588,6 +1588,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |       } | 
			
		
	
		
			
				
					|  |  |  |  |       this.$refs.inputRef.focus() | 
			
		
	
		
			
				
					|  |  |  |  |       this.sharedData = 'over' | 
			
		
	
		
			
				
					|  |  |  |  |       //上货页面完成 发送 over 给tabs 页面 | 
			
		
	
		
			
				
					|  |  |  |  |       EventBus.$emit('update-data', { message: this.sharedData }); | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |  |     //选择单据 | 
			
		
	
	
		
			
				
					|  |  |  | @ -2050,6 +2051,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |             //发送信息 | 
			
		
	
		
			
				
					|  |  |  |  |             // 发送事件并传递数据 | 
			
		
	
		
			
				
					|  |  |  |  |             this.sharedData = this.curQueue.code | 
			
		
	
		
			
				
					|  |  |  |  |             //上货页面 第一次扫槽位编码 传递给 tabs | 
			
		
	
		
			
				
					|  |  |  |  |             EventBus.$emit('update-data', { message: this.sharedData }); | 
			
		
	
		
			
				
					|  |  |  |  |             // //查找当前用户工位是否有正在处理的单据 | 
			
		
	
		
			
				
					|  |  |  |  |             this.getOrder() | 
			
		
	
	
		
			
				
					|  |  |  | @ -2527,6 +2529,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |     document.addEventListener('visibilitychange', this.handleVisibilityChange) | 
			
		
	
		
			
				
					|  |  |  |  |     this.handleVisibilityChange() | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     // 接受 | 
			
		
	
		
			
				
					|  |  |  |  |     EventBus.$on('sendCreateData', (data) => { | 
			
		
	
		
			
				
					|  |  |  |  |       console.log("上货页面接受数据",data.message) | 
			
		
	
		
			
				
					|  |  |  |  |       this.handleData(data.message) | 
			
		
	
	
		
			
				
					|  |  |  | 
 |