| | |
| | | using System.Collections; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Net.NetworkInformation; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Common; |
| | |
| | | var responseContent = AddMoveTask(item.blockPods, task);//æ·»å ç§»åºä»»å¡ |
| | | if (!responseContent.Status) task.ExceptionMessage = responseContent.Message; |
| | | else task.TaskState = (int)TaskStatusEnum.RGV_WaitMoveToExecute; |
| | | #region ç§»åºç¶æåé¦ç»WMS |
| | | WMSInOutBoundCompleteFeedback boundCompleteFeedback = new WMSInOutBoundCompleteFeedback(); |
| | | boundCompleteFeedback.taskCode = task.WMSTaskNum; |
| | | boundCompleteFeedback.containerCode = task.PalletCode; |
| | | boundCompleteFeedback.fromStationCode = task.SourceAddress; |
| | | boundCompleteFeedback.toLocationCode = task.TargetAddress; |
| | | boundCompleteFeedback.status = 5; |
| | | boundCompleteFeedback.custStatus = ""; |
| | | _apiInfoService.PostInterfaceRequest(nameof(WMSInOutBoundCompleteFeedback), boundCompleteFeedback.Serialize(), "æååºåºä»»å¡çå¾
ç§»åºä¸æ¥WMS"); |
| | | #endregion |
| | | } |
| | | else |
| | | { |