| 
														
															@@ -544,13 +544,13 @@ namespace WCS.Service.Works.SRM 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 else 
														 | 
														
														 | 
														
															                 else 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 { 
														 | 
														
														 | 
														
															                 { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     #region 出库 
														 | 
														
														 | 
														
															                     #region 出库 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                    srmDevice.CheckOutTask(); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                     
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     var floor = srmDevice.Entity.Get<int>("LastOutFloor"); 
														 | 
														
														 | 
														
															                     var floor = srmDevice.Entity.Get<int>("LastOutFloor"); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     floor = floor % 2 + 1; 
														 | 
														
														 | 
														
															                     floor = floor % 2 + 1; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     srmDevice.Entity.Set("LastOutFloor", floor); 
														 | 
														
														 | 
														
															                     srmDevice.Entity.Set("LastOutFloor", floor); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     if (enterPriority != null && outPriority != null && enterPriority.Priority > outPriority.Priority) return; 
														 | 
														
														 | 
														
															                     if (enterPriority != null && outPriority != null && enterPriority.Priority > outPriority.Priority) return; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    srmDevice.CheckOutTask(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     //获取当前堆垛机所有的放货点 
														 | 
														
														 | 
														
															                     //获取当前堆垛机所有的放货点 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     var list = srmDevice.GetDeliveryPoint().Where(v => 
														 | 
														
														 | 
														
															                     var list = srmDevice.GetDeliveryPoint().Where(v => 
														 |